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.8.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.8.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 19, 2023

  1. BUG: Convert color space before saving (#1802)

    The PDF contained an image in PA mode:
    * P: 8-bit pixels, mapped to any other mode using a color palette
    * PA: P with alpha
    
    See #1801
    MartinThoma authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bd140cb View commit details
    Browse the repository at this point in the history
  2. DOC: Document core mechanics of pypdf (#1783)

    Also add pdfrw and fpdf2 comparisons
    
    Thanks to Lucas for the review / suggestions!
    
    Co-authored-by: Lucas Cimon <925560+Lucas-C@users.noreply.github.com>
    MartinThoma and Lucas-C authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    914c43e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. DOC: Use append instead of add_page

    Update docs to use append rather than add_page so that the PDF structure is copied. This ensures the form structure is kept which is necessary for some PDFs.
    
    See #1790
    Closes #1792
    Closes #1804
    neversphere authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    190b4dc View commit details
    Browse the repository at this point in the history
  2. DOC: PDF/A (#1807)

    Fixes #1739
    MartinThoma authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    3b3f8d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535c36d View commit details
    Browse the repository at this point in the history
  4. REL: 3.8.1

    Bug Fixes (BUG)
    -  Convert color space before saving (#1802)
    
    Documentation (DOC)
    -  PDF/A (#1807)
    -  Use append instead of add_page
    -  Document core mechanics of pypdf (#1783)
    
    [Full Changelog](3.8.0...3.8.1)
    MartinThoma committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6053167 View commit details
    Browse the repository at this point in the history
Loading