Convert PDF to Other Format
document.convert.from_pdfConvert PDF documents to Word, Excel, PowerPoint, text, or images. Specify a public URL and optional page range to get the converted file.
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
| 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") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |