Denisfy (A PDF Compressor) Ported to MacOS

Jeremy Cheng
2 min readJun 12, 2018

Want to have a consistent way to compress PDF files across both Linux and Mac? Remember my post about A GUI for Compressing PDF Files with Linux? Well, it has been ported to MacOS! You can now install this simple utility on your Mac and compress PDFs the same way you do with Linux. It’s even been compiled as a Mac app bundle so you can run it like all your other Mac applications. Here’s where to get your hots hands on it:

Following the below steps to install:

Step 1:

Install HomeBrew via Terminal.app if you haven’t already:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Step 2:

Install Ghostscript:

brew install gs

Step 3:

Download the latest DMG

Step 4:

Mount DMG & copy App Bundle into your /Applications Folder

Step 5:

--

--