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: 1.27.7
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: 1.27.8
Choose a head ref
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 19, 2022

  1. ROB: Invalid float object; use 0 as fallback (#782)

    Users report the following error:
        decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]
    and:
        InvalidOperation: Invalid Literal for Decimal '0.0000-74251147'
    
    Ghostscript when it encounters this reference, treats the value as if it
    was "0.0". PyPDF2 will now do the same.
    
    Closes #386
    
    Co-authored-by: James Campbell <james@supmenow.com>
    MartinThoma and James Campbell authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    b82f080 View commit details
    Browse the repository at this point in the history
  2. DOC: Robustness (#785)

    MartinThoma authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e7fe707 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Apr 21, 2022

  1. BUG: Use 1MB as offset for readNextEndLine (#321)

    Try to find “%%EOF” in last 1Mb of file.
    
    This fixes the issue with reading Selenium-generated PDF files.
    
    Closes #177
    Closes #442
    Closes #480
    akolpakov authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    db1e458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c59c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a35ac View commit details
    Browse the repository at this point in the history
  4. REL: 1.27.8

    Bug Fixes (BUG):
    -  Use 1MB as offset for readNextEndLine (#321)
    -  'PdfFileWriter' object has no attribute 'stream' (#787)
    
    Robustness (ROB):
    -  Invalid float object; use 0 as fallback (#782)
    
    Documentation (DOC):
    -  Robustness (#785)
    
    Full Changelog: 1.27.7...1.27.8
    MartinThoma committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2f01f77 View commit details
    Browse the repository at this point in the history
Loading