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.3.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: 6.4.0
Choose a head ref
  • 9 commits
  • 16 files changed
  • 6 contributors

Commits on Nov 17, 2025

  1. ENH: Parse and format comb fields in text widget annotations (#3519)

    This patch implements comb-formatted appearance streams.
    
    Closes #2153.
    PJBrs authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    bd433f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    905745a View commit details
    Browse the repository at this point in the history
  2. MAINT: Update comments, check for warning message (#3521)

    Closes #3510.
    
    ---------
    
    Co-authored-by: Stefan <96178532+stefan6419846@users.noreply.github.com>
    j-t-1 and stefan6419846 authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    e9e3735 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. STY: Tweak PdfWriter (#3337)

    j-t-1 authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    ff561f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. DEV: Bump actions/checkout from 5 to 6 (#3531)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    cd172d9 View commit details
    Browse the repository at this point in the history
  2. ROB: Silently ignore Adobe Ascii85 whitespace for suffix detection (#…

    …3528)
    
    Based on the PDF standards "the ASCII85Decode filter shall ignore all white-space characters".
    
    ---------
    
    Co-authored-by: mbierma <3448579-mbierma@users.noreply.gitlab.com>
    mbierma and mbierma authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    82faf98 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. MAINT: Disable automated tagging on release

    This workflow has been failing for many months anyway and requires further fixing. See #2753 for details.
    
    To avoid spamming my inbox on each release and giving the impression that each release workflow is faulty, just disable it.
    stefan6419846 authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    41e2e55 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    stefan6419846 authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    9618672 View commit details
    Browse the repository at this point in the history
  3. REL: 6.4.0

    ## What's new
    
    ### Security (SEC)
    - Reduce default limit for LZW decoding by @stefan6419846
    
    ### New Features (ENH)
    - Parse and format comb fields in text widget annotations (#3519) by @PJBrs
    
    ### Robustness (ROB)
    - Silently ignore Adobe Ascii85 whitespace for suffix detection (#3528) by @mbierma
    
    [Full Changelog](6.3.0...6.4.0)
    stefan6419846 committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    310e571 View commit details
    Browse the repository at this point in the history
Loading