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.10.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.11.0
Choose a head ref
  • 12 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    4463465 View commit details
    Browse the repository at this point in the history
  2. FIX : missing Alternate in indexed/ICCbased colorspaces (#1896)

    applies the same solution as for original ICCbased
    
    Fixes #1893
    pubpub-zz authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e3bbf84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1dbf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    45efa77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639206a View commit details
    Browse the repository at this point in the history
  3. ENH: Add page_number property (#1856)

    The property returns "-1" if the page is not attached to a document.
    
    This behavior is chosen to keep the property consistent with `get_page_number` and `get_destination_page_number`
    pubpub-zz authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8938d98 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    64960ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449b8e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    72dbc9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca29c7 View commit details
    Browse the repository at this point in the history
  3. REL: 3.11.0

    New Features (ENH):
    -  Add page_number property (#1856)
    
    Bug Fixes (BUG):
    - File expansion when updating with Page Contents (#1906)
    - Missing Alternate in indexed/ICCbased colorspaces (#1896)
    
    [Full Changelog](3.10.0...3.11.0)
    MartinThoma committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    cd4c9d8 View commit details
    Browse the repository at this point in the history
Loading