OpenPDF icon indicating copy to clipboard operation
OpenPDF copied to clipboard

pdfcell.setRowspan() method may cause line loss bugs when the word count is high

Open lixiang453 opened this issue 1 year ago • 2 comments

Describe the bug pdfcell.setRowspan() method may cause line loss bugs when the word count is high

To Reproduce PdfPCell.setColspan(2); PdfPCell.setRawspan(2);

Expected behavior the PdfPCell can still merge rows normally with a large number of words without losing merged rows

Screenshots Both are the same code error: image image right: image image

System (please complete the following information): use openpdf version:1.3.29

Additional context

lixiang453 avatar Nov 14 '23 06:11 lixiang453

Thank you for reporting. Pull requests welcome.

andreasrosdal avatar Nov 15 '23 07:11 andreasrosdal

I suspect the problem here is that the content is too big. The text can probably be found in the PDF, but is not being displayed.

asturio avatar Mar 16 '24 19:03 asturio