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: 2.3.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: 2.4.0
Choose a head ref
  • 12 commits
  • 42 files changed
  • 3 contributors

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    56158e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9fd44 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    5834669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187224a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. DEV: Adjust string formatting to be able to use mutmut (#1020)

    Relates to davidhalter/parso#207
    
    Additionally, make Makefile more consistent
    MartinThoma authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7d820f0 View commit details
    Browse the repository at this point in the history
  2. BUG: Fix missing page for bookmark (#1016)

    Remove code duplication
    
    Closes #968 (introduced with #339)
    MartinThoma authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a412e26 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    a8c4dd9 View commit details
    Browse the repository at this point in the history
  2. ENH: Add PdfReader.pdf_header (#1013)

    The new attribute will return the first bytes of the PDF file. This is typically something like `"%PDF-1.4"`.
    That can be used to get the PDF version of the file - at least the version the file claims to have.
    MartinThoma authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    3c750c1 View commit details
    Browse the repository at this point in the history
  3. ROB: Deal with invalid Destinations (#1028)

    Issue: An
            AttributeError: 'NoneType' object has no attribute 'get_object'
        was raised when trying to write a page that was merged.
    
    Fix: Guard IndirectObject.get_object access
    
    Closes #997
    MartinThoma authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    595739f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40946c View commit details
    Browse the repository at this point in the history
  5. ENH: Support R6 decrypting (#1015)

    See #327, #377
    Closes #416
    exiledkingcc authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e83cdbe View commit details
    Browse the repository at this point in the history
  6. REL: 2.4.0

    New Features (ENH):
    -  Support R6 decrypting (#1015)
    -  Add PdfReader.pdf_header (#1013)
    
    Performance Improvements (PI):
    -  Remove ord_ calls (#1014)
    
    Bug Fixes (BUG):
    -  Fix missing page for bookmark (#1016)
    
    Robustness (ROB):
    -  Deal with invalid Destinations (#1028)
    
    Documentation (DOC):
    -  get_form_text_fields does not extract dropdown data (#1029)
    -  Adjust PdfWriter.add_uri docstring
    -  Mention crypto extra_requires for installation (#1017)
    
    Developer Experience (DEV):
    -  Use /n line endings everywhere (#1027)
    -  Adjust string formatting to be able to use mutmut (#1020)
    -  Update Bug report template
    
    Full Changelog: 2.3.1...2.4.0
    MartinThoma committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    53efd73 View commit details
    Browse the repository at this point in the history
Loading