Add support for 'repairing' damaged PDF files (Issue #45)

This commit is contained in:
Michael R Sweet
2025-02-15 17:26:23 -05:00
parent 77117ac789
commit 8d72f22efe
2 changed files with 159 additions and 1 deletions

View File

@ -8,6 +8,7 @@ v1.5.0 - YYYY-MM-DD
- Added `pdfioFileCreateICCObjFromData` API.
- Added `pdfioFileGetModDate()` API (Issue #88)
- Added support for using libpng to embed PNG images in PDF output (Issue #90)
- Now support opening damaged PDF files (Issue #45)
- Updated the pdf2txt example to support font encodings.