Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • examples
  • pdf-parse-content.cc
04 Mar, 2013
2 commits
  • Remove all old-style casts from C++ code
    30027481
    Jay Berkenbilt authored
    2013-03-04 16:45:16 -0500  
    Browse File »
  • Replace many calls to sprintf with QUtil::hex_encode ...
    32b62035
    Add QUtil::hex_encode to encode binary data has a hexadecimal string,
    and use it in place of sprintf where possible.
    Jay Berkenbilt authored
    2013-03-04 16:45:15 -0500  
    Browse File »

22 Jan, 2013
1 commit
  • Add getTypeCode() and getTypeName() ...
    913eb5ac
    Add virtual methods to QPDFObject, wrappers to QPDFObjectHandle, and
    implementations to all the QPDF_Object types.
    Jay Berkenbilt authored
    2013-01-22 10:01:45 -0500  
    Browse File »

20 Jan, 2013
1 commit
  • Add QPDFObjectHandle::parseContentStream method ...
    f8115231
    This method allows parsing of the PDF objects in a content stream or
    array of content streams.
    Jay Berkenbilt authored
    2013-01-20 15:35:39 -0500  
    Browse File »