-
Notifications
You must be signed in to change notification settings - Fork 384
Download Alpine Tar Archive
stephengaito edited this page Jun 24, 2020
·
2 revisions
The most recent releases have Alpine Tar Archives built on a recent Alpine releases.
These Alpine tar archives come as two parts:
- The tar archive itself which contains a
pdf2htmlEX
executable compiled inside an Alpine docker image (and hence usingmusl
). - A
/bin/sh
script which will install thepdf2htmlEX
Alpine dependencies using theapk
command, and then unpacks the associated tar archive into the/usr/local/bin
directory.
This option should only be chosen by someone who is comfortable using shell scripts in an Alpine Linux environment.
However, it can be used to build your own customized Alpine based docker image.
NOTE: at the moment, the statically linked FontForge and Poppler libraries are using the standard Alpine version of iconv
. Unfortunately, the Alpine version of iconv
is unable to deal with some 'standard' fonts, and so you might find these fonts are not transferred into the resulting html. See Compile Alpine version of pdf2htmlEX using gnu-iconv for more details and discussion.