Replies: 4 comments 2 replies
-
Any ideas or tipps, where I could search for a workaround? |
Beta Was this translation helpful? Give feedback.
-
Still a very strange thing ... Why does this error occur? |
Beta Was this translation helpful? Give feedback.
-
Here's links to the source code of the mentioned methods, which can be used to understand this issue better: PdfTable.addCell(): Document.newPage(): |
Beta Was this translation helpful? Give feedback.
-
Note that PdfTable.addCell changed method signature. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 title "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