Get all photos in a folder and create a PDF document with them
pip install -r requirements.txt
python3 jpg-to-pdf.py -h
python3 jpg-to-pdf.py -i inputDirectory -o out.pdf -c
python3 jpg-to-pdf.py -i archive.zip -z -o out.pdf -c
This script uses PDFTron. Get a key from here https://www.pdftron.com/pws/get-key
Make sure the jpg-to-pdf.py file is in the PATH. Then add the bash script to the PATH. Make sure the bash script is executable with
chmod +x jpg-to-pdf
jpg-to-pdf -h
jpg-to-pdf -i inputDirectory -o out.pdf -c
jpg-to-pdf -i archive.zip -z -o out.pdf -c