ConvertAPI integration (Productivity, Design & Media). Imported from open-connector.
https://v2.convertapi.com/convert/pdf/to/docx
| Param | Type | Required | Description |
|---|---|---|---|
| fileUrl | string | required | The publicly accessible PDF URL to convert. |
| fileName | string | optional | The optional output file name to request from ConvertAPI. ConvertAPI appends th… |
| timeout | integer | optional | The conversion timeout in seconds. |
| password | string | optional | The password used to open a protected PDF document. |
| pageRange | string | optional | The PDF page range to convert, for example 1-10 or 1,3,5. |
| layout | string | optional | How ConvertAPI should reconstruct the PDF page layout in the DOCX output. |
| ocrMode | string | optional | How ConvertAPI should apply OCR during conversion. |
| ocrLanguage | string | optional | The OCR language code to use for text recognition, or auto for automatic detect… |
| ocrEngine | string | optional | The OCR engine ConvertAPI should use for text recognition. |
| annotations | string | optional | How ConvertAPI should handle PDF annotations in the DOCX output. |