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...).

Home Page:https://github.com/opensagres/xdocreport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel processing on UNIX based systems do not convert each image to PDF

PierreLeBrun22 opened this issue · comments

I need to convert a large amount of DOCX to PDF in a minimum of time.
The DOCX to be converted is quite simple, it contains only 2 images and some text.

I'm using a parallel stream to reduce the processing time, it works on Windows but for some reason when I run my application in a docker container on a UNIX system, half of the converted files don't have images.

I use the version 2.0.1