document.pdf.from_url
Convert web pages to PDF documents with JavaScript rendering for archiving, reporting, or creating printable snapshots from any URL.
Instructions
Capture any web page URL as a PDF using headless Chrome with full JS rendering — perfect for archiving pages, generating reports from dashboards, or creating printable snapshots. Returns temporary PDF download URL (API2PDF)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to capture as PDF (e.g. "https://example.com/report") | |
| fileName | No | Output filename (e.g. "snapshot.pdf") | |
| options | No | PDF rendering options |