Skip to content

Merge multiple PDF files into a single PDF document with ease using Node.js and Express.

Notifications You must be signed in to change notification settings

prithvirajbaral/pdf-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML PDF Merger

This project merges multiple PDF files into a single PDF document using Node.js, Express, pdf-merger-js, and multer.

Features

  • Merge multiple PDF files into one PDF
  • Simple and easy to use
  • Upload PDF files through a web interface

Installation

  1. Clone the repository:
    git clone https://github.com/prithvirajbaral/pdf-merger.git
    cd pdf-merger
    
  2. Install the dependencies:
    npm install express pdf-merger-js multer
    

Usage

  1. Start the server:
    node server.js
  2. Open your browser and navigate to http://localhost:3000
  3. Upload the PDF files you want to merge.
  4. Click the merge button to download the merged PDF.

Requirements

Node.js

NPM

Express

pdf-merger-js

multer

About

Merge multiple PDF files into a single PDF document with ease using Node.js and Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published