Skip to content

Unite is a web application that allows you to quickly combine multiple PDF files into a single PDF document.

Notifications You must be signed in to change notification settings

AnkitSingh-16/Unite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Unite is a web application that allows you to quickly combine multiple PDF files into a single PDF document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published