Hi there,
Using Aspose.Slides for Java, I am writing a tool to convert fragments of HTML into slides. One issue I am struggling with is the conversion the MathML. I am currently using MathRadical, MathFraction etc for conversion. This proves to be very time consuming as there are many MathML tags and they don’t fit neatly into the Aspose.Slides math model.
I am wondering:
- Is there a way to import MathML XML into an Aspose.Slides object?
- If not, using the XSLT script included in MS office distribution, I can convert MathML into OfficeMath. Is there a way to import an OfficeMath XML into an Aspose.Slides object?
If none of the above works, is there another way to achieve my goal?
Regards,
Fan Zeng