Hi all,
I’m trying to develop a tool that creates PDF files containing tables with different measures.
When I find oversized tables, like the one attached below, I have some issues visualizing them.
Is it possible to split them horizontally? For instance, if, like in this case, the page is smaller than the table, how can I break the column “Other” to make it go on a new page/line?
When you add a table inside PDF document, it automatically breaks itself to subsequent pages if it exceeds the Page Size. In case you want to keep exceeding column with the next page, you can try using table.setRepeatingColumnsCount() property and set the column number in it. In case it does not fulfil your requirements, please share your complete sample code snippet along with an expected output file so that we can test the scenario in our environment and address it accordingly.
Please try to use ColumnAdjustment Property in order to fit the table according to the Page dimensions. In case you still face any issues, please share your complete code snippet with us so that we can test the scenario in our environment and address it accordingly.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.