Life Skills, Tutorial, Ubuntu

HOW TO COMPRESS BIG PDFS IN UBUNTU

When someone sends a PDF that’s too huge, just navigate to the directory, and run this command: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=name_of_compressed_OUTPUT_file.pdf name_of_UNcompressed_INPUT_file.pdf For even smaller files and lower resolution of 150dpi, just change the /prepress part to /ebook SPEED TIP: to quickly get the path in your terminal so you can cd to it quickly, just…

Continue Reading