Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Download

Bill W edited this page Sep 8, 2015 · 34 revisions

pdf2htmlEX is available through several repositories, thanks to all the packagers!

Run from Docker container is the easily way to convert the pdf file to html with pdf2htmlex, which you needn't have knowledge on how to compile and install this application.

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

For detail on how to install docker, please refer: https://docs.docker.com/installation/ For detail on how to run pdf2htmlEX, please read the wiki https://github.com/coolwanglu/pdf2htmlEX/wiki/Quick-Start

The old Ubuntu PPA has been deprecated. We are looking for a maintainer.

You can also build from source.

Clone this wiki locally