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)$/
.)
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