I was tried to download the pdf with 20 columns of table using Ultimate Pdf PrintToPDF_Advanced server action with paper size LandscapeA4 it was showing upto 13 columns with some column break at the last .But i want the exceeded columns and breaked columns should come on next page.will it possible??
Hello @Gorantla Srujan Kumar
Refer this link:
https://www.outsystems.com/forums/discussion/65541/ultimate-pdf-ultimatepdf-with-reactive-web-only-getting-the-first-page-of-cont/
but
Quite hard for 20 columns. You could find another way to transfer it to a pdf depending on the rows you have. Possibly in a card view one after the other. Or you could eliminate some secondary columns in order to make it fit.
Thanks
Hi @Rupesh Patil Thanks for your reply that given css is not working i will find another way to download the pdf with more number of columns in the table
Hi Gorantla. Unfortunately, exporting to PDF will only create pages if the content scrolls vertically (top to bottom), but will clip any content that doesn't fit horizontally.
I suggest you try exporting to a landscape page format, and/or applying a zoom factor on your table until it fits the page width.