9
Views
1
Comments
[Ultimate PDF] How to set separated space UltimatePDF
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes
Application Type
Reactive
Service Studio Version
11.55.45 (Build 64421)

I was going to print it by pressing print on the browser,
It's a capture method, so the browser doesn't render the elements of the page that are more than eight pages apart
There was a problem with the blank screen being printed.

So I'm thinking of using Ultimate PDF module to press print and Adobe will turn on and make it printable.
I'm creating a print page and I don't know if I should get that screen using PrintLayout\PrintLayout on the main screen.

And the page I'm trying to make is the shape of the picture at the bottom.

I'm not sure how to set it as a size A4 and separate the space into 2x5.

And how can I do download this screen to the client's PC as a PDF file 

We'll be waiting for your answers

Thank you. 

2025-12-03 17-22-41
Lavanya Kamalaguru

Hi @Woo Moonsik,

Setting the PDF to A4 Size

  • When generating a PDF document, you must specify the paper size using the configuration options in Ultimate PDF.Creating a 2x5 Grid (2 columns, 5 rows)
  • In Outsystems screen you want to convert into PDF, structure your layout with a container divided into 2 columns and 5 rows (for example, using nested containers or a Grid widget).
  • Each "cell" should be a child container, so the page is visually split as needed; CSS styles like display: grid or table layouts can be used to format this.
  • When the page is rendered for PDF export, Ultimate PDF will capture the visual layout as defined on the screen.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.