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 Request
node. - Adjust the URL parameter (all endpoints can be found here).
- Add your
secret
to theQuery Auth account
parameter. Please create a ConvertAPI account to get an authentication secret. - Adjust
url_to_file
in theConfig
node to URL pointing to your file. - Optionally, additional
Body Parameters
can be added for the converter.