Metadata-Version: 2.1
Name: kitpdf
Version: 0.1.20
Summary: PDF helpers and utils
Author-email: José Antonio Puértolas Montañés <63794670+j5pu@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/j5pu/pdfbox
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dateutil <3,>=2.8.2
Requires-Dist: fonttools <5,>=4.42.1
Requires-Dist: matplotlib <4,>=3.8.0
Requires-Dist: nodeps
Requires-Dist: pillow <11,>=10.0.0
Requires-Dist: pikepdf <9,>=8.7.1
Requires-Dist: PyMuPDF <2,>=1.23.3
Requires-Dist: pymupdf-fonts <2,>=1.0.5
Provides-Extra: dev
Requires-Dist: nodeps[all,dev] ; extra == 'dev'

# PDFbox

[![PyPI](https://img.shields.io/pypi/v/pdfbox.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/pdfbox.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/pdfbox)][pypi status]
[![License](https://img.shields.io/pypi/l/pdfbox)][license]

[![Read the documentation at https://sbit.readthedocs.io/](https://img.shields.io/readthedocs/pdfbox/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/j5pu/pdfbox/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/j5pu/pdfbox/branch/main/graph/badge.svg)][codecov]

[pypi status]: https://pypi.org/project/pdfbox/

[read the docs]: https://pdfbox.readthedocs.io/

[tests]: https://github.com/j5pu/pdfbox/actions?workflow=Tests

[codecov]: https://app.codecov.io/gh/j5pu/pdfbox

[pre-commit]: https://github.com/pre-commit/pre-commit

[black]: https://github.com/psf/black

## Features

## Installation

You can install _pdfbox_ via [pip] from [PyPI]:

```console
$ pip install pdfbox
```

## License

Distributed under the terms of the [MIT license][license],
_pdfbox_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

[@j5pu]: https://github.com/j5pu

[pypi]: https://pypi.org/

[file an issue]: https://github.com/j5pu/pproj/issues

[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/j5pu/pproj/blob/main/LICENSE
