-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 17 files changed
- 3 contributors
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d80e685 - Browse repository at this point
Copy the full SHA d80e685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19944fe - Browse repository at this point
Copy the full SHA 19944feView commit details
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0afac1d - Browse repository at this point
Copy the full SHA 0afac1dView commit details -
ENH: Support qualified names in update_page_form_field_values (#1695)
PDF forms often use names like "A.1", "A.2", "B.1", "B.2", … for the fields. However, the `.` has a special meaning, so this creates a hierarchy instead. It was impossible to fill those individual fields with `update_page_form_field_values()`: ```python update_page_form_field_values({"A": "foo"}) # fills all "A.*" fields update_page_form_field_values({"1": "foo"}) # fills all "*.1" fields update_page_form_field_values({"A.1": "foo"}) # fills none of the fields ``` This change makes `update_page_form_field_values()` to also check for qualified field names. See also: #545Configuration menu - View commit details
-
Copy full SHA for 9878034 - Browse repository at this point
Copy the full SHA 9878034View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3419429 - Browse repository at this point
Copy the full SHA 3419429View commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af8d7c4 - Browse repository at this point
Copy the full SHA af8d7c4View commit details -
ROB: Accept DictionaryObject in /D of NamedDestination (#1720)
in accordance with §2 page 584 Fixes #1710
Configuration menu - View commit details
-
Copy full SHA for d5ac6ac - Browse repository at this point
Copy the full SHA d5ac6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7a6eb - Browse repository at this point
Copy the full SHA 1c7a6ebView commit details -
ROB: Tolerate streams without length field (#1717)
The field /Length is normally required, but Acrobat Reader and other readers are tolerant Closes #1715
Configuration menu - View commit details
-
Copy full SHA for 1d98969 - Browse repository at this point
Copy the full SHA 1d98969View commit details -
New Features (ENH) - Extend PdfWriter.append() to PageObjects (#1704) - Support qualified names in update_page_form_field_values (#1695) Robustness (ROB) - Tolerate streams without length field (#1717) - Accept DictionaryObject in /D of NamedDestination (#1720) - Widths def in cmap calls IndirectObject (#1719)
Configuration menu - View commit details
-
Copy full SHA for e34088e - Browse repository at this point
Copy the full SHA e34088eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.5.2...3.6.0