Skip to main content

save_as_pdf

Browser

Saves 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

Related Learning Articles

Was this helpful?