1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2025-02-11 13:13:10 +01:00
2013-02-07 03:55:57 -06:00
2013-02-06 17:33:00 -06:00
2013-02-06 17:34:38 -06:00
2013-02-06 17:39:42 -06:00
2013-02-05 04:17:05 -06:00
2013-02-06 17:33:00 -06:00
2013-02-06 00:03:48 -06:00
2013-02-06 00:03:33 -06:00

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
No description provided
Readme 2.3 MiB
Languages
Python 90.7%
Shell 8.5%
Makefile 0.8%