mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2025-04-13 10:02:05 +02:00

The deflate function expands some of the FlateDecode streams in a pdf file. The output of the deflate function is not always correct and it is very buggy. Still, this is a useful tool to poke around in foreign pdfs under investigation.
pdfparanoia
pdfparanoia is a PDF watermark removal library for academic papers.
Installing
Simple.
sudo pip install pdfparanoia
or,
sudo python setup.py install
Usage
import pdfparanoia
pdf = pdfparanoia.scrub(open("nmat91417.pdf", "rb"))
file_handler = open("output.pdf", "wb")
file_handler.write(pdf)
file_handler.close()
Supported
- AIP
- IEEE
- JSTOR
Changelog
- 0.0.10 - JSTOR
- 0.0.9 - AIP: better checks for false-positives; IEEE: remove stdout garbage.
- 0.0.8 - IEEE
License
BSD.
Description
Languages
Python
90.7%
Shell
8.5%
Makefile
0.8%