Metadata-Version: 2.3
Name: pdfunitechapters
Version: 0.3.0
Summary: 
Author: iacobucci
Author-email: iacobuccivalerio@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pypdf2 (>=3.0.1,<4.0.0)
Requires-Dist: pytest (>=8.4.2,<9.0.0)
Description-Content-Type: text/markdown

# Pdfunitechapters

A `pdfunite`[^pdfunite] that adds chapters to the outline[^outline], coded by Claude[^claude].

## Installation

```
pip install pdfunitechaptes
```

## Usage

Pass the file names as argument, the optional `--output` argument allows for setting a name to the output file, which by default is `output.pdf`.

```
pdfunitechapters 1.pdf ... n.pdf [--output result.pdf]
```


[^pdfunite]: [A utility from poppler](https://manpages.debian.org/testing/poppler-utils/pdfunite.1.en.html) that can join pdfs together.
[^outline]: [An outline item, commonly referred to as a "Bookmark".](https://pypdf.readthedocs.io/en/latest/modules/PdfWriter.html#pypdf.PdfWriter.add_outline_item)
[^claude]: [Claude](https://claude.ai)

