Hi there,
I am using Ultimate PDF Forge, and when a page break occurs, there is an issue with text rendering when the content is long, as shown in the image below.
Are there any solutions to prevent this problem?
If you can create HTML content for what you want to download as PDF, you can use the forge component.
https://www.outsystems.com/forge/component-overview/9873/reactive-html2pdf-js-o11
Hi @Kumar Chandrasekaran , thank you for your suggestion. However, I can’t change the Forge anymore because it has been in PRD for quite some time.
My solution for this issue was to create a hidden line below the text. Whenever a page break occurs and the issue appears, only the hidden line is affected. That’s my workaround.
Hi @Thuan Pham Dinh
pls try this KeepTogether = True, PreventPageBreakInside = True, and VerticalAlign = Top for the table row.