Add pdfioFileGetCatalog function (Issue #67)

Refactor the pdfioFileCreateXxx functions to use a common (private) function to
handle creating/initializing the pdfio_file_t object and base file objects.

Update unit tests to display the filename for the pdfioFileClose test.
This commit is contained in:
Michael R Sweet
2024-06-24 08:56:16 -04:00
parent a1e14503fd
commit 23883268e3
4 changed files with 215 additions and 374 deletions

View File

@@ -5,6 +5,8 @@ Changes in PDFio
v1.3.0 (Month DD, YYYY)
-----------------------
- Added `pdfioFileGetCatalog` API for accessing the root/catalog object of a
PDF file (Issue #67)
- Updated number support to avoid locale issues (Issue #61)
- Optimized string pool code.