← Back to catalog
convert.from_pdf
mock data$0.005 / callPDF to Document
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
pages
stringPage range to convert (e.g. "1-5", "1,3,5", default "all")
to_formatrequired
stringTarget format to convert PDF into
source_urlrequired
stringPublicly accessible URL of the PDF to convert (e.g. "https://example.com/doc.pdf")
Call via REST
curl -X POST https://unifyapi.pro/api/call/convert.from_pdf \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"pages":"<pages>","to_format":"<to_format>","source_url":"<source_url>"}'