Jay Berkenbilt
|
30027481f7
|
Remove all old-style casts from C++ code
|
2013-03-04 16:45:16 -05:00 |
|
Jay Berkenbilt
|
32b62035ce
|
Replace many calls to sprintf with QUtil::hex_encode
Add QUtil::hex_encode to encode binary data has a hexadecimal string,
and use it in place of sprintf where possible.
|
2013-03-04 16:45:15 -05:00 |
|
Jay Berkenbilt
|
913eb5ac35
|
Add getTypeCode() and getTypeName()
Add virtual methods to QPDFObject, wrappers to QPDFObjectHandle, and
implementations to all the QPDF_Object types.
|
2013-01-22 10:01:45 -05:00 |
|
Jay Berkenbilt
|
f81152311e
|
Add QPDFObjectHandle::parseContentStream method
This method allows parsing of the PDF objects in a content stream or
array of content streams.
|
2013-01-20 15:35:39 -05:00 |
|