Docker image for complied version of pdf2htmlEX
To compile a PDF to HTML:
sudo docker run -v "$PWD:/src" thachmai/pdf2htmlex <your_pdf_file> [other pdf2htmlex params...]
If you want to make it simpler for repeated use, you can define an alias for the above command, for example, in Ubuntu 14.04, you can do this:
printf "\nalias pdf2html='sudo docker run -v \"$PWD:/src\" thachmai/pdf2htmlex'\n" >> ~/.bash_aliases
Then, simple run pdf2html your_pdf to compile a PDF.
MIT
This is a fork of Klokoy's base image with some clean up and optimizations for ease of use.
Content type
Image
Digest
sha256:dbf852ee9…
Size
545.9 MB
Last updated
almost 11 years ago
docker pull thachmai/pdf2htmlex