Convert HTML to PDF Using Gotenberg in n8n - n8n Workflow | Neura Market
Convert HTML to PDF Using Gotenberg in n8n
This workflow transforms an HTML string into a PDF file using the Gotenberg service, making it a versatile tool for document generation in your automation processes.
This workflow is designed to convert HTML content into a PDF document using the Gotenberg API. It is particularly useful for generating reports, invoices, or any document that requires a PDF format. The workflow begins by converting the HTML string into an 'index.html' file, which is then sent to a running Gotenberg instance via an HTTP request. The PDF is generated with embedded metadata, including author and creation date, and is ready for further use in your automation pipeline.
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Tyler Reed
stickyNote
httpRequest
convertToFile
executeWorkflowTrigger
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.