You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Castro0o 41a07ef27a | 7 years ago | |
---|---|---|
README | 7 years ago | |
imgs2pdf.sh | 7 years ago | |
rotate.sh | 7 years ago |
README
# Utility Scripts for scanning documents ## Software dependencies: pdftk, imagemagick ## Scripts ### imgs2pdf.sh Converts a directory of images onto a single PDF Usage: `./imgs2pdf.sh imgs-dir-name pdf-filename` If no pdf-filename is provided, output.pdf will the default file name ### rotate.sh Rotates all images in one a directory a given number of degrees Usage: `./rotate.sh imgs-dir-name rotation-in-degrees`