Pdflatex

Prerequisites

This gem uses the swissdrg/pdflatex docker image to generate PDFs from Latex source. Make sure you have it installed using

docker pull swissdrg/pdflatex:latest

Usage

To convert a .tex file to PDF, use

Pdflatex::Converter.convert(path_to_tex_file, output_path)

License

The gem is available as open source under the terms of the MIT License.