Update documentation and pdf2text example (Issue #95)

This commit is contained in:
Michael R Sweet
2025-03-06 12:40:19 -05:00
parent 89c2a75376
commit 2f925ccd3c
7 changed files with 726 additions and 75 deletions

View File

@ -12,6 +12,7 @@ v1.5.0 - YYYY-MM-DD
- Added support for using libpng to embed PNG images in PDF output (Issue #90)
- Added support for writing the PCLm subset of PDF (Issue #99)
- Now support opening damaged PDF files (Issue #45)
- Updated documentation (Issue #95)
- Updated the pdf2txt example to support font encodings.
- Fixed a potential heap overflow in the TrueType font code.