https://github.com/mythsunwind/pdfredactorjs
Redact PDF files in your browser locally
https://github.com/mythsunwind/pdfredactorjs
pdf redaction
Last synced: 4 months ago
JSON representation
Redact PDF files in your browser locally
- Host: GitHub
- URL: https://github.com/mythsunwind/pdfredactorjs
- Owner: mythsunwind
- License: gpl-3.0
- Created: 2025-06-25T14:06:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T09:22:45.000Z (10 months ago)
- Last Synced: 2025-10-26T21:42:53.250Z (8 months ago)
- Topics: pdf, redaction
- Language: HTML
- Homepage: https://mythsunwind.github.io/PDFRedactorJS/
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDFRedactorJS
## Features
* Redact PDF files by drawing black boxes over sensitive data
* Output is PDF
* The processed files **do not leave your computer**. Everything is processed inside your browser.
**Warning:** Redacted PDFs are saved as images. This means that the text cannot be copied & pasted by hand from the redacted PDF. This is on purpose in order to not leak any hidden text.
## License
This is a fork of [PDFRedactor](https://github.com/ldu2/PDFRedactor/) created by Luyang Du which was released under GPL-3.0 license.