URL to PDF API for Developers
Feature
URL to PDF API built for teams that need reliable document automation at scale. Convert and process files with simple REST requests, predictable output quality, and production-grade uptime. Use it for receipts, reports, and snapshot archiving. Includes clear docs, SDK-ready endpoints, and quick testing in your browser.
What it does
Turn web pages into PDFs
Send a URL and rendering options, and receive a PDF either as a downloadable file or as a URL.
Common use cases
- Receipts / confirmation pages
- Dashboard snapshots
- Audit & compliance archives
- Reports for sharing
Best practices
- Use a stable URL (no auth popups)
- Increase wait time for SPAs
- Set viewport for consistent layout
- Use full page when needed
Parameters
What you can send in the request body
url
required
The website URL to render.
full_page
optional
Capture full page instead of just the viewport.
wait_till
optional
Wait time (ms) before rendering the PDF.
viewPortWidth / viewPortHeight
optional
Viewport size for consistent layout.
output_format
optional
Choose url or file.
output_filename
optional
Used when downloading a file.
Prefer the full playground? Use Try Now.