Metadata-Version: 2.4
Name: openpdf
Version: 0.0.2
Summary: A professional text-to-PDF compiler with AES-128 encryption
Author: Fjord Enzo Bertrand-Helmgens
License: GPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Filters
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pypdf>=4.0.0
Dynamic: license-file

# OpenPDF ProjectS

A security-focused Text-to-PDF engine that builds PDF 1.4 documents from scratch and applies 128-bit AES encryption.

## Installation

```bash
pip install openpdf
```

## Usage

You can use it directly from your terminal:

```bash
openpdf --text input.txt --out secure.pdf --password "your-password"
```

## Features
- Standalone PDF object generation.
- AES-128 Encryption support.
- Automatic pagination and text wrapping.
- Zero external font dependencies (uses native Helvetica).
