bwits/pdf2htmlex
Smallest pdf2htmlEX container and easiest way to convert pdf to html file (246MB)
100K+
Suppose you have a PDF file ~/pdf/test.pdf, simply running
docker run -ti --rm -v ~/pdf:/pdf bwits/pdf2htmlex pdf2htmlEX --zoom 1.3 test.pdf
would produce a single HTML file test.html
in ~/pdf
directory.
alias pdf2htmlEX="docker run -ti --rm -v ~/pdf:/pdf bwits/pdf2htmlex pdf2htmlEX"
pdf2htmlEX -h
pdf2htmlEX --zoom 1.3 test.pdf
For detail instruciton on how to run pdf2htmlEX
, please read the wiki
docker pull bwits/pdf2htmlex