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.11.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: 2.11.1
Choose a head ref
  • 10 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 26, 2022

  1. STY: Variable naming, black, and isort (#1367)

    Type annotations as well
    MartinThoma authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d508c69 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. DOC: How to use visitor functions (#1369)

    Add two samples using visitor-functions when calling extract_text.
    
    The first example may be of help in #1354.
    
    The second one may be of help when debugging extract_text.
    srogmann authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a5f4f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9aa64c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. FIX : cope with cmap from #1322 (#1372)

    Cope with cmap where the range contains first and last code are on variable length.
    
    Also fixes cases where the code is on 3 characters only (not standard).
    No test data is available.
    
    Fixes #1322
    pubpub-zz authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f3b6d0e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

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

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    92c894d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7faa9b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. BUG: td matrix (#1373)

    srogmann authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    50c1b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5111e1 View commit details
    Browse the repository at this point in the history
  3. REL: 2.11.1

    Bug Fixes (BUG):
    - td matrix (#1373)
    - Cope with cmap from #1322 (#1372)
    
    Robustness (ROB):
    -  Cope with str returned from get_data in cmap (#1380)
    
    Full Changelog: 2.11.0...2.11.1
    MartinThoma committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    d14f1de View commit details
    Browse the repository at this point in the history
Loading