From commit messages
poppler-25.12.0
poppler 25.12.0
Changed 3
- Switch to C++23.
- Change default line ending to \n for all API.
- Qt6: Use less deprecated functions and replace qvsnprintf with vsnprintf.
Fixed 7
- Ignore color operators when painting a Type3 font with d1.
- Be less strict about the Page Annots object being correct.
- Limit postcript function recursion.
- Don't resolve roleMap by recursion and deal with different circular references in RoleMapResolve.
- Fix using object as name before checking it is a name in roleMapResolve.
- Do not report pdf syntax error when Suspects or UserProperties have false value.
- Fix regression in Annot.cc related to annotation handling.