Metadata-Version: 2.4
Name: deink
Version: 0.1.0
Summary: Strips colored backgrounds from PDFs for clean printing
Project-URL: Homepage, https://github.com/centricle/deink
Project-URL: Repository, https://github.com/centricle/deink
Project-URL: Issues, https://github.com/centricle/deink/issues
Author-email: ksmith <ksmith@centricle.com>
License-Expression: MIT
License-File: LICENSE
Keywords: background,cli,ink,pdf,print
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Printing
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: pymupdf>=1.24
Description-Content-Type: text/markdown

# deink

Strips colored backgrounds from PDFs for clean printing. Corporate PDFs with colored fills and white text waste ink and print poorly — deink converts them to black text on white.

## Install

```
pip install deink
```

## Usage

```bash
# Convert a single file (creates input_deink.pdf)
deink input.pdf

# Specify output path
deink input.pdf -o output.pdf

# Batch convert
deink *.pdf
```

## License

MIT
