Hi!We are using UltimatePDF for exporting a specific webpage of ours into PDF. We are coming across an issue where our Page headers are merging with the contents of a table for the next pages in which the table holds multiple numbers of rows.
"Project details" along with the print date and page number is the header. As seen in the image below, the header merges with the table containing multiple rows or data. It seems to as the table isn't having a page break.
Hoping for your assistance.
Thanks!
Hi.
The newer version should fix your problems.
However, I found that Google Chrome does not always produce a good pagination on tables. Sometimes a row of the table is split between two pages. Your mileage may vary.
I would recommend you to inspect if your table is not inside any inline-block element, specially any container that has been resized using the column grid (e.g. with width = 1 col, 2 col, etc). Elements with inline-block will probably cause you problems with incorrect pagination. You can usually replace inline-block elements with OutSystems UI's column widgets (which use flex instead of inline-block).
Hi. Could you please provide an example report reproducing your issue?
Leonardo Fernandes wrote:
Hi!
What do you mean by report, would it be the actual pdf produced?
Source Solutions wrote:
Here is a sample pdf. Kindly see attached
The Page block in the main content also contains web blocks inside of it.
Updates please. Thank you!
No, I need the module that is producing this PDF.
Or, if you can't share that, create a module that produces a similar PDF that has the same issue. You can replace dynamic content with static content, and you don't need to have the same data. For the table records, you could create a static entity, put some records in there, and then use the static entity to populate the table records.
Hi All,
Am facing issue is ultimate pdf page number showing double shade in the page,
I need to show clear page number
Kindly help me some one for this,
Thanks
Me too, how to....
Yes, I have also face the similar issue, header and footer merging with data. Any solution?
Google Chrome has improved table pagination a lot recently, and upgrading to Ultimate PDF 7.0.0 will enable those improvements. This should fix most, if not all, table layout issues.