Skip to main content
Category: Utility · Action: exports the dashboard to PDF

Mental model

A PDF Export is a print button. Press it and the current dashboard (or a region) is captured to a PDF — for reports, records, and sharing.

When to use it

  • Let users download a snapshot report of a dashboard
  • Generate a shareable record

Settings

General / Style

  • Filename — output file name
  • Orientation — portrait / landscape
  • Capture scale · image quality — render fidelity vs. file size
  • Include timestamp — stamp the export time
  • Button text · variant · size · icon position
  • Margin · font size / weight

Script API example

The same interactions from a dashboard script:
// Export is a desktop feature
if (context.device.isMobile) widget.hide('exportBtn');

Widget reference

Back to all widgets.