Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 293 Bytes

File metadata and controls

12 lines (7 loc) · 293 Bytes

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