Sign inSign up

comsolid/pdflatex-saas

By comsolid

Updated almost 8 years ago

PDF LaTeX as a service (SaaS)

Image
1

1.4K

comsolid/pdflatex-saas repository overview

pdflatex as a service

LaTeX Goes In, PDF is Streamed Out

Quick start

# pull image and run service
docker run -p "5050:5050" comsolid/pdflatex-saas

Send a tex file and get pdf

curl your-docker-machine:5050 --data-binary @my.tex > my.pdf

Add custom packages

You have to build an image like this:

# build with custom packages
docker build -t comsolid/pdflatex-saas-extras --build-arg=INSTALL_EXTRA_PACKAGES="texlive-lang-portuguese texlive-generic-recommended texlive-fonts-recommended" .
# then run
docker run -p "5050:5050" comsolid/pdflatex-saas-extras

Tag summary

Content type

Image

Digest

Size

230.2 MB

Last updated

almost 8 years ago

docker pull comsolid/pdflatex-saas