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.10.9
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.0
Choose a head ref
  • 12 commits
  • 22 files changed
  • 6 contributors

Commits on Sep 18, 2022

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

Commits on Sep 22, 2022

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

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    4ff5e0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcab241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85b3e87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2845c6d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. TST: read_string_from_stream performance (#1355)

    There is a saftey margin of a factor of 10 in both directions,
    so the test should be fairly stable.
    
    Tests #1350.
    
    Co-authored-by: Michael Karlen <[email protected]>
    mergezalot and mergezalot authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    30a9e68 View commit details
    Browse the repository at this point in the history
  2. ENH: Addition of optional visitor-functions in extract_text() (#1252)

    Optional visitor-callback were added to extract_text().
    
    _extract_text() calls these visitor-methods while scanning the text-objects of a page. So one can analyze the operations in the page and the positions of the texts.
    
    It can also be used to extract the rectangles of a table and the text in the cells.
    
    tests/test_page.py extracts the texts of labels in a Figure and serves as an example how to use this enhancement.
    srogmann authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    ebb3b83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf76824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26bdc6b View commit details
    Browse the repository at this point in the history
  5. BUG: Lookup index in _xobj_to_image can be ByteStringObject (#1366)

    DEV: Adjusted File classes __str__ and __repr__ to easy debugging
    MartinThoma authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    eca1a84 View commit details
    Browse the repository at this point in the history
  6. REL: 2.11.0

    New Features (ENH):
    -  Addition of optional visitor-functions in extract_text() (#1252)
    -  Add metadata.creation_date and modification_date (#1364)
    -  Add PageObject.images attribute (#1330)
    
    Bug Fixes (BUG):
    -  Lookup index in _xobj_to_image can be ByteStringObject (#1366)
    -  \'IndexError: index out of range\' when using extract_text (#1361)
    -  Errors in transfer_rotation_to_content() (#1356)
    
    Robustness (ROB):
    -  Ensure update_page_form_field_values does not fail if no fields (#1346)
    
    Testing (TST):
    -  read_string_from_stream performance (#1355)
    
    Full Changelog: 2.10.9...2.11.0
    MartinThoma committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    67a5ccf View commit details
    Browse the repository at this point in the history
Loading