Generate a PDF from a public URL
pdf_from_urlLoads a public web page and renders it to PDF. Returns a download URL valid for 1 hour. Only public http/https URLs 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 | Page 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 |