save_as_pdf
BrowserSaves the current page as a PDF document.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
path | string | Yes | — | Output PDF file path |
options | object | No | {} | PDF options object |
Usage Example
RTILA X PROJECT JSON
{
"command": "save_as_pdf",
"params": {
"path": "report.pdf",
"options": {}
}
}
Related Scenarios
- View /scenarios/file-download/4 · file download
Related Learning Articles
Was this helpful?
Thank you for your feedback!