17
Views
1
Comments
[Ultimate PDF] how to save a particular part of the screen as a pdf
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes
Application Type
Reactive

how to save a particular part of the screen as a pdf

2023-08-18 10-40-36
Deepak M

Create a New Screen (Best for Clean Output)

  • Create a dedicated screen just for PDF export.

  • Include only the required data and layout elements for a professional PDF.

  • Keep styling minimal and optimized for print view.

  • Use this new screen's URL in the Ultimate PDF configuration.

or

Reuse the Same Screen (AO Friendly)

If you want to reuse the same screen due to AO constraints or UI consistency:

  • Create a Boolean input parameter (e.g., IsPDFExport) in the screen.
  •  Based on this flag, control the visibility of screen elements—show only the required section for the PDF when IsPDFExport = True.
  •  From the server-side action where you trigger PDF generation, call the screen with this parameter set to True via the URL query string (e.g., ...?IsPDFExport=True&Id=123).


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.