You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Right now there is no way to access the catalog (root) object for a PDF file. Proposed API:
This should work for both reading and writing PDFs, and setting dictionary keys will result in them showing up in the written file.
The text was updated successfully, but these errors were encountered: