document.convert.from_pdf
Convert PDF files to Word, Excel, PowerPoint, text, or image formats using a public URL. Select specific page ranges for partial document conversion.
Instructions
Convert PDF to Word (DOCX), Excel (XLSX), PowerPoint (PPTX), plain text (TXT), or images (JPG/PNG per page). Optional page range selection. Provide PDF as URL (ConvertAPI)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_url | Yes | Publicly accessible URL of the PDF to convert (e.g. "https://example.com/doc.pdf") | |
| to_format | Yes | Target format to convert PDF into | |
| pages | No | Page range to convert (e.g. "1-5", "1,3,5", default "all") |