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

Commits on Apr 9, 2023

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

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    ca003bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc25741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432229e View commit details
    Browse the repository at this point in the history
  4. TST: PdfWriter (#1781)

    * TST: Deprecation error for arguments of PdfWriter.encrypt
    * TST: PdfWriter
    MartinThoma authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6836174 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    bc12516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3962c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. ENH: Cope with UC2 fonts in text_extraction (#1785)

    UCS2 are to be read as utf-16be
    
    Fixes #1762
    pubpub-zz authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    20fbe3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23d81ff View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    86502b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0800361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc32e24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfa95bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3ee1a8 View commit details
    Browse the repository at this point in the history
  6. TST: Annotations (#1799)

    MartinThoma authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    6a9831b View commit details
    Browse the repository at this point in the history
  7. REL: 3.8.0

    New Features (ENH)
    -  Add transform method to Transformation class (#1765)
    -  Cope with UC2 fonts in text_extraction (#1785)
    
    Robustness (ROB)
    -  Invalid startxref pointing 1 char before (#1784)
    
    Maintenance (MAINT)
    -  Mark code handling old parameters as deprecated (#1798)
    
    [Full Changelog](3.7.1...3.8.0)
    MartinThoma committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f8295a9 View commit details
    Browse the repository at this point in the history
Loading