- Code: Select all
Docx4J.toPDF(wordprocessingMLPackage, outputStream);
But as result in generated file I only see symbols '#' instead of text. I wonder if problem is in fonts? If so then how can I customize the fonts location folder, so it would located inside my jar?