Dear team,
We are converting docx to pdf using below java code
Source code :
Document doc = new Document(“MonneyYuFernandezMuttoni2022_Rev_clean.docx”);
doc.save(“MonneyYuFernandezMuttoni2022_Rev_clean.pdf”, SaveFormat.PDF);
input doc : MonneyYuFernandezMuttoni2022_Rev_clean.docx (7.2 MB)
Note : we are using latest jar 22.4 only