Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to convert MathJax formula to img

Mathjax now is working well in my project. but there is one problem. is there any way to convert MathJax's formula(pure html and css) into a img file. that I can save.

like image 541
Jeffrey.W.Dong Avatar asked Apr 02 '12 00:04

Jeffrey.W.Dong


1 Answers

MathJax can be configured to produce an SVG. See http://docs.mathjax.org/en/latest/output.html about the portability.

There is now an easy solution to produce SVG with mathjax on a server: https://github.com/mathjax/MathJax-node
For PNG see:
https://github.com/pkra/mathjax-node-svg2png

like image 81
Beni Cherniavsky-Paskin Avatar answered Nov 02 '22 10:11

Beni Cherniavsky-Paskin