/pdf-merger

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

Primary LanguageJavaScript

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