Document doc = new Document(“test.docx”);
SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF);
saveOptions.setMemoryOptimization(true);
doc.save(“test.pdf”, saveOptions);
Aspose.word for java 25.1…...@dhzhao2016 Summary When converting a DOCX to PDF with the generic...The conversion relies on the fonts that are available on the machine...