15
Views
3
Comments
[Ultimate PDF] Text Rendering Issues on Page Breaks in Ultimate PDF Forge with Long Content
Ultimate PDF
Forge asset by OutSystems Labs
Application Type
Reactive

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?

2024-08-11 13-17-57
Kumar Chandrasekaran

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

2023-11-05 14-47-05
Thuan Pham Dinh

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.

2026-01-15 03-18-59
Vijay Malviya

Hi @Thuan Pham Dinh 

pls  try this KeepTogether = True, PreventPageBreakInside = True, and VerticalAlign = Top for the table row. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.