workflows.fit
Back to n8n workflows
n8n templateFreeBy ConvertAPI

Convert HTML to PDF using ConvertAPI

Who is this for? For developers and organizations that need to convert HTML files to PDF. What problem is this workflow solving? The file format conversion problem. What this workflow does 1. Converts HTML to file. 2....

DevelopmentCore NodesManual TriggerRead Write FileSticky NoteSet
Loading interactive preview...

Template notes

Who is this for? For developers and organizations that need to convert HTML files to PDF.

What problem is this workflow solving? The file format conversion problem.

What this workflow does

1. Converts HTML to file. 2. Converts the HTML file to PDF. 3. Stores the PDF file in the local file system.

How to customize this workflow to your needs 1. Open the HTTP Request node. 2. Adjust the URL parameter (all endpoints can be found [here](https://www.convertapi.com/api)). 3. Use your API Token for authentication. Pass the token in the Authorization header as a Bearer token. You can manage your API Tokens in the [User panel → Authentication](https://www.convertapi.com/a/authentication). 4. Optionally, additional Body Parameters can be added for the converter.