Save as PDF
browser_save_as_pdfPrint the current browser page to a PDF and return it as base64-encoded data, allowing AI clients to capture page content for saving or processing.
Instructions
Print the current page to a PDF and return it as base64-encoded data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Scale factor (0.1-2, default 1) | |
| landscape | No | Use landscape orientation | |
| paperWidth | No | Paper width in inches (default 8.5) | |
| paperHeight | No | Paper height in inches (default 11) | |
| printBackground | No | Print background graphics (default true) | |
| preferCSSPageSize | No | Use the page's own @page size if present |