How do I output a webpage that contains MathML to PDF?

Posted by samiz on Stack Overflow See other posts from Stack Overflow or by samiz
Published on 2010-06-15T22:38:09Z Indexed on 2010/06/15 22:42 UTC
Read the original article Hit count: 381

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET