unidoc / unipdf

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

Add support for multi-block styled paragraphs #331

Closed adrg closed 4 years ago

adrg commented 4 years ago

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


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #331 into development will increase coverage by 0.00%. The diff coverage is 81.13%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #331   +/-   ##
============================================
  Coverage        56.45%   56.46%           
============================================
  Files              236      236           
  Lines            45578    45595   +17     
============================================
+ Hits             25730    25743   +13     
- Misses           16539    16542    +3     
- Partials          3309     3310    +1     
Impacted Files Coverage Δ
creator/styled_paragraph.go 87.44% <79.06%> (+<0.01%) :arrow_up:
creator/table.go 88.18% <88.88%> (-0.42%) :arrow_down:
creator/division.go 88.04% <100.00%> (ø)

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 d84d0c4...9ffa85f. Read the comment docs.