0.0.1 • Published 15 years ago
pdflatex v0.0.1
node-pdflatex
node-pdflatex is a very thin wrapper around the pdflatex command.
Installation
npm install pdflatexUsage
var PDFLatex = require('pdflatex');
var tex = new PDFLatex("samplefile.tex");
tex.process();0.0.1
15 years ago