[Solved] PDF Export: Alignment shift on page break when text splits (Angular 17)

0 Answers 7 Views
PDF Export
Sagar
Top achievements
Rank 1
Sagar asked on 24 Mar 2026, 12:45 PM

Hi,

I am using Angular 17 with @progress/kendo-angular-pdf-export v17.2.0. I am facing a specific layout issue during page breaks.

The Issue: When a long text is split across two pages, the overflow content on the second page shifts to the far left, ignoring the column's original offset/padding. However, once that specific text block ends, the subsequent rows return to their correct positions.

Constraints:

  • We must use paperSize="A4" for printing requirements (so paperSize="auto" is not an option).

  • We are using a custom layout with div elements (Bootstrap-like grid: col-sm-4 for labels, col-sm-8 for values).

Questions:

  1. Is there a way to ensure that the split text fragment maintains its horizontal position on the next page?

  2. Has this been addressed in any version later than v17.2.0?

  3. Is there a CSS workaround (like display: table or specific k-pdf-export classes) to prevent this shift for split elements?

Any guidance would be appreciated. Thanks!

Yanmario
Telerik team
commented on 25 Mar 2026, 07:56 AM | edited

Hi Sagar,

I have provided a response in your private thread. If you have any further questions, please continue the discussion there.

For anyone encountering this, an internal issue has been logged for investigation.

No answers yet. Maybe you can help?

Tags
PDF Export
Asked by
Sagar
Top achievements
Rank 1
Share this question
or