Hi Team,
I’ve converted Docx to pdf, The pdf was converted, and the black patch overlapped the entire document.
I"m using Aspose.Words for Java 22.10 and Aspose.PDF for Java 22.9.
Source code:
Document pdfDocument = new Document("Fig0003.docx");
pdfDocument.save("Fig0003.pdf", SaveFormat.PDF);
Input: Fig0003.docx (44.7 KB)
Current output: Fig0003.pdf (14.6 KB)
Regards,
Mahesh