Generate a PDF from a public URL
pdf_from_urlTurn any public URL into a PDF document. Customize paper size, margins, orientation, headers, footers, and page numbers. Receive a download link valid for one hour.
Instructions
Loads a public web page and renders it to PDF, returning a download URL valid for one hour. Only public http/https addresses are allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL of the page to render | |
| format | No | Paper size, default A4 | |
| margin | No | Margin on all sides, e.g. "18mm" | |
| landscape | No | Landscape orientation, default false | |
| footerText | No | Small footer text on every page | |
| headerText | No | Small header text on every page | |
| pageNumbers | No | Show page numbers in the footer |