PDFMerge is a web application built with Nuxt 3, designed to upload and seamlessly merge PDF files into a single document. Its user-friendly drag-and-drop interface ensures an efficient and hassle-free experience.
- Drag-and-Drop: Easily drag and drop your PDF files into the app.
- File Selection: Alternatively, select PDF files via a file picker.
- Merge PDFs: Combine multiple PDF files into one with a single click.
- Download Result: Instantly download the merged PDF.
-
Clone the repository to your local machine:
git clone https://github.com/sauer-adrian/PDFMerge.git cd PDFMerge -
Install dependencies:
npm install
-
Start the development server:
npm run dev
The application will be available at
http://localhost:3000.
- Drag and drop PDF files into the designated area or select them using the file picker.
- Click the "Merge PDFs" button to combine your selected files.
- Download the merged PDF to your device.
- Nuxt 3: Framework for building modern web applications.
- Vue 3: Reactive JavaScript framework.
- pdf-lib: Library for working with PDF files in JavaScript.
Contributions are welcome! Feel free to submit a pull request or open an issue to suggest improvements or report bugs.
This project is licensed under the MIT License.