workflows.fit
Back to n8n workflows
n8n templateFreeBy ConvertAPI

Convert DOCX (from URL) to PDF using ConvertAPI

Who is this for? For developers and organizations that need to convert DOCX files to PDF. What problem is this workflow solving? The file format conversion problem. What this workflow does 1. Downloads the DOCX file f...

DevelopmentCore NodesManual TriggerHttp RequestRead Write FileSticky Note
Loading interactive preview...

Template notes

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

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

What this workflow does

1. Downloads the DOCX file from the web. 2. Converts the DOCX 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. Adjust urltofile in the Config node to URL pointing to your file. 5. Optionally, additional Body Parameters can be added for the converter.