Fix object map to use unique file hash instead of pointer values (Issue #125)

This commit is contained in:
Michael R Sweet
2025-04-24 14:00:24 -04:00
parent 5b08046ece
commit 57a01a7317
5 changed files with 51 additions and 14 deletions

View File

@ -27,6 +27,8 @@ v1.5.3 - YYYY-MM-DD
- Fixed decryption of UTF-16 strings (Issue #42)
- Fixed decryption of PDF files with large permission values.
- Fixed support for EncryptMetadata key in the encryption dictionary.
- Fixed `pdfioObjCopy` and `pdfioPageCopy` to properly identify the source PDF
file being used (Issue #125)
v1.5.2 - 2025-04-12