Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Directory containing your TIFF files
TIFF_DIR="/path/to/tiff_files"
# Output PDF file name
OUTPUT_PDF="/path/to/output.pdf"
# Resolution for the output PDF, change according to your needs
RESOLUTION=150