An open API service indexing awesome lists of open source software.

https://github.com/milchreis/ezpdf

📄 Changing PDF pages made easy 👍
https://github.com/milchreis/ezpdf

merge pages pdf remove security

Last synced: 5 months ago
JSON representation

📄 Changing PDF pages made easy 👍

Awesome Lists containing this project

README

          


logo

> I developed *ezpdf* to make simple changes to PDF files without having to install software, use expensive tools like Acrobat Pro or upload files to unknown services. Now you can also use it 😊

You can use EZPDF directly from the [github repo online](https://milchreis.github.io/ezpdf/src/index.html) or download/clone the project and open the index.html in your favorite browser (please not the old IE's 😛).

![alt screenshot](https://raw.githubusercontent.com/Milchreis/ezpdf/master/screenshot.png)

🔗 **[Use it here](https://milchreis.github.io/ezpdf/src/index.html)**

## Features
* Security:
* runs completely in browser on client side (Your pdf files never leave your PC)
* no tracking, no ads
* No installation needed
* Remove pages from PDF files (comma separated or as range)
* Merge pages from another PDF file to the current working file

## Based on
* [pdf-lib](https://pdf-lib.js.org/)
* [Bulma CSS](https://bulma.io/)