I have tried to use the below code to save the word file to PDF file with 4-bytes unicode characters using the latest version 17.4. Some of the characters (the last character in each line) cannot be displayed and the margin of each line displayed differently from the word file. The testing word and PDF outputs are attached. Please kindly help! Thanks!
Code used:
Document xDoc2 = new Document(“119323_CBENE_END_20170505000004.docx”);
xDoc2.Save(“119323_CBENE_END_20170505000004.pdf”, SaveFormat.Pdf);
The issues you have found earlier (filed as WORDSNET-15324) have been fixed in this Aspose.Words for .NET 19.8 update and this Aspose.Words for Java 19.8 update.