We have problem with saving docx file as pdf. Picture loose quality.
Cade making save (SpireDoc 11.7.0 for Java):
- Code: Select all
Document doc = new Document("header.docx");
doc.setJPEGQuality(100);
doc.saveToFile("header.pdf", FileFormat.PDF);
When we save file as pdf from word we don't have this issue.
Regards,
Andrei Chorin