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.
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
7 years ago
|
# 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
|
||
|
|
||
|
|