Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.16 KB

File metadata and controls

46 lines (29 loc) · 1.16 KB

Unite

The Unite Web Application is a user-friendly tool that simplifies the process of merging multiple PDF files. With its intuitive interface, users can easily select PDF files, and then merge them into a single, coherent document. The application leverages Node.js and Express.js on the server-side, while HTML, CSS, and JavaScript handle the client-side functionalities.

Demo

https://unite-n04g.onrender.com/

Features

  • A preview of the merged PDF document is generated for users to review before finalizing the merge.
  • Users can download the merged PDF document to their local machine.

Run Locally

Clone the project

  git https://github.com/AnkitSingh-16/Unite

Go to the project directory

  cd Unite

Install dependencies

  npm install

Start the server

  npm run start
  • Open your web browser and visit http://localhost:3000 to access the PDF Merger Web Application.
  • Select PDF files into the application.
  • Click the "Merge" button to combine the selected PDF files into a single document.
  • A preview of the merged PDF will be displayed for review.
  • Download the merged PDF to your local machine.