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.
Other
3.54k stars 582 forks source link

PdfPTable keepRowsTogether() and getLastCompletedRowIndex() method implementations like iText #658

Open ernestoacosta75 opened 2 years ago

ernestoacosta75 commented 2 years ago

Is your feature request related to a problem? Please describe. Iàm not able to find an equivalent implementation(s) of the keepRowsTogether() method as are implemented in iText.

Describe the solution you'd like It would be nice to have them implemented in OpenPDF.

Brooklyn-0 commented 2 years ago

Hi, I am interested in this issue, can I work on this?