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: 6.1.2
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: 6.1.3
Choose a head ref
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 20, 2025

  1. BUG: PageObject.scale() scales media box incorrectly (#3489)

    Closes #3487.
    
    ---------
    
    Co-authored-by: Stefan <96178532+stefan6419846@users.noreply.github.com>
    Nid01 and stefan6419846 authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    e13a1e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    b751ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2864d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51d078 View commit details
    Browse the repository at this point in the history
  4. REL: 6.1.3

    ## What's new
    
    ### Security (SEC)
    - Allow limiting size of LZWDecode streams (#3502) by @stefan6419846
    - Avoid infinite loop when reading broken DCT-based inline images (#3501) by @stefan6419846
    
    ### Bug Fixes (BUG)
    - PageObject.scale() scales media box incorrectly (#3489) by @Nid01
    
    ### Robustness (ROB)
    - Fail with explicit exception when image mode is an empty array (#3500) by @stefan6419846
    
    [Full Changelog](6.1.2...6.1.3)
    stefan6419846 committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    4a613f3 View commit details
    Browse the repository at this point in the history
Loading