Homebrew formula to install cpdf, IrisPen Air 7 and Photoshop Lightroom Classic 5.7 on macOS.
$ brew tap oncletom/brew
$ brew install cpdf
$ brew cask install adobe-photoshop-lightroom5
$ brew cask install irispen-air
Type cpdf -help
for more informations about the command options.
The following example illustrates how to split a multi-page PDF into individual files:
$ cpdf big.pdf -split -o page-%%.pdf
If big.pdf
has 3 pages. It will then create 3 files: page-01.pdf
, page-02.pdf
and page-03.pdf
.