pdf watermark remover library for academic papers
Project description
# pdfparanoia
pdfparanoia is a PDF watermark removal library for academic papers.
## Installing
Simple.
``` bash
sudo pip install pdfparanoia
```
or,
``` bash
sudo python setup.py install
```
## Usage
``` python
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.
pdfparanoia is a PDF watermark removal library for academic papers.
## Installing
Simple.
``` bash
sudo pip install pdfparanoia
```
or,
``` bash
sudo python setup.py install
```
## Usage
``` python
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdfparanoia-0.0.10.tar.gz
(6.5 kB
view details)
File details
Details for the file pdfparanoia-0.0.10.tar.gz.
File metadata
- Download URL: pdfparanoia-0.0.10.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5df71eeaad9fbb65d8433789fce626935eefbc6a249b5c2f834c77a670f18029
|
|
| MD5 |
70f6bab5b75ac45ae4481a54a04b5051
|
|
| BLAKE2b-256 |
335d4de9f753d1ceef1481cd48e517fc509253b301aca3c4465c1f7709aef4d3
|