opensagres / xdocreport

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...).
https://github.com/opensagres/xdocreport
1.23k stars 373 forks source link

Convert from ODT to PDF of merged rows doesn`t work #45

Open GeorgyDimitrov opened 9 years ago

GeorgyDimitrov commented 9 years ago

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.

mergedrowsopenoffice mergedrowsgeneratedpdf

angelozerr commented 9 years ago

For converter topic, I have no time today to continue it, any contribution are welcome!