Hello, We have license but face troubles converting charts. Could you please help us?
You can try converting in demo. There is the same problem.
We use Aspose.Words library. Code example:
var loadOptions = new LoadOptions
{
Encoding = Encoding.UTF8
};
var document = new Document(srcFile, loadOptions);
document.Save(newPath, SaveFormat.Pdf);
Original.docx (40.5 KB)
Converted.pdf (24.3 KB)
Difference.png (122.1 KB)