Skip to content
This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 773 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 773 Bytes

Concatenate PDF

A useless little script to concatenate PDF using Scissors.

All the PDF you want to concatenate needs to have the same name except for their indexes, for instance:

  • test0.pdf
  • test1.pdf
  • test2.pdf

This will create test.pdf.

(This pattern /^(*[0-9].pdf)$/.)

To Run:

Install PDFTK on your system. Mac OS >=10.11 requires a patched build available here as per this thread

git clone https://github.com/g-ongenae/Concatenate-PDF
cd Concatenate-PDF/
yarn install
yarn start