Trying to combine multiple scanned pages into a single file.
I’m trying to combine multiple pages I’m scanning into a single file.
MacBook Pro 16″, macOS 11.5
I’m trying to combine multiple pages I’m scanning into a single file.
MacBook Pro 16″, macOS 11.5
Scanned to PDF or as TIFF images? Some scanners or scanning software (e.g. VueScan Professional) have a Scan+ option to concatenate subsequent scans into a single multi-page PDF document.
/usr/bin/tiffutil -cat file1.tif file2.tif ... filen.tif -out mp.tif
When you use the Finder's Quick Look on a multi-part TIFF image, it will only show the first image, but Preview will show all of the images that tiffutil combined.
Trying to combine multiple scanned pages into a single file.