Hi,
I am using the following code to convert an MS Word 2010 document to PDF. The document is converted with some Arabic characters rendered as squares (screenshots attached).The word document uses the font ‘Simplified Arabic’ which is installed on the server.
I kindly request treating this with urgency as we need to know if Aspose Word will fit for our client needs or not before taking purchase decision.
Aspose.Words.Document doc = new Aspose.Words.Document(files[0].InputStream);
doc.Save(Server.MapPath(@"~\Files\RelationshipSystem\Documents\Resolution1.pdf");
Regards,
Madani