Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.5
Choose a base ref
...
head repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.6
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 6, 2022

  1. ROB: Fix image extraction issue with superfluous whitespaces (#1327)

    Fix some images reading when some operations are inserted between EI and Q
    end of image is now considered with [whitespace]EI[whitespace] (4 characters should be sufficient)
    
    Fixes #1090
    pubpub-zz authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5049c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    bfbe0b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    2f77698 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. ROB: Fix infinite loop due to Invalid object (#1331)

    Fixes #1329
    
    * Prevent loop within dictionaries caused by objects not respecting the PDF standard
    * Fix cmap warnings due to "numbered" characters ( #2d instead of -)
    * Apply unnumbering to NameObject
    * Add _get_indirect_object for debugging and development
    * Add some missing seeks (no issue reported yet)
    pubpub-zz authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e6531a2 View commit details
    Browse the repository at this point in the history
  2. REL: 2.10.6

    Robustness (ROB):
    -  Fix infinite loop due to Invalid object (#1331)
    -  Fix image extraction issue with superfluous whitespaces (#1327)
    
    Full Changelog: 2.10.5...2.10.6
    MartinThoma committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0ceaa60 View commit details
    Browse the repository at this point in the history
Loading