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.22k stars 373 forks source link

DOCX -> PDF document with image conversion? #126

Open billtallman opened 8 years ago

billtallman commented 8 years ago

Hi,

We are using fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.pdf:1.0.5 After conversion somehow images in PDF disappears :( Do we need somehow specifically use images in DOCX ?

Bill

angelozerr commented 8 years ago

We know that our converter are not perfect, any contribution are welcome!

russellhoff commented 8 years ago

I've the same issue: when performing a DOCX to PDF conversion images are lost. I'd like to add this feature, but I don't know where to start from. Could somebody lend me a hand? Thank you!