Hi,
We have an issue when we try converting a docx file to PDF using Aspose.Words. Some letters in a result file turn into incorrect non-readable symbols after converting.
Please, look attached files: Test_Application.docx (before converting) and Test_Application_output.pdf (after converting)
Test_Application.docx (69.4 KB)
Test_Application_output.pdf (50.7 KB)
The part of code we use:
Document document = new Document(@"C:\test\Test_Application.docx");
document.Save(@"C:\test\Test_Application_output.pdf", SaveFormat.Pdf);
How we can resolve this?
Thanks for your help.