Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 377 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 377 Bytes

pdf-cat

Simple CLI utility, used to concatenate pdf files

Installation steps:

  1. git clone https://github.com/maciejewiczow/pdf-cat.git
  2. npm install
  3. npm link

Usage

pdf-cat [Input Files] -o [output_file]

or

pdf-cat [Input Files] > [output_file]

or

pdf-cat [Input Files] | [other program]

Help

pdf-cat -h