Convert HTML to PDF and Deliver via Webhook - n8n Workflow | Neura Market
Convert HTML to PDF and Deliver via Webhook
This n8n workflow converts HTML content into a PDF using CustomJS and sends it back to the requester through a webhook.
This workflow is designed to automate the conversion of HTML content into a PDF document. It begins by receiving HTML data via a webhook, processes the data using the CustomJS PDF toolkit to generate a PDF, and finally returns the PDF to the original requester as a binary response. This setup is ideal for applications requiring automated document generation and delivery.
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Marco Bianchi
webhook
respondToWebhook
html2Pdf
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.