https://github.com/clevyr/docker-pdftk-java
https://github.com/clevyr/docker-pdftk-java
docker java pdf pdftk
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clevyr/docker-pdftk-java
- Owner: clevyr
- License: gpl-3.0
- Created: 2019-08-14T18:23:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-05-14T00:49:06.000Z (about 2 months ago)
- Last Synced: 2026-05-14T02:29:36.406Z (about 2 months ago)
- Topics: docker, java, pdf, pdftk
- Language: Dockerfile
- Homepage: https://ghcr.io/clevyr/pdftk-java
- Size: 30.3 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-pdftk-java
[](https://microbadger.com/images/clevyr/pdftk-java "Get your own image badge on microbadger.com")
Docker alpine image with [pdftk-java](https://gitlab.com/pdftk-java/pdftk) 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:
```sh
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:
```sh
COPY --from=clevyr/pdftk-java /app/ /usr/local/bin/
```