Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
/ Concatenate-PDF Public archive

A useless little script to concatenate PDF using Scissors

License

Notifications You must be signed in to change notification settings

g-ongenae/Concatenate-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A useless little script to concatenate PDF using Scissors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published