Hi,
I have a Word-File (to be seen in ‘base.docx’) and converted it into a PDF-File with the following simple code:
Document document = new Document("…//base.docx");
document.save("…//actual-flawed.pdf", SaveFormat.PDF);
The ouput is seen in: ‘actual-flawed.pdf’, but I would like it to be: ‘expected.pdf’.
Thank you so much in advance.
Best regards