Sign inSign up

bwits/pdf2htmlex-alpine

By bwits

Updated almost 9 years ago

pdf2htmlEX in alpine

Image
17

100K+

bwits/pdf2htmlex-alpine repository overview

pdf2htmlEX in docker

How to use this docker containter to convert pdf file to html

Suppose you have a PDF file ~/pdf/test.pdf, simply running

docker run -ti --rm -v ~/pdf:/pdf bwits/pdf2htmlex-alpine pdf2htmlEX --zoom 1.3 test.pdf

would produce a single HTML file test.html in ~/pdf directory.

run the docker container as local command

alias pdf2htmlEX="docker run -ti --rm -v ~/pdf:/pdf bwits/pdf2htmlex-alpine pdf2htmlEX"
pdf2htmlEX -h 
pdf2htmlEX --zoom 1.3 test.pdf

For detail instruciton on how to run pdf2htmlEX, please read the wiki

https://github.com/coolwanglu/pdf2htmlEX/wiki/Quick-Start

Tag summary

Content type

Image

Digest

sha256:45e5ad7f3

Size

53 MB

Last updated

almost 9 years ago

docker pull bwits/pdf2htmlex-alpine