unidoc / unipdf

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

Double quote content stream operator fixes #313

Closed adrg closed 4 years ago

adrg commented 4 years ago

Resolves https://github.com/unidoc/unipdf/issues/287 and https://github.com/unidoc/unipdf/issues/310.


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #313 into development will decrease coverage by 5.87%. The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #313      +/-   ##
===============================================
- Coverage        62.24%   56.37%   -5.88%     
===============================================
  Files              235      235              
  Lines            45439    45434       -5     
===============================================
- Hits             28285    25613    -2672     
- Misses           16503    16521      +18     
- Partials           651     3300    +2649     
Impacted Files Coverage Δ
contentstream/creator.go 51.81% <0.00%> (ø)
contentstream/operand_list.go 100.00% <ø> (ø)
extractor/text.go 63.56% <0.00%> (-7.63%) :arrow_down:
render/internal/context/text_state.go 0.00% <ø> (ø)
render/renderer.go 0.00% <0.00%> (ø)
internal/e2etest/utils.go 60.00% <0.00%> (-20.00%) :arrow_down:
ps/exec.go 62.96% <0.00%> (-18.52%) :arrow_down:
core/security/handlers.go 33.33% <0.00%> (-16.67%) :arrow_down:
model/optimize/image_ppi.go 58.46% <0.00%> (-16.16%) :arrow_down:
model/signature_handler.go 55.04% <0.00%> (-15.60%) :arrow_down:
... and 150 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 a351532...c92242d. Read the comment docs.