UnifyAPI
← Back to catalog

convert.from_pdf

mock data$0.005 / call

PDF 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)

Developer Toolsprovider: Convert#convert#developer

Input schema

pages

Page range to convert (e.g. "1-5", "1,3,5", default "all")

string
to_formatrequired

Target format to convert PDF into

string
source_urlrequired

Publicly accessible URL of the PDF to convert (e.g. "https://example.com/doc.pdf")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.