README
node-pdflatex
node-pdflatex is a very thin wrapper around the pdflatex command.
Installation
npm install pdflatex
Usage
var PDFLatex = require('pdflatex');
var tex = new PDFLatex("samplefile.tex");
tex.process();
Very thin wrapper arround the pdflatex unix command.
<script type="module">
import pdflatex from 'https://cdn.skypack.dev/pdflatex';
</script>
node-pdflatex is a very thin wrapper around the pdflatex command.
npm install pdflatex
var PDFLatex = require('pdflatex');
var tex = new PDFLatex("samplefile.tex");
tex.process();