Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnuessler/docker-pdftk

Docker image for pdftk
https://github.com/mnuessler/docker-pdftk

docker-image pdf-converter pdftk

Last synced: 3 months ago
JSON representation

Docker image for pdftk

Awesome Lists containing this project

README

        

# Docker PDFTK

[![Docker Pulls][pulls-badge]][docker-hub]

Docker image for [pdftk], the PDF toolkit.

## Usage

Mount the directory with input files under `/work` when starting the
container. Output files will be written to the same directory.

```
docker run -v $(pwd):/work mnuessler/pdftk
```

[pulls-badge]: https://img.shields.io/docker/pulls/mnuessler/pdftk.svg?maxAge=3600
[docker-hub]: https://hub.docker.com/r/mnuessler/pdftk/
[pdftk]: https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/