Metadata-Version: 2.4
Name: openpdf
Version: 0.0.1
Summary: A secure, portable Text-to-PDF engine with 128-bit encryption.
Author: Fjord Enzo Bertrand-Helmgens
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pypdf>=5.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).
