- Create image scans using any method(this one is good)
- Pass images to this script(tested on ubuntu)
- Script requirements(tested with
apt
install on Ubuntu):exiftool imagemagick img2pdf ghostscript qpdf
#!/bin/bash
if [ $# -eq 0 ]
then
echo "Input images to convert"
else
for i in "$@"; do