Convert HTML to PDF & extract text from PDFs with CustomJS API
 This n8n workflow illustrates how to convert PDF files into text with the PDF Toolkit from www.customjs.space. [@custom-js/n8n-nodes-pdf-toolkit](https://www.npmjs.com/package/@custom-js/n...
Template notes
 This n8n workflow illustrates how to convert PDF files into text with the PDF Toolkit from www.customjs.space.
[@custom-js/n8n-nodes-pdf-toolkit](https://www.npmjs.com/package/@custom-js/n8n-nodes-pdf-toolkit)
Notice
Community nodes can only be installed on self-hosted instances of n8n.
What this workflow does
- Change the requested HTML to PDF.. - Extract text from the PDF. - Use a Code node to handle URLs that point to PDF files. - Convert the PDF to text.
Requirements
- Self-hosted n8n instance. - CustomJS API key for converting PDF to text. - HTML Data to convert PDF files. - Code node for handling URL that indicates PDF file.