views:

29

answers:

2

My web application displays MathML embedded in HTML using the MathPlayer plugin. I need to output to PDF. I have PDF components (Dynamic PDF, ABCpdf), but they don't know how to parse the MathML, of course.

Is there a library that can help me translate the MathML to an image or something that I can feed to the PDF components on the fly in the web application?

A: 

PHP Math Publisher

CodeToGlory
As interesting as that is, I have to use MathML. My website is consuming another vendor's content, and they're not going to change to this construct. Plus, I'm not using PHP.
samiz
+1  A: 

Design Science has a command line Windows executable (also available as a DLL) that will convert all of the MathML in a document to EPS for use in PDF. It's the Document Composer, which is part of the MathFlow SDK. Contact us if you're interested in more info or an evaluation.

Autumn Cuellar