Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Merge PDFs

This script written in NodeJS can merge two PDFs and generate a single PDF.

How to Run?

[+] Run npm i to install all the dependencies [+] Run node index.js "<filepath1>" "<filepath2>" to merge 2 pdfs and generate a single pdf

Example

image