Hi Team,
I am using Ultimate pdf forge component to generate pdf and using table widget inside my Pdf screen and i have dynamic data in row cell. I'm facing two issues at page break as mentioned below :
i. Bottom border is missing only on some pages.
Either it will come to the next page or
After zooming the pdf line appears at the bottom But it should be visible normally(without zoom).
ii. If the data is large and exceeds the current page it is breaking the text horizontally at page break.
Hi Neha Madkar.
This issue has been solved in Ultimate PDF version 7.0.0 or later. I recommend you upgrade to the latest version.
If this issue persists with the latest version, please let me know.
Thank you for your reply I will upgrade the version and let you know
Hi Neha. Did the new version fix your problem?
try this css on your print page: I resolved mine
table { border-spacing: 0; table-layout: auto; border-collapse: collapse; width: 100%;}
.layout-print :is(td, th ) { border: 0.1px solid #9e9e9e; padding: 0.5em 1em; white-space: pre-wrap; word-wrap: break-word; height: auto;}
Thank you for your reply but this one is not working for me