Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/docs/automation/scripts/actions-on-script.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ To delete a Script
- Use `...` actions button to the right of the script name in the Scripts list
- Select `Delete`

### Print / Export to PDF

Export your script execution results to PDF.

**To export:**
- Run your script to generate output
- Click the **Print** button in the toolbar
- Select page size (Letter, Legal, or A4) and orientation (Portrait or Landscape)
- Click **Generate PDF**
- Save as PDF or print from the browser dialog

**Note:** The Print button is disabled until you run the script at least once.


## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion content/docs/automation/scripts/create-script.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To create your first script, you can either
1. All scripts are listed in the `Automations` section accessible from the left sidebar. You can also view the scripts in the `All Scripts` tab on the base homepage.
2. Central area is the script **editor** where you can write and run your JavaScript code.
3. The right sidebar is the **execution area** where you can see the output of your script, view logs, and manage script settings.
4. Use the `settings` icon in the top-right corner to configure script settings. Use the `Run` button to execute your script.
4. Use the `settings` icon in the top-right corner to configure script settings. Use the `Run` button to execute your script. Use the `Print` button to export script output to PDF.
5. Access quick links to documentation, support, and settings from the bottom-right corner.

![All Scripts](/img/v2/scripts/layout.png)
Expand Down
Loading