Wednesday, April 8, 2015

Compress PDF on Linux

Thanks to many helpful posts on the internet, I found the best way to shrink a PDF file in Linux. Using the commands below I have shrunk PDF files from 50MB to 2MB, although your results may vary due to many different variables. Its still worth a shot.

pdf2ps InputFileName.pdf temp.ps
ps2pdf temp.ps OutputFileName.pdf
 
 

No comments:

Post a Comment

Thanks for your input.

PiKVM to NVR

  Trying to connect to your IP Camera Network Video Recorder (NVR) via your PiKVM and it’s not working? No video from the NVR on...