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 👍
- Host: GitHub
- URL: https://github.com/milchreis/ezpdf
- Owner: Milchreis
- Created: 2020-04-04T16:18:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T00:28:54.000Z (almost 6 years ago)
- Last Synced: 2025-08-20T18:55:54.968Z (11 months ago)
- Topics: merge, pages, pdf, remove, security
- Language: HTML
- Homepage: https://milchreis.github.io/ezpdf/src/index.html
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 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 😛).

🔗 **[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/)