Sign inSign up

clevyr/pdftk-java

By clevyr

Updated about 6 years ago

Image
0

50K+

clevyr/pdftk-java repository overview

docker-pdftk-java

Docker alpine image with pdftk-java build and openjdk8-jre installed.

Usage

A shell script called pdftk has been created to defer calls off to the built binary /app/pdftk.jar

Example Usage:

docker run --rm clevyr/pdftk-java pdftk --help

If you need the executable in another Docker container, make sure you have installed openjdk8-jre (Or your distro-equivalent), then run this on build:

COPY --from=clevyr/pdftk-java /app/ /usr/local/bin/

Tag summary

Content type

Image

Digest

Size

59.1 MB

Last updated

about 6 years ago

docker pull clevyr/pdftk-java