unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.54k stars 250 forks source link

Form fill fixes #328

Closed adrg closed 4 years ago

adrg commented 4 years ago

Related to https://github.com/unidoc/unipdf/issues/326.


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #328 into development will decrease coverage by 0.08%. The diff coverage is 73.33%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #328      +/-   ##
===============================================
- Coverage        62.37%   62.28%   -0.09%     
===============================================
  Files              236      236              
  Lines            45591    45578      -13     
===============================================
- Hits             28438    28390      -48     
- Misses           16489    16539      +50     
+ Partials           664      649      -15     
Impacted Files Coverage Δ
model/form.go 66.84% <60.00%> (+1.10%) :arrow_up:
annotator/field_appearance.go 55.62% <83.33%> (-0.17%) :arrow_down:
model/fields.go 65.63% <100.00%> (+2.35%) :arrow_up:
creator/creator.go 75.92% <0.00%> (-5.30%) :arrow_down:
model/writer.go 80.39% <0.00%> (-4.45%) :arrow_down:
model/reader.go 61.12% <0.00%> (ø)
fjson/fielddata.go 90.66% <0.00%> (+5.33%) :arrow_up:

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 cb0166e...d8b9176. Read the comment docs.