unidoc / unipdf

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

Form fill field rotation #385

Closed adrg closed 4 years ago

adrg commented 4 years ago

Take field rotation into account for checkbox and combobox fields.

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


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #385 into development will increase coverage by 0.00%. The diff coverage is 37.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #385   +/-   ##
============================================
  Coverage        56.28%   56.28%           
============================================
  Files              239      239           
  Lines            46261    46276   +15     
============================================
+ Hits             26039    26048    +9     
- Misses           16866    16872    +6     
  Partials          3356     3356           
Impacted Files Coverage Δ
annotator/field_appearance.go 51.64% <37.50%> (+0.16%) :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 54e9657...19ad68d. Read the comment docs.