Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steve2955/pdf-util
Merge PDFs and more directly in your browser without sending them to some server
https://github.com/steve2955/pdf-util
Last synced: about 2 months ago
JSON representation
Merge PDFs and more directly in your browser without sending them to some server
- Host: GitHub
- URL: https://github.com/steve2955/pdf-util
- Owner: Steve2955
- Created: 2020-06-05T13:14:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:01:18.000Z (about 2 years ago)
- Last Synced: 2024-10-13T16:46:52.013Z (3 months ago)
- Language: Vue
- Homepage: https://steve2955.github.io/pdf-util/
- Size: 3.19 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Build and Deploy](https://github.com/Steve2955/pdf-util/workflows/Build%20and%20Deploy/badge.svg)
# 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](https://steve2955.github.io/pdf-util/) hosted on Github Pages or clone the repo:
```sh
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](https://nodejs.org/) with [NPM](https://www.npmjs.com/) for that)
```sh
npm installnpm run serve
npm run build
```## Built With
* [Vue.js](https://vuejs.org/)
* [Buefy](https://buefy.org/)
* [PDF-LIB](https://pdf-lib.js.org/)
* [file-dialog](https://github.com/alnorris/file-dialog)
* [downloadjs](https://github.com/rndme/download)