Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 890 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 890 Bytes

homebrew-cpdf

Homebrew formula to install cpdf, IrisPen Air 7 and Photoshop Lightroom Classic 5.7 on macOS.

Install

$ brew tap oncletom/brew
$ brew install cpdf
$ brew cask install adobe-photoshop-lightroom5
$ brew cask install irispen-air

cpdf Usage

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.

License

MIT