Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.35 KB

Build and Deploy

pdf-util

Merge PDFs and more directly in your browser without sending them to some server.

Description

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.

Getting Started

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

Built With