A simple web application for merging PDF files using JavaScript and Bootstrap.
The PDF12: A Pdf Merger is a straightforward tool for merging PDF files online. It is built using JavaScript for functionality and Bootstrap for a responsive and clean user interface.
- PDF Merging: Combine multiple PDF files into a single document.
- Simple Interface: User-friendly design for an easy merging process.
- Responsive Design: Works well on various devices and screen sizes.
The current interface of the web app may not be as polished. We appreciate your feedback and contributions to enhance the user experience.
Caption: Snapshot of the current PDF Merger Web App interface.
-
Visit the Web App: PDF12: A Pdf Merger
-
Upload PDF Files:
- Click the "Choose File" button to select multiple PDF files.
- Arrange the files in the desired order.
-
Merge PDFs:
- Click the "Merge" button to combine the selected PDFs.
- Download the merged PDF file.
If you want to run the PDF12: A Pdf Merger locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/Subrat29/PDF12.git cd PDF12
-
Install npm
npm install
-
Run server.js
node server.js
Contributions are welcome! If you have ideas for improving the interface or adding features, please open an issue or submit a pull request.