You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OpenPDF 2.0.0 a method signature changed, which prevents it being used with xdocreport. This method now returns a cell instead of void:
[info] java.lang.NoSuchMethodError: 'void fr.opensagres.poi.xwpf.converter.pdf.internal.elements.StylableDocumentSection$SectionPdfPTable.addCell(com.lowagie.text.pdf.PdfPCell)'
[info] at fr.opensagres.poi.xwpf.converter.pdf.internal.elements.StylableDocumentSection.createLayoutTable(StylableDocumentSection.java:424)
[info] at fr.opensagres.poi.xwpf.converter.pdf.internal.elements.StylableDocumentSection.createLayoutTable(StylableDocumentSection.java:401)
[info] at fr.opensagres.poi.xwpf.converter.pdf.internal.elements.StylableDocument.setActiveMasterPage(StylableDocument.java:318)
[info] at fr.opensagres.poi.xwpf.converter.pdf.internal.PdfMapper.setActiveMasterPage(PdfMapper.java:254)
[info] at fr.opensagres.poi.xwpf.converter.pdf.internal.PdfMapper.setActiveMasterPage(PdfMapper.java:123)
[info] at fr.opensagres.poi.xwpf.converter.core.MasterPageManager.fireSectionChanged(MasterPageManager.java:173)
[info] at fr.opensagres.poi.xwpf.converter.core.MasterPageManager.initialize(MasterPageManager.java:102)
[info] at fr.opensagres.poi.xwpf.converter.core.XWPFDocumentVisitor.visitBodyElements(XWPFDocumentVisitor.java:249)
[info] at fr.opensagres.poi.xwpf.converter.core.XWPFDocumentVisitor.start(XWPFDocumentVisitor.java:216)
[info] at fr.opensagres.poi.xwpf.converter.pdf.PdfConverter.doConvert(PdfConverter.java:57)
The text was updated successfully, but these errors were encountered:
henricook
changed the title
Not compatible with OpenPDF 2.0.0
Not compatible with OpenPDF 2.0.0 - Runtime error: NoSuchMethodError void fr.opensagres.poi.xwpf.converter.pdf.internal.elements.StylableDocumentSection$SectionPdfPTable.addCell
Feb 19, 2024
In OpenPDF 2.0.0 a method signature changed, which prevents it being used with xdocreport. This method now returns a cell instead of
void
:The text was updated successfully, but these errors were encountered: