pdflatex

Very thin wrapper arround the pdflatex unix command.

Usage no npm install needed!

<script type="module">
  import pdflatex from 'https://cdn.skypack.dev/pdflatex';
</script>

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();