1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-03 09:38:05 +02:00
Commit Graph

69 Commits

Author SHA1 Message Date
Bryan Bishop
b7b5a4ef65 jstor watermark removal
fixes #1
2013-02-06 17:33:00 -06:00
Bryan Bishop
47bc734318 replace_object_with - alternative removal method
Some publishers generate pdfs with the watermarks inside the text of a
page, in which case the object needs to be replaced. This deflates the
object and uses plaintext instead. While this increases the size of the
pdf, it is also effective for removing watermarks from the stream.
2013-02-06 17:27:12 -06:00
Bryan Bishop
57b6aba099 create requirements.txt 2013-02-06 00:03:48 -06:00
Bryan Bishop
4f0208963d remove pdfquery from requirements 2013-02-06 00:03:33 -06:00
Bryan Bishop
2711fc174b README: minor wording change 2013-02-05 23:44:00 -06:00
Bryan Bishop
8eb8797eeb support pdf formats with whitespace line endings
JSTOR pdfs have whitespace at the end of each line in their pdfs. Though
their watermarks are not yet removable, this supports parsing their
files in the future or any other publisher that does similar things.

see #1
2013-02-05 19:07:28 -06:00
Bryan Bishop
bc89bc5335 clean repo before uploading to pypi 2013-02-05 17:24:47 -06:00
Bryan Bishop
30c6e30891 version bump to 0.0.9 2013-02-05 17:21:58 -06:00
Bryan Bishop
f78aad78ef AIP: better false-positives check 2013-02-05 17:20:11 -06:00
Bryan Bishop
d276954bfa IEEE: remove print statement (oops) 2013-02-05 17:19:37 -06:00
Bryan Bishop
6ef9a19ff6 README: update changelog 2013-02-05 04:56:18 -06:00
Bryan Bishop
14f1439c76 ieee watermark removal 2013-02-05 04:49:56 -06:00
Bryan Bishop
0adec6c74e better plugin support 2013-02-05 04:34:45 -06:00
Bryan Bishop
aa3e188ef4 more setup.py madness 2013-02-05 04:29:16 -06:00
Bryan Bishop
302d2ff2e5 include plugins in package 2013-02-05 04:20:26 -06:00
Bryan Bishop
99285252fc include README.md via MANIFEST.in 2013-02-05 04:17:05 -06:00
Bryan Bishop
011c10c5c4 more setup.py magic 2013-02-05 04:14:08 -06:00
Bryan Bishop
99c88643f7 fix README packaging 2013-02-05 03:56:07 -06:00
Bryan Bishop
d8fc6c1d8f initial commit 2013-02-05 03:10:14 -06:00