v0.1.0 - Initial Release
rupdf v0.1.0
A fast, minimal PDF renderer in Rust with Python bindings.
Features
- Text with TTF/OTF fonts, alignment, and colors
- Rectangles with stroke and fill
- Lines with configurable width
- Images (PNG, JPEG, WebP, SVG)
- Barcodes (Code 128, with optional human-readable text)
- QR codes with customizable colors
- Font subsetting - embeds only used glyphs
- Compression - optional zlib compression
Installation
pip install rupdfPerformance
2-13x faster than ReportLab for common operations.