A scanned document saved as PDF can be too large, that is not always good.
For example, the large size of a PDF file won’t permit to send it by email because of the probable limitation on the maximum size of attachments.
In Linux you can compress a PDF file from the command line without losing its quality, with the help of ps2pdf tool, that is a part of ghostscript suite.
From this article you will learn how to compress a PDF file and significantly reduce its size from the Linux command line. (more…)