workflows.fit
Back to n8n workflows
n8n templateFreeBy CustomJS

Convert HTML & PDF files to PNG images with CustomJS PDF Toolkit

![workflow.png](fileId:1271) This n8n workflow shows how to convert PDF files into PNG format with the PDF Toolkit from www.customjs.space. [@custom-js/n8n-nodes-pdf-toolkit](https://www.npmjs.com/package/@custom-js/n...

DevelopmentCore Nodes@custom-js/n8n-nodes-pdf-toolkit.html2PdfManual Trigger@custom-js/n8n-nodes-pdf-toolkit.Pdf To PngSticky Note
Loading interactive preview...

Template notes

![workflow.png](fileId:1271) This n8n workflow shows how to convert PDF files into PNG format 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

- Generate PDF file from the requested HTML. - Convert the PDF to PNG images. - Use a Code node to handle URLs that point to PDF files. - Convert the PDF to PNG format.

Requirements

- Self-hosted n8n instance. - CustomJS API key for converting PDF to PNG. - HTML Data to convert PDF files. - Code node for handling URL that indicates PDF file.