Info catalog accessors (Issue #9)

This commit is contained in:
Michael R Sweet
2021-07-06 20:31:30 -04:00
parent 4f6a7ab03f
commit 30343cdb00
6 changed files with 214 additions and 13 deletions

View File

@ -221,7 +221,7 @@ struct _pdfio_file_s // PDF file structure
off_t bufpos; // Position in file for start of buffer
pdfio_dict_t *trailer; // Trailer dictionary
pdfio_obj_t *root; // Root object/dictionary
pdfio_obj_t *info; // Information object/dictionary
pdfio_obj_t *info; // Information object
pdfio_obj_t *pages_root; // Root pages object
pdfio_obj_t *encrypt; // Encryption object/dictionary
pdfio_obj_t *cp1252_obj, // CP1252 font encoding object