Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-22 | Add getTypeCode() and getTypeName() | Jay Berkenbilt | |
Add virtual methods to QPDFObject, wrappers to QPDFObjectHandle, and implementations to all the QPDF_Object types. | |||
2012-07-11 | Add concept of reserved objects | Jay Berkenbilt | |
QPDFObjectHandle::{new,is,assert}Reserved, QPDF::replaceReserved provide a mechanism to add objects to a PDF file when there are circular references. This is a prerequisite to copying objects from one PDF to another. |