1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-06 19:07:49 +02:00
Go to file
2013-02-05 03:56:07 -06:00
pdfparanoia fix README packaging 2013-02-05 03:56:07 -06:00
tests initial commit 2013-02-05 03:10:14 -06:00
.gitignore initial commit 2013-02-05 03:10:14 -06:00
Makefile initial commit 2013-02-05 03:10:14 -06:00
README.md initial commit 2013-02-05 03:10:14 -06:00
setup.py fix README packaging 2013-02-05 03:56:07 -06:00

pdfparanoia

pdfparanoia is a PDF watermark remover 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()

Changelog

  • 0.0.1 - initial commit

License

BSD.