https://github.com/codemonauts/pdf2datev
Docker image to convert multi-page PDF to monochrome multi-page TIFF for DATEV upload
https://github.com/codemonauts/pdf2datev
Last synced: 2 months ago
JSON representation
Docker image to convert multi-page PDF to monochrome multi-page TIFF for DATEV upload
- Host: GitHub
- URL: https://github.com/codemonauts/pdf2datev
- Owner: codemonauts
- License: mit
- Created: 2017-04-04T14:34:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T09:58:19.000Z (about 7 years ago)
- Last Synced: 2025-01-18T07:12:01.977Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdf2datev
Docker image to convert multi-page PDF to monochrome multi-page TIFF for DATEV upload
The script first normalizes all filenames to lowercase and removes known problematic chars. After sucessful converting a PDF to a TIFF, the script removes the PDF!
To convert all PDFs in the current directory and all sub-directories just run:
docker pull codemonauts/pdf2datev
docker run --name pdf2datev -v "${PWD}:/images" --rm -it codemonauts/pdf2datev /usr/local/bin/pdf2datev