unidoc / unipdf

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

Add low level PageLabels support #325

Closed adrg closed 4 years ago

adrg commented 4 years ago

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


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #325 into development will decrease coverage by 4.05%. The diff coverage is 57.14%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #325      +/-   ##
===============================================
- Coverage        56.37%   52.32%   -4.06%     
===============================================
  Files              235      235              
  Lines            45444    45468      +24     
===============================================
- Hits             25621    23792    -1829     
- Misses           16523    18606    +2083     
+ Partials          3300     3070     -230     
Impacted Files Coverage Δ
creator/creator.go 70.25% <50.00%> (+2.81%) :arrow_up:
model/reader.go 44.96% <55.55%> (-1.45%) :arrow_down:
model/writer.go 75.21% <66.66%> (-0.50%) :arrow_down:
internal/jbig2/globals.go 0.00% <0.00%> (-100.00%) :arrow_down:
internal/e2etest/memory_measure.go 0.00% <0.00%> (-100.00%) :arrow_down:
internal/jbig2/decode.go 0.00% <0.00%> (-70.00%) :arrow_down:
internal/e2etest/validate.go 0.00% <0.00%> (-70.00%) :arrow_down:
model/flatten.go 0.00% <0.00%> (-64.23%) :arrow_down:
internal/e2etest/utils.go 0.00% <0.00%> (-60.00%) :arrow_down:
annotator/field_appearance.go 10.83% <0.00%> (-39.61%) :arrow_down:
... and 51 more

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 bc5c0d9...0b5bddd. Read the comment docs.