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
  • libqpdf
  • QPDF_pages.cc
04 Mar, 2013
1 commit
  • Remove all old-style casts from C++ code
    30027481
    Jay Berkenbilt authored
    2013-03-04 16:45:16 -0500  
    Browse File »

29 Jul, 2012
1 commit
  • Fix spelling errors
    32051283
    Jay Berkenbilt authored
    2012-07-29 14:44:12 -0400  
    Browse File »

11 Jul, 2012
1 commit
  • Support copying objects from another QPDF object ...
    e7b8f297
    This includes QPDF::copyForeignObject and supporting foreign objects
    as arguments to addPage*.
    Jay Berkenbilt authored
    2012-07-11 15:54:33 -0400  
    Browse File »

07 Jul, 2012
1 commit
  • Build this->all_pages while traversing with pushInheritedAttributesToPage
    39bbaa86
    Tobias Hoffmann authored
    2012-07-07 17:45:10 -0400  
    Browse File »

04 Jul, 2012
2 commits
  • Limited inheritance to the attributes explicitly listed in the PDF spec ...
    abb53ac3
    Previous versions of qpdf incorrectly passed arbitrary objects from
    /Pages objects down to individual pages in direct contradition with
    the PDF specification.  These are now left in /Pages.  When
    intermediate /Pages nodes are being discarded as when the /Pages tree
    is being flattened, a warning is issued when unknown keys are
    encountered.
    Tobias Hoffmann authored
    2012-07-04 23:04:55 -0400  
    Browse File »
  • Added public method QPDF::pushInheritedAttributesToPage ...
    7770a1b0
    Refactored optimizePagesTree to pushInheritedAttributesToPage and made
    public
    Tobias Hoffmann authored
    2012-07-04 16:24:03 -0400  
    Browse File »

23 Jun, 2012
1 commit
  • Fixed missing throw
    7f95ad5b
    Tobias Hoffmann authored
    2012-06-23 18:17:01 -0400  
    Browse File »

21 Jun, 2012
5 commits
  • Add QPDF::emptyPDF() and pdf_from_scratch test code
    a0768e41
    Jay Berkenbilt authored
    2012-06-21 23:09:05 -0400  
    Browse File »
  • Use getRoot() instead of looking it up in the trailer
    9689f4cd
    Jay Berkenbilt authored
    2012-06-21 16:15:09 -0400  
    Browse File »
  • Add testing for page APIs
    3844aedd
    Jay Berkenbilt authored
    2012-06-21 15:01:02 -0400  
    Browse File »
  • Implement page manipulation APIs
    eb802cfa
    Jay Berkenbilt authored
    2012-06-21 15:01:02 -0400  
    Browse File »
  • Split page handling APIs into a separate source file
    e01ae196
    Jay Berkenbilt authored
    2012-06-21 15:01:02 -0400  
    Browse File »