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 375 forks source link

use openpdf converter impl by default for fr.opensagres.xdocreport.converter.docx.xwpf #536

Open ghollies opened 2 years ago

ghollies commented 2 years ago

now that the open pdf version exists for the converter, can we update or copy/paste the docx.xwpf converter and it use the new fr.opensagres.odfdom.converter.pdf.openpdf extension rather than relying on the one which brings in an old version of itext with known CVEs?

angelozerr commented 2 years ago

Any PR are welcome!

ghollies commented 2 years ago

Any suggestion on which approach would be better received? copying the whole project, replacing itext with openpdf? or updating the existing one