LibrePDF / OpenPDF

OpenPDF is a free Java library for creating and editing PDF files, with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print large text cells that exceed the remaining height of one page of paper starting from the second page rather than from the remaining height of the first page

JUNE-Colin opened this issue · comments

The version I am using for OPNNPDF is 1.3.34
Create three rows of cells, with the first and second rows being regular text strings and the third row being large text strings. The length of the text in the third row exceeds the remaining height of one page of paper. When printing the large text in the third row, it will start from the second page of paper instead of the remaining height of the first page. Is there a solution to this problem?

Code samples:
code_samples

Example of incorrect output:
Example_of_incorrect_output