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.
https://unite-n04g.onrender.com/
- 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.
Clone the project
git https://github.com/AnkitSingh-16/UniteGo to the project directory
cd UniteInstall dependencies
npm installStart 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.