Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lixiang453 opened this issue Nov 14, 2023 · 2 comments

Comments

@lixiang453
Copy link

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 lixiang453 added the bug label Nov 14, 2023
@andreasrosdal
Copy link
Contributor

Thank you for reporting. Pull requests welcome.

@asturio
Copy link
Member

asturio commented Mar 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants