Created
November 10, 2015 19:55
-
-
Save biiont/1abaa8b4130b17769dbf to your computer and use it in GitHub Desktop.
Create multipage scanned pdf files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
OUT="result" convert source1.tiff source1.tiff ... -depth 75 -units pixelsperinch -compress zip $OUT.pdf && pdf2ps $OUT.pdf && ps2pdf $OUT.ps && rm -f $OUT.ps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment