When I try to convert a DOCX containing equation fields to PDF or PNG, the equation fields are not rendered correctly.
Input DOCX
test.docx (15.9 KB)
Aspose outputs (equation field rendering is incorrect)
output.pdf …...my sample code: var license = new License(); license.SetLicense(@"licensePath");...SetLicense(@"licensePath"); var document = new Document(@"inputPath") { LayoutOptions...