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.5.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.5.2
Choose a head ref
  • 6 commits
  • 12 files changed
  • 4 contributors

Commits on Mar 5, 2023

  1. BUG: Write /Root/AcroForm in set_need_appearances_writer (#1639)

    PdfWriter.set_need_appearances_writer() (whether called directly or indirectly by PdfWriter.update_page_form_field_values()) fails to create the /Root/AcroForm object correctly when it doesn't already exist in the PdfWriter object.
    
    See #355 (comment) for more details.
    
    Fixes #355
    cryzed authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8b0f091 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. BUG: Pass logging parameters correctly in set_need_appearances_writer (

    …#1697)
    
    Without this, the logging module logs another error:
    
        TypeError: not all arguments converted during string formatting
    rolisz authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    7f1a3f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    dd83660 View commit details
    Browse the repository at this point in the history
  2. BUG: compress_content_stream not readable in Adobe Acrobat (#1698)

    ContentStream must be stored as individual objects
    
    Fixes  #1654
    pubpub-zz authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3a9d6f6 View commit details
    Browse the repository at this point in the history
  3. STY: Simplify _extract_text (#1683)

    Created a new _text_extraction submodule. By now most of the text extraction logic is still in `_page.py`, but that should change in future.
    MartinThoma authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    85f9757 View commit details
    Browse the repository at this point in the history
  4. REL: 3.5.2

    Bug Fixes (BUG)
    -  compress_content_stream not readable in Adobe Acrobat (#1698)
    -  Pass logging parameters correctly in set_need_appearances_writer (#1697)
    -  Write /Root/AcroForm in set_need_appearances_writer (#1639)
    
    Robustness (ROB)
    -  Allow more whitespaces within linearized file (#1701)
    MartinThoma committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d6c4b20 View commit details
    Browse the repository at this point in the history
Loading