Merge PDFs and more directly in your browser without sending them to some server.
I often find myself needing to merge multiple PDFs into one. Unwilling to install some random from the internet, I tend to use some random website to do the merging. All of the services I tested did the merging on their server which is a huge privacy concern in my opinion. That's why I created this project to be able to privately merge PDFs directly in the browser. The goal of the project is not only to provide a tool for merging PDFs, but also some other useful utilities for handling them.
You can just use the demo hosted on Github Pages or clone the repo:
git clone https://github.com/Steve2955/pdf-util.git
cd pdf-util
Next install all dependencies and after that you will be able to run a dev-server or build the whole project (you will need Node.js with NPM for that)
npm install
npm run serve
npm run build