A Chrome extension to merge multiple PDFs
PDF Merger
Overview
PDF Merger is a simple web application that allows users to upload multiple PDF files, rearrange them, and merge them into a single PDF document. The merged PDF file can then be downloaded immediately. This project leverages HTML, CSS, and JavaScript, using the PDF-Lib library for PDF manipulation.
Features
Upload multiple PDF files: Users can select multiple PDF files from their device.
Rearrange files: Drag-and-drop functionality allows users to reorder the files before merging.
Merge PDFs: The selected PDFs can be merged into one document with a single click.
download: The merged PDF can be downloaded once the merge is complete.