Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Convert examples to use new page helper classes | Jay Berkenbilt | |
2018-02-19 | Switch from parseContentStream to parsePageContents | Jay Berkenbilt | |
2017-08-29 | Replace all atoi calls with QUtil::string_to_int | Jay Berkenbilt | |
The latter catches underflow/overflow. | |||
2013-10-18 | Security: replace operator[] with at | Jay Berkenbilt | |
For std::string and std::vector, replace operator[] with at. This was done using an automated process. See README.hardening for details. | |||
2013-03-04 | Remove all old-style casts from C++ code | Jay Berkenbilt | |
2013-03-04 | Replace many calls to sprintf with QUtil::hex_encode | Jay Berkenbilt | |
Add QUtil::hex_encode to encode binary data has a hexadecimal string, and use it in place of sprintf where possible. | |||
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. | |||
2013-01-20 | Add QPDFObjectHandle::parseContentStream method | Jay Berkenbilt | |
This method allows parsing of the PDF objects in a content stream or array of content streams. |