I have a word document written in Farsi which has an Embedded Excel Object which is a table copied from an excel and pasted as picture in this document. When I convert it to PDF all the characters in this table get messed up. This problem didn’t exist in the old version we were using but when we updated to version 25.4 it appeared. I even test the word to pdf conversion using aspose online tooling to make sure.
I attached the resulting converted pdf and the source word document (as a zip file).
I used this code for conversion:
var doc = new Aspose.Words.Document(SRC);
doc.Save(dest);
New Microsoft Word Document (2).zip (12.3 KB)
New Microsoft Word Document (2).pdf (16.7 KB)