- Code: Select all
org.docx4j.convert.out.pdf.PdfConversion c = new org.docx4j.convert.out.pdf.viaXSLFO.Conversion(wordMLPackage);
OutputStream os = new FileOutputStream(new File(outputfilepath + ".pdf"));
c.output ( os , new PdfSettings() );
whenever i use this method i get a pdf without any layouting and tons of
- Code: Select all
NOT IMPLEMENTED: support for w:pict - without v:imagedata
errors in the text. I saw that ...