0000vt / pdfmerger

pdfmerger javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF Web Merger

PDF Merger is a simple and user-friendly web application that allows you to merge multiple PDF files into a single PDF document. It is built using JavaScript and the PDF-Lib library. The application runs entirely in the browser, so all file processing is done on your local machine, ensuring your PDFs remain private and secure.

PDF Merger Screenshot

Features

  • Merge multiple PDF files into a single PDF document
  • Reorder the PDF files in the list
  • Remove individual files from the list
  • Clear the entire list of PDF files
  • Drag-and-drop functionality for uploading files
  • Browser-based, no server-side processing

Installation

  1. Clone this repository:
git clone https://github.com/0000vt/pdfmerger.git
  1. Open the index.html file in your browser.

Usage

Click on the file input or drag and drop PDF files onto the designated area to upload them. Reorder the files by clicking the up and down arrow buttons next to each file in the list. Remove individual files by clicking the trash icon button next to each file. Click the "Clear list" button to remove all files from the list. Click the "Merge PDFs" button to merge the uploaded PDF files into a single PDF document. The merged file will be downloaded to your computer. Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

pdfmerger javascript

License:MIT License


Languages

Language:JavaScript 67.1%Language:HTML 32.9%