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