This project merges multiple PDF files into a single PDF document using Node.js, Express, pdf-merger-js
, and multer
.
- Merge multiple PDF files into one PDF
- Simple and easy to use
- Upload PDF files through a web interface
- Clone the repository:
git clone https://github.com/prithvirajbaral/pdf-merger.git cd pdf-merger
- Install the dependencies:
npm install express pdf-merger-js multer
- Start the server:
node server.js
- Open your browser and navigate to http://localhost:3000
- Upload the PDF files you want to merge.
- Click the merge button to download the merged PDF.
Node.js
NPM
Express
pdf-merger-js
multer