PDFs remain a common way to share documents because they preserve formatting across devices and platforms. Sometimes, however, you end up with several separate PDFs that would be easier to handle as a ...
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dDownsampleColorImages=true -dColorImageResolution=150 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf All processing ...