PyPDF2 v6.13.0 Release Notes
Release Date: 2026-06-05 // 1 day ago-
What's new
๐ Security (SEC)
- Avoid infinite loops for outlines and text extraction (#3830) by @stefan6419846
๐ New Features (ENH)
- โ Add Japanese predefined CMaps (#3800) by @yasuhiroiwaki
- Font: Collect all character widths, not only those that can be unicode mapped (#3798) by @PJBrs
Robustness (ROB)
- Recover a corrupt trailing startxref pointer (closes #3238) (#3826) by @gaoflow
- ๐ Handle /Pages node without /Kids during flattening (#3825) by @gaoflow
- Accept inline image EI marker at the end of a content stream (#3827) by @gaoflow
๐ง Maintenance (MAINT)
- ๐ Type the always-raising deprecation helpers as
NoReturn(#3819) by @estelledc
Previous changes from v6.12.2
-
What's new
๐ Security (SEC)
- Optimize _decode_png_prediction regarding memory and speed (#3806) by @stefan6419846
- ๐ Improve loop control in text extraction (#3805) by @stefan6419846