Skip to content

ENH: Add PdfReader.xfa attribute#1026

Merged
MartinThoma merged 12 commits intomainfrom
xfa
Jul 3, 2022
Merged

ENH: Add PdfReader.xfa attribute#1026
MartinThoma merged 12 commits intomainfrom
xfa

Conversation

@MartinThoma
Copy link
Copy Markdown
Member

@MartinThoma MartinThoma commented Jun 25, 2022

See "8.6.7 XFA Forms"

Closes #408

Co-authored-by: George Alverson George.Alverson@cern.ch

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 25, 2022

Codecov Report

Merging #1026 (8e6cc61) into main (4c43c0e) will decrease coverage by 0.02%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main    #1026      +/-   ##
==========================================
- Coverage   90.05%   90.03%   -0.03%     
==========================================
  Files          24       24              
  Lines        4486     4507      +21     
  Branches      916      921       +5     
==========================================
+ Hits         4040     4058      +18     
  Misses        307      307              
- Partials      139      142       +3     
Impacted Files Coverage Δ
PyPDF2/_reader.py 91.88% <85.71%> (-0.20%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c43c0e...8e6cc61. Read the comment docs.

@MartinThoma MartinThoma added is-feature A feature request and removed Feature labels Jun 26, 2022
@MartinThoma MartinThoma merged commit 0e18938 into main Jul 3, 2022
@MartinThoma MartinThoma deleted the xfa branch July 3, 2022 14:52
MartinThoma added a commit that referenced this pull request Jul 5, 2022
New Features (ENH):
-  Add PdfReader.xfa attribute (#1026)

Bug Fixes (BUG):
-  Wrong page inserted when PdfMerger.merge is done (#1063)
-  Resolve IndirectObject when it refers to a free entry (#1054)

Developer Experience (DEV):
-  Added {posargs} to tox.ini (#1055)

Maintenance (MAINT):
-  Remove PyPDF2._utils.bytes_type (#1053)

Testing (TST):
-  Scale page (indirect rect object) (#1057)
-  Simplify pathlib PdfReader test (#1056)
-  IndexError of VirtualList (#1052)
-  Invalid XML in xmp information (#1051)
-  No pycryptodome (#1050)
-  Increase test coverage (#1045)

Code Style (STY):
-  DOC of compress_content_streams (#1061)
-  Minimize diff for #879 (#1049)

Full Changelog: 2.4.1...2.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

is-feature A feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant