unidoc / unipdf

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

Skip referenced pages which are not present in the catalog #377

Closed adrg closed 4 years ago

adrg commented 4 years ago

This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #377 into development will increase coverage by 0.03%. The diff coverage is 95.31%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #377      +/-   ##
===============================================
+ Coverage        61.98%   62.01%   +0.03%     
===============================================
  Files              239      239              
  Lines            46206    46220      +14     
===============================================
+ Hits             28639    28665      +26     
+ Misses           16905    16893      -12     
  Partials           662      662              
Impacted Files Coverage Δ
model/writer.go 81.86% <95.31%> (+1.47%) :arrow_up:
core/repairs.go 36.42% <0.00%> (-0.67%) :arrow_down:
core/encoding_jbig2.go 27.44% <0.00%> (-0.47%) :arrow_down:
model/page.go 60.77% <0.00%> (+0.19%) :arrow_up:
model/reader.go 62.60% <0.00%> (+0.20%) :arrow_up:
creator/creator.go 76.02% <0.00%> (+0.27%) :arrow_up:
core/security/standard_r6.go 81.63% <0.00%> (+0.32%) :arrow_up:
model/outline.go 76.87% <0.00%> (+0.68%) :arrow_up:
contentstream/contentstream.go 87.27% <0.00%> (+0.90%) :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 ae20c30...5fb6a07. Read the comment docs.