Update documentation (Issue #77)

- Explain pdfioObjGetSubtype and pdfioObjGetType values
- Provide example code and documentation for accessing common page object values
This commit is contained in:
Michael R Sweet
2024-10-09 15:07:57 -04:00
parent 206f75403a
commit 74dfefdcc1
5 changed files with 336 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ v1.3.2 - YYYY-MM-DD
-------------------
- Added some more sanity checks to the TrueType font reader.
- Updated documentation (Issue #77)
- Fixed an issue when opening certain encrypted PDF files (Issue #62)