Replies: 1 comment 2 replies
-
Any ideas or tipps, where I could search for a workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody!
I use OpenPDF as a tool to create PDF documentation of my software project.
After finishing a page, an event is used to create header and footer.
Recently I tried a new version of OpenPdf and Java 17.
With OpenPdf after 1.3.43 an error occurs:
Caused by: java.lang.NoSuchMethodError: void com.lowagie.text.pdf.PdfPTable.addCell(com.lowagie.text.pdf.PdfPCell)
This is rather strange, because this method exists in older and newer versions of OpenPdf.
When I try to check this in the Eclipse project, I try to open the implemantation of Document.newPage() and get
Problems finding implemantations. Reason: An error occurred while searching for implemantations of "new Page". See error log for details. META-INF.versions.17.com.lowagie.text [in...] does not exist
Can you reproduce this problem?
Do you need more informations?
Is the a workaround?
Thanks!
btw: I used the tile "OpenPdf 2.0.2 and ..." before finding, that 1.4.2 as well has this problem.
Maybe there is abug in all versions after 1.3.43 or some incompatibility exists in the configuration I use.
Beta Was this translation helpful? Give feedback.
All reactions