XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
Im trying to convert Open Office document to PDF. Im using PDFConvertor from org.odftoolkit.odfdom.converter.pdf.itext5
Open Office document contains table with merged rows see the screenshot.
In generated pdf last cell from merged row is missing. Look second screenshot.
The problem is reproducable.
I
m trying to convert Open Office document to PDF. I
m using PDFConvertor from org.odftoolkit.odfdom.converter.pdf.itext5 Open Office document contains table with merged rows see the screenshot. In generated pdf last cell from merged row is missing. Look second screenshot. The problem is reproducable.