Welcome to the PDF Merger Web Application! This project is a single-page website designed to merge two PDF files together and display the merged result on a new URL tab. It's built using Tailwind CSS for styling, Node.js for server-side scripting, Express.js for handling routes, and modern ES6+ syntax and methods for enhanced functionality and readability.
-
PDF Merging: Merge two PDF files into one seamless document.
-
User-friendly Interface: Intuitive design for easy navigation and usage.
-
Real-time Status Updates: Receive instant feedback on the merging process.
-
Responsive Layout: Ensures compatibility across various devices and screen sizes.
-
- Clone the repository:
bash git clone https://github.com/KalamPinjar/pdf-merger.git - Navigate to the project directory:
bash cd pdf-merger - Install dependencies:
bash npm install - Start the server:
bash npm start - Open your web browser and visit
http://localhost:3000to access the PDF Merger Web Application.
- Clone the repository:
- Upload two PDF files using the provided interface.
- Click the "Merge" button to initiate the merging process.
- Wait for the merging process to complete. You'll receive real-time status updates.
- Once the merging is finished, the merged PDF will be displayed on a new URL tab.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express.js: A minimal and flexible Node.js web application framework.
- ES6+ Syntax: Utilizing modern JavaScript features for cleaner and more efficient code.
Contributing Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or submit a pull request.
License This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments Special thanks to the developers of Tailwind CSS, Node.js, Express.js, and all the dependencies used in this project for making it possible.
Thank you for checking out the PDF Merger Web Application! If you have any questions or feedback, don't hesitate to reach out. Happy merging!