I had to print about 50 pdf files and MacOS/Windows don't seem to provide an easy way to merge them all into one big file. It does what it supposed to do but is very rough around the edges as I made this in 30 minutes before picking up my kid from daycare.
Probably (eh... possibly), I'll revisit this in the future to refine it.
- create a folder called
pdf
and put all your pdf files inside (DBAA with your files, at the moment it just checks if the file name ends with ".pdf") npm run merge
/yarn merge
- pdf is saved in the root as
merged.pdf