I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words.
Sample Code :
using Aspose.Words;
using Aspose.Words.Saving;
var li…..."eq1"; // or "eq2" var document = new Document(@$"inputPath"); var...EmulateRasterOperati = false } }; document.Save($@"outputPath", options);...