hello, code as below:
var word_lic = new Aspose.Words.License();
word_lic.SetLicense(“Aspose.Total.lic”);
var doc = new Aspose.Words.Document(filePathName);
doc.Save(filePathName + “.pdf”, Aspose.Words.SaveFormat.Pdf);
when I convert my doc to pdf, the number “一、授权内容” was changed to Arabic number “1、授权内容”, the doc file is an important contract, so we hope to fix this bug。
- .NET framework 4.5
- product is Aspose.Total for .NET 140716233844
- doc and pdf after converted is attached below