This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Download
John Lin edited this page Feb 21, 2017
·
34 revisions
pdf2htmlEX is available through several repositories, thanks to all the packagers!
- ArchLinux AUR by roentgen.
- Gentoo Overlay, gentoo-zh, mrueg or sunrise, by respective packagers.
- Homebrew Formula by Jamie Ly me@jamie.ly
- Macports by Deepak Thukral iapain@iapa.in
- Windows win32 static by Steven Lee rubypdf@gmail.com
- Docker image - 1.23GB by Kim Lokøy kim.lokoy@gmail.com
- [Docker image (Debian) - ](https://hub.docker.com/r/bwits/pdf2htmlex/) by Bill W ozbillwang@gmail.com
- [Docker image (Alpine) - ](https://hub.docker.com/r/bwits/pdf2htmlex-alpine/) by Bill W ozbillwang@gmail.com
- Debian package by josch josch@mister-muffin.de
Run from Docker container is the easiest way to convert pdf file to html, which you don't need knowledge on how to compile and install pdf2htmlEX.
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 `pwd`:/pdf bwits/pdf2htmlex pdf2htmlEX'
pdf2htmlEX -h
pdf2htmlEX --zoom 1.3 test.pdf
For detail on how to install docker, please refer to 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.