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-bookmarks.cc
03 Jul, 2019
1 commit
  • Change list to vector for outline helpers (fixes #297) ...
    8f06da75
    This change works around STL problems with Embarcadero C++ Builder
    version 10.2, but std::vector is more common than std::list in qpdf,
    and this is a relatively new API, so an API change is tolerable.
    
    Thanks to Thorsten Schöning <6223655+ams-tschoening@users.noreply.github.com>
    for the fix.
    Thorsten Schöning authored
    2019-07-03 20:08:47 -0400  
    Browse File »

23 Dec, 2018
1 commit
  • Add comment about json to pdf-bookmarks
    2e306d32
    Jay Berkenbilt authored
    2018-12-23 09:15:46 -0500  
    Browse File »

21 Dec, 2018
1 commit
  • Rewrite bookmark example to use outline helpers ...
    4fbffdf8
    Now uses QPDFOutlineDocumentHelper and QPDFOutlineObjectHelper.
    Jay Berkenbilt authored
    2018-12-21 19:11:57 -0500  
    Browse File »

21 Jun, 2018
1 commit
  • Convert examples to use new page helper classes
    2e6e1204
    Jay Berkenbilt authored
    2018-06-21 15:57:13 -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 »

14 Jun, 2013
1 commit
  • Use QPDFObjectHandle::getObjGen() where appropriate ...
    96eb9651
    In internal code and examples, replace calls to getObjectID() and
    getGeneration() with calls to getObjGen() where possible.
    Jay Berkenbilt authored
    2013-06-14 14:58:09 -0400  
    Browse File »

15 Jul, 2009
1 commit
  • clean up windows portability code, make remaining test suite pass ...
    fe18385f
    git-svn-id: svn+q:///qpdf/trunk@686 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-07-15 04:26:32 +0000  
    Browse File »

04 May, 2008
1 commit
  • missing header files for gcc 4.3 ...
    76bf9176
    git-svn-id: svn+q:///qpdf/trunk@607 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2008-05-04 16:02:53 +0000  
    Browse File »

29 Apr, 2008
1 commit
  • update release date to actual date ...
    9a0b88bf
    
    git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2008-04-29 12:55:25 +0000  
    Browse File »