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.16.1
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.16.2
Choose a head ref
  • 8 commits
  • 16 files changed
  • 4 contributors

Commits on Sep 22, 2023

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

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    c9274c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada7675 View commit details
    Browse the repository at this point in the history
  3. BUG: Fix test_watermarking_reportlab_rendering() (#2203)

    This fixes the issue spotted in #2191
    
    The solution was to re-introduce calls to `PageObject._push_pop_gs()`,
    in `PageObject._merge_page` & `PageObject._merge_page_writer()`,
    but to optimize `PageObject._push_pop_gs()` by introducing a `ContentsStream.isolate_graphics_state()` method.
    Lucas-C authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    91b6dcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a73b1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3f60c1 View commit details
    Browse the repository at this point in the history
  6. REL: 3.16.2

    ## What's new
    
    ### Bug Fixes (BUG)
    -  PDF size increases because of too high float writing precision (#2213) by @pubpub-zz
    -  Fix test_watermarking_reportlab_rendering() (#2203) by @LucasCimon
    
    ### Documentation (DOC)
    -  Fix typos and add a paragraph to ViewerPreferences docs (#2199) by @marcstober
    -  How to install pypi from any branch (#2209) by @pubpub-zz
    -  Update copyright footer in docs (#2207) by @marcstober
    
    ### Developer Experience (DEV)
    -  Let dependabot update Github Actions by @MartinThoma
    
    ### Maintenance (MAINT)
    -  Update .pre-commit-config.yaml by @MartinThoma
    
    [Full Changelog](3.16.1...3.16.2)
    MartinThoma committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    06cc877 View commit details
    Browse the repository at this point in the history
Loading