jsPdf is a Javascript library that creates pdf documents on the fly.
This is very useful to me as I have a familiarity with Javascript and I want to be able to do this operation server-side.
However, it doesn't produce my TeX. It just puts out ''$2+4x^2 = 0'' in the Hello World demo when I modify it.
There must be something I can put in the metadata section/preamble/header/whatever it is to tell the part of the Javascript file that I want it to go through whatever package it is to render with TeX.
Thank you for any help.
-Eka
jsPdfprobably contains noTeXengine -- it might not be able to 'translate'TeXcode into directpdfoutput. – Feb 20 '14 at 20:36pdflateximplementation inJavaScript, see: http://manuels.github.io/texlive.js/ – Josef Feb 21 '14 at 10:35