Search code examples
javapdfpdf-generationxdocreport

Generate document from docx template with conversion to PDF - text overlaps each other


I have a strange problem. In my application I have couple .docx template. Genering .docx files works fine but when I convert those to .PDF text behave strange.

This is .docx file:

This is docx file

and .PDF file looks in that way: enter image description here

I using xdocreport library with .docx templates How to fix this?


Solution

  • I change xdocreport version from 1.0.2 to l.0.0 and now it works.