https://github.com/heardacat/pdfprivacy
Converts PDFs to Images so that it can't be easily copied and pasted
https://github.com/heardacat/pdfprivacy
Last synced: 3 months ago
JSON representation
Converts PDFs to Images so that it can't be easily copied and pasted
- Host: GitHub
- URL: https://github.com/heardacat/pdfprivacy
- Owner: HeardACat
- License: mit
- Created: 2020-09-17T10:05:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T10:53:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T16:40:29.610Z (3 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdfprivacy
Converts PDFs to Images so that it can't be easily copied and pastedUsage:
```
make clean
make PDF="mypdf.pdf" convert
```Requirements:
* pdftk
* poppler
* mogrify