convert_url_to_pdf
Convert a public webpage to a PDF and return a signed download URL (valid for 7 days). Deliberately narrow: one URL in, one PDF out. Requires a urltopdf.org Developer API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public http(s) URL of the page to render. | |
| format | No | Paper size. Default: A4. | |
| landscape | No | Render in landscape orientation. Default: false. | |
| background_graphics | No | Include background colors and images. Default: true. |