Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

clevyr/docker-pdftk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/