But I found an easy way to do it from the command line.
- Scan the item to a .tiff file in a known location (for example, save it to the Desktop)
- Open a terminal:
convert -density 300 -units PixelsPerInch Desktop/scanned_file.tiff converted_file.ps ps2pdf -s PAPERSIZE=letter converted_file.ps final_output_file.pdf rm scanned_file.tiff converted_file.ps
1 comment:
You wrote this in 2008 and i found it useful in 2021! Thank you.
Regards,
Post a Comment