Installing diff-pdf on Mac using Brew

Package Information:

Name: diff-pdf
Use: diff-pdf is a tool for visually comparing two PDFs.
URL: https://vslavik.github.io/diff-pdf/

Installation Steps:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install diff-pdf using brew
    brew install diff-pdf

diff-pdf is ready to use now!