Feature Request
Feature description
In a library I am working on, I've created a method that needs what is already in PDFObject (preview). It would be really nice if I can reuse that as a dependency instead of copy-pasting it into my code.
The separate components of PDFKit are currently hidden (made private) inside the package and only PDFDocument is exported. Could you consider also exporting other components like PDFObject and PDFAbstractReference?