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
29 Aug, 2017
1 commit
  • Replace all atoi calls with QUtil::string_to_int ...
    1868a10f
    The latter catches underflow/overflow.
    Jay Berkenbilt authored
    2017-08-29 12:28:32 -0400  
    Browse File »

18 Oct, 2013
1 commit
  • Security: replace operator[] with at ...
    ac9c1f0d
    For std::string and std::vector, replace operator[] with at.  This was
    done using an automated process.  See README.hardening for details.
    Jay Berkenbilt authored
    2013-10-18 10:45:14 -0400  
    Browse File »

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 »