๐ฌ Convert DOCX to PDF using ConvertAPI
โก 4,974 views ยท ๐ฌ Document Extraction & Analysis
Description
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
- Downloads the DOCX file from the web.
- Converts the DOCX file to PDF.
- Stores the PDF file in the local file system.
How to customize this workflow to your needs
- Open the
HTTP Requestnode. - Adjust the URL parameter (all endpoints can be found here).
- Use your
API Tokenfor authentication. Pass the token in theAuthorizationheader as a Bearer token. You can manage your API Tokens in the User panel โ Authentication. - Optionally, additional
Body Parameterscan be added for the converter.
๐ Nodes Used
HTTP Request, Read/Write Files from Disk
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File