Hi,
I’m using Aspose.Net
/) nuget C#, and a want to convert MHT file to PDF.
In my case, the MHT is converting to PDF but all the page contain “chinese” caracteres
- orginial file
- pdf result
- word document is correctly converted
https://i.ibb.co/zs8g50n/image.png
- result.zip (1.1 MB)
code :
var doc = new Aspose.Words.Document(inStream);
doc.Save(outStream, Aspose.Words.SaveFormat.Pdf);
With the online converter the render is good : https://products.aspose.app/pdf/fr/conversion/mht
Using : aspose.pdf\21.6.0
Thx
Eric