A security-focused Text-to-PDF engine that builds PDF 1.4 documents from scratch and applies 128-bit AES encryption.
pip install openpdfYou can use it directly from your terminal:
openpdf --text input.txt --out secure.pdf --password="your-password"- Standalone PDF object generation.
- AES-128 Encryption support.
- Automatic pagination and text wrapping.
- Zero external font dependencies (uses native Helvetica).