← Tools Reference

ConvertAPI

ConvertAPI integration (Productivity, Design & Media). Imported from open-connector.

API key1 toolhttps://v2.convertapi.com
POST
convertapi_convert_pdf_to_docx
Convert a publicly accessible PDF URL to DOCX with ConvertAPI and return temporary file download URLs.

/convert/pdf/to/docx

10 parameters
ParamTypeRequiredDescription
fileUrlstringrequiredThe publicly accessible PDF URL to convert.
fileNamestringoptionalThe optional output file name to request from ConvertAPI. ConvertAPI appends th…
timeoutintegeroptionalThe conversion timeout in seconds.
passwordstringoptionalThe password used to open a protected PDF document.
pageRangestringoptionalThe PDF page range to convert, for example 1-10 or 1,3,5.
layoutstringoptionalHow ConvertAPI should reconstruct the PDF page layout in the DOCX output.
ocrModestringoptionalHow ConvertAPI should apply OCR during conversion.
ocrLanguagestringoptionalThe OCR language code to use for text recognition, or auto for automatic detect…
ocrEnginestringoptionalThe OCR engine ConvertAPI should use for text recognition.
annotationsstringoptionalHow ConvertAPI should handle PDF annotations in the DOCX output.