-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
A lot of warning message when draw a table #55
Comments
Hi! Could you provide a minimal code example? Which version of Boxable are you using? |
sorry,
|
pdfbox 2.0.0 also can see this warning message. |
Hi, I am sorry, I cannot reproduce this issue. I cannot use your code example, because too much is missing (the In the test case included in Boxable ( As for the method PDPage firstPage = createBlankPage(); use PageProvider pageProvider = new TestPageProvider();
PDPage firstPage = pageProvider.nextPage(); assuming you also want to render the header on the first page. Another hint: Boxable offers the method |
Hi |
Hi,
So I was looking for solution and found this topic. From my testing it looks like problem with renderer.
I'm using PDFBox 2.0.2 and boxable 1.4 |
yeah, it seems the problem is in the pdfbox rendering, particulary in
Sorry that I can't help you more with this. |
Hi
this is a great tools to generate a table using pdfbox.
but i found a lot of message on the background log.
such as:
my configuration incorrect? how to remove ? thanks!
The text was updated successfully, but these errors were encountered: