https://github.com/ivotron/docker-pdftotext
Convenience container to execute pdftotext
https://github.com/ivotron/docker-pdftotext
Last synced: about 1 month ago
JSON representation
Convenience container to execute pdftotext
- Host: GitHub
- URL: https://github.com/ivotron/docker-pdftotext
- Owner: ivotron
- Created: 2015-05-14T21:46:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T22:04:40.000Z (over 9 years ago)
- Last Synced: 2025-03-21T11:51:00.142Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-pdftotext
### Usage
```
# Convert from in.pdf to out.txt
docker run --rm -i kalledk/pdftotext < in.pdf > out.txt
# Convert from in.pdf to stdout
docker run --rm -i kalledk/pdftotext < in.pdf
```
### External
https://linux.die.net/man/1/pdftotext
[](https://microbadger.com/images/kalledk/pdftotext "Layers")