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
  • ChangeLog
11 Mar, 2021
2 commits
  • Prepare 10.3.1 release
    3f05429c
    Jay Berkenbilt authored
    2021-03-11 12:59:41 -0500  
    Browse File »
  • Allow /DR to be direct in /AcroForm ...
    85884c36
    Also handle direct annotation, though this is much less likely.
    Jay Berkenbilt authored
    2021-03-11 11:43:38 -0500  
    Browse File »

05 Mar, 2021
1 commit
  • Prepare 10.3.0 release
    dc65b884
    Jay Berkenbilt authored
    2021-03-05 06:15:48 -0500  
    Browse File »

04 Mar, 2021
4 commits
  • Revert non-binary-compatible handleWarning change -- see TODO (ABI)
    0b77f2cf
    Jay Berkenbilt authored
    2021-03-04 15:59:46 -0500  
    Browse File »
  • Major rework of handling form fields when copying pages (fixes #509)
    9fb174b9
    Jay Berkenbilt authored
    2021-03-04 15:08:37 -0500  
    Browse File »
  • Add QPDFMatrix::operator==
    a2124f99
    Jay Berkenbilt authored
    2021-03-04 15:08:36 -0500  
    Browse File »
  • Add optional conflict detection to mergeResources ...
    d7ffdfa9
    Also improve behavior around direct vs. indirect resources.
    Jay Berkenbilt authored
    2021-03-04 15:08:36 -0500  
    Browse File »

03 Mar, 2021
4 commits
  • Remove unreferenced: ignore names that are not Fonts or XObjects ...
    e17585c2
    Converted ResourceFinder to ParserCallbacks so we can better detect
    the name that precedes various operators and use the operators to sort
    the names into resource types. This enables us to be smarter about
    detecting unreferenced resources in pages and also sets the stage for
    reconciling differences in /DR across documents.
    Jay Berkenbilt authored
    2021-03-03 17:05:49 -0500  
    Browse File »
  • Enhancements to ParserCallbacks
    a15ec696
    Jay Berkenbilt authored
    2021-03-03 17:05:49 -0500  
    Browse File »
  • Add QPDF::numWarnings
    1bb209a9
    Jay Berkenbilt authored
    2021-03-03 17:05:49 -0500  
    Browse File »
  • Fix behavior for finding /Q, /DA, and /DR for form fields ...
    fa2516df
    If not found in the field hierarchy, /Q and /DA are supposed to be
    looked up in the document-level form dictionary. /DR is supposed to
    only come from the document dictionary.
    Jay Berkenbilt authored
    2021-03-03 17:05:19 -0500  
    Browse File »

25 Feb, 2021
3 commits
  • Update examples to use copyStream()
    3bdefb4c
    Jay Berkenbilt authored
    2021-02-25 13:21:23 -0500  
    Browse File »
  • Add missing release entry in ChangeLog
    0f0f6010
    Jay Berkenbilt authored
    2021-02-25 11:46:04 -0500  
    Browse File »
  • Have QPDFObjectHandle notice when replaceObject was called ...
    a4d6589f
    This results in a performance penalty of 1% to 2% when replaceObject
    and swapObjects are never called and a somewhat larger penalty if they
    are called, but it's worth it to avoid very confusing behavior as
    discussed in depth in qpdf#507.
    Jay Berkenbilt authored
    2021-02-25 07:32:46 -0500  
    Browse File »

23 Feb, 2021
2 commits
  • Spell check
    1886673d
    Jay Berkenbilt authored
    2021-02-23 10:38:05 -0500  
    Browse File »
  • Fix input file = output file test for split pages
    039eb4a2
    Jay Berkenbilt authored
    2021-02-23 08:26:21 -0500  
    Browse File »

22 Feb, 2021
6 commits
  • Preserve form fields when splitting pages (fixes #340)
    83216e64
    Jay Berkenbilt authored
    2021-02-22 18:42:06 -0500  
    Browse File »
  • Add methods for copying form fields
    1f35ec99
    Jay Berkenbilt authored
    2021-02-22 18:42:06 -0500  
    Browse File »
  • Update pdf-overlay-page example to copy annotations
    f02aa74b
    Jay Berkenbilt authored
    2021-02-22 18:42:06 -0500  
    Browse File »
  • Add new placeFormXObject that takes a matrix reference
    8e8c0d82
    Jay Berkenbilt authored
    2021-02-22 18:42:06 -0500  
    Browse File »
  • Add copyAnnotations, use with overlay/underlay (fixes #395)
    61d41e2e
    Jay Berkenbilt authored
    2021-02-22 18:42:06 -0500  
    Browse File »
  • Change from QPDF{Array,Dict}Items to aitems() and ditems()
    7b3cbacf
    Jay Berkenbilt authored
    2021-02-22 11:05:39 -0500  
    Browse File »

21 Feb, 2021
4 commits
  • Add transformAnnotations and fix flattenRotations to use it
    a9ae8cad
    Jay Berkenbilt authored
    2021-02-21 17:13:09 -0500  
    Browse File »
  • Add QPDFObjGen::unparse
    a76decd2
    Jay Berkenbilt authored
    2021-02-21 16:21:52 -0500  
    Browse File »
  • QPDFObjectHandle::copyStream
    92fbc6fd
    Jay Berkenbilt authored
    2021-02-21 06:36:30 -0500  
    Browse File »
  • Enhance QPDFMatrix API
    901f1a78
    Jay Berkenbilt authored
    2021-02-21 06:36:30 -0500  
    Browse File »

20 Feb, 2021
1 commit
  • Allow --rotate=0
    35dd11f3
    Jay Berkenbilt authored
    2021-02-20 16:29:34 -0500  
    Browse File »

18 Feb, 2021
4 commits
  • Add QPDFAcroFormDocumentHelper::addFormField
    de8929a4
    Jay Berkenbilt authored
    2021-02-18 12:25:48 -0500  
    Browse File »
  • Add QPDFPageObjectHelper::getMatrixForFormXObjectPlacement
    5cec6b4c
    Jay Berkenbilt authored
    2021-02-18 12:25:48 -0500  
    Browse File »
  • Add QUtil::path_basename
    0b1623d0
    Jay Berkenbilt authored
    2021-02-18 09:59:03 -0500  
    Browse File »
  • Add file attachment example
    f21e4f26
    Jay Berkenbilt authored
    2021-02-18 09:59:03 -0500  
    Browse File »

17 Feb, 2021
1 commit
  • Add numeric argument to --collate ...
    dfce5817
    This takes pages from the file in groups of n with default = 1. This
    partially fixes the enhancement in issue #505 but doesn't implement
    the entire suggestion.
    Jay Berkenbilt authored
    2021-02-17 20:07:45 -0500  
    Browse File »

15 Feb, 2021
1 commit
  • Add QPDFObjectHandle::parse for strings with context
    a773f4c7
    Jay Berkenbilt authored
    2021-02-15 11:33:03 -0500  
    Browse File »

14 Feb, 2021
1 commit
  • Add functional versions of QPDFObjectHandle::replaceStreamData ...
    efbb2167
    Also fix a bug in checking consistency of length for stream data
    providers. Length should not be checked or recorded if the provider
    says it failed to generate the data.
    Jay Berkenbilt authored
    2021-02-14 14:42:24 -0500  
    Browse File »

13 Feb, 2021
2 commits
  • Move QPDFMatrix into the public API
    e2593e2e
    Jay Berkenbilt authored
    2021-02-13 02:30:00 -0500  
    Browse File »
  • QUtil::double_to_string: trim trailing zeroes with option to disable
    07f40bd2
    Jay Berkenbilt authored
    2021-02-13 02:30:00 -0500  
    Browse File »

10 Feb, 2021
4 commits
  • Require C++14 instead of C++11
    1b3f84f9
    Jay Berkenbilt authored
    2021-02-10 16:27:58 -0500  
    Browse File »
  • Fix loop in QPDFOutlineDocumentHelper (fuzz issue 30507)
    9fcf61b2
    Jay Berkenbilt authored
    2021-02-10 16:27:44 -0500  
    Browse File »
  • Add attachment information to the json output
    accb891b
    Jay Berkenbilt authored
    2021-02-10 15:46:18 -0500  
    Browse File »
  • Add CLI support for working with attachments
    832d792e
    Jay Berkenbilt authored
    2021-02-10 10:03:27 -0500  
    Browse File »