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: 3.4.0
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: 3.4.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 6, 2023

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

Commits on Feb 8, 2023

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

Commits on Feb 10, 2023

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

Commits on Feb 11, 2023

  1. BUG: Switch from trimbox to cropbox when merging pages (#1622)

    While the old behavior can be considered a bug, people might rely on trimbox being used.
    To allow them to switch back from cropbox to trimbox, they can set
    
        pypdf._page.MERGE_CROP_BOX = "trimbox"
    
    See discussions in #879 and #1426
    MartinThoma authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    c70dcd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a807d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. TST : Add multiple retry on get_url (#1626)

    This reduces CI fails due to network issues
    pubpub-zz authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    4bf3e32 View commit details
    Browse the repository at this point in the history
  2. REL: 3.4.1

    Bug Fixes (BUG):
    -  Switch from trimbox to cropbox when merging pages (#1622)
    -  Text extraction not working with one glyph to char sequence (#1620)
    
    Robustness (ROB):
    -  Fix 2 cases of "object has no attribute \'indirect_reference\'" (#1616)
    
    Testing (TST):
    -  Add multiple retry on get_url for external PDF downloads (#1626)
    
    [Full Changelog](3.4.0...3.4.1)
    MartinThoma committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    4e276b2 View commit details
    Browse the repository at this point in the history
Loading