Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-13 | 749 Bytes | |
Version 5.8.0, 2025-07-13 source code.tar.gz | 2025-07-13 | 8.1 MB | |
Version 5.8.0, 2025-07-13 source code.zip | 2025-07-13 | 8.2 MB | |
Totals: 3 Items | 16.3 MB | 0 |
What's new
New Features (ENH)
- Implement flattening for writer (#3312) by @PJBrs
Bug Fixes (BUG)
- Unterminated object when using PdfWriter with incremental=True (#3345) by @m32
Robustness (ROB)
- Resolve some image extraction edge cases (#3371) by @stefan6419846
- Ignore faulty trailing newline during RLE decoding (#3355) by @henningkoertelgmg
- Gracefully handle odd-length strings in parse_bfchar (#3348) by @stefan6419846
Developer Experience (DEV)
- Modernize license specifiers (#3338) by @stefan6419846
Maintenance (MAINT)
- Reduce max-complexity of tool.ruff.lint.mccabe (#3365) by @j-t-1
- Refactor text extraction code by @MartinThoma