Skip to content

Tag: latex

Compiling Latex with Javascript

I am working on a webapp(written with react-js) that generates a Latex code which contains information to give to the user. My goal is to let the user download the PDF file directly from my application. I first tried using this library: texlive.js, that seemed to work but really it’s impossible to recom…