1291 Commits

Author SHA1 Message Date
Adrian-George Bostan
c2d1efb653 Combine PdfFieldSignature with PdfSignatureAppearance 2019-02-13 20:28:24 +02:00
Gunnsteinn Hall
2ef5b5ab53
Update comments 2019-02-12 23:50:57 +00:00
Gunnsteinn Hall
4d25f7fd1a
Merge pull request #343 from adrg/signature-support
Signature support refactoring
2019-02-12 19:57:55 +00:00
Adrian-George Bostan
cda855354a Rename PdfAppearance to PdfSignatureAppearance 2019-02-12 19:57:42 +02:00
Adrian-George Bostan
3233ce9e9c Further refactoring 2019-02-12 19:49:37 +02:00
Adrian-George Bostan
1a92cec9c4 Refactor signature code 2019-02-12 19:18:39 +02:00
Gunnsteinn Hall
e7f5b37903
Merge branch 'v3' into v3-a5i-pdf-sign 2019-02-12 14:19:12 +00:00
Gunnsteinn Hall
8d1cf1aa9d
Merge pull request #341 from adrg/remove-dot-imports
Remove dot imports
2019-02-09 12:12:35 +00:00
Adrian-George Bostan
f9989f27ab Remove dot imports from model/image.go 2019-02-09 12:49:17 +02:00
Adrian-George Bostan
48dc5740cb Remove dot imports from model/xobject.go 2019-02-09 12:46:45 +02:00
Adrian-George Bostan
259e2daa48 Remove dot imports from model/page.go 2019-02-09 12:36:12 +02:00
Adrian-George Bostan
88fc02e4f5 Remove dot imports from model/reader.go 2019-02-09 12:20:10 +02:00
Adrian-George Bostan
13fa75ce39 Remove dot imports from model/pattern.go 2019-02-09 12:11:00 +02:00
Adrian-George Bostan
17acba5fad Remove dot imports from model/structures.go 2019-02-09 12:02:03 +02:00
Adrian-George Bostan
ab2d3a40f0 Remove dot imports from model/page_test.go 2019-02-09 11:59:12 +02:00
Adrian-George Bostan
1ddd0a85ff Remove dot imports from model/writer.go 2019-02-09 11:57:16 +02:00
Adrian-George Bostan
c435c1d692 Remove dot imports from model/shading.go 2019-02-09 11:39:48 +02:00
Adrian-George Bostan
bef5b7aa30 Remove dot imports from model/functions_test.go 2019-02-09 11:21:13 +02:00
Adrian-George Bostan
a5da022568 Remove dot imports from model/resources.go 2019-02-09 11:18:48 +02:00
Adrian-George Bostan
a26b3155bf Remove dot imports from model/outlines.go 2019-02-09 11:05:34 +02:00
Adrian-George Bostan
2ac46756e8 Remove dot imports from model/functions.go 2019-02-09 11:00:23 +02:00
Gunnsteinn Hall
5d8f1b90df
Merge pull request #339 from unidoc/v3-release-alpha.2
release v3.0.0-alpha.2
2019-02-07 12:34:24 +00:00
Gunnsteinn Hall
323dc5394f release v3.0.0-alpha.2 2019-02-07 12:17:54 +00:00
Gunnsteinn Hall
60a7d6749d
Merge branch 'v3' into v3-a5i-pdf-sign 2019-02-07 09:55:52 +00:00
Gunnsteinn Hall
1d6f996aae
Merge pull request #338 from adrg/character-spacing
Character spacing
2019-02-07 09:55:27 +00:00
Adrian-George Bostan
4641133524 Add styled paragraph text spacing test case 2019-02-06 21:25:01 +02:00
Adrian-George Bostan
992a655165 Add character spacing support for the styled paragraph component 2019-02-06 20:31:14 +02:00
Gunnsteinn Hall
601dc4ae3f
Merge pull request #337 from peterwilliams97/v3
Fixed a buffer overrun in Indexed colorspaces and added a regression test for it.
2019-02-04 12:55:41 +00:00
Peter Williams
1d35226bab Fixed a buffer overrun in Indexed colorspaces and added a regression test for it. 2019-02-04 09:10:18 +11:00
Gunnsteinn Hall
bb1aa7152a
Merge pull request #336 from adrg/text-rendering-mode
Add text style rendering mode
2019-01-31 16:48:37 +00:00
Adrian-George Bostan
3390d06d34
Merge branch 'v3' into text-rendering-mode 2019-01-31 18:10:06 +02:00
Gunnsteinn Hall
2cc717d642
Merge pull request #335 from peterwilliams97/v3.imagemark
V3.imagemark
2019-01-31 12:50:33 +00:00
Peter Williams
f3f03eff29 Merge branch 'v3' of https://github.com/unidoc/unidoc into v3.imagemark 2019-01-31 15:20:13 +11:00
Peter Williams
07958431c1 Set defaults for ICC colorspace ranges and added a test for it to image_test.go 2019-01-31 15:18:17 +11:00
Adrian-George Bostan
c8a02ea6b2 Improve rendering modes test 2019-01-30 20:52:41 +02:00
Adrian-George Bostan
a0f033ef2c Add styled paragraph text rendering modes test 2019-01-30 20:37:54 +02:00
Adrian-George Bostan
b86acf161f Add TextStyle text rendering mode property 2019-01-30 20:10:51 +02:00
Gunnsteinn Hall
3121645d50
Merge pull request #330 from unidoc/v3-extract-images-with-position
Extract images with position in package extractor (v3)
2019-01-30 17:31:07 +00:00
Gunnsteinn Hall
ff44143f46 Address PR review comments 2019-01-29 22:46:45 +00:00
Gunnsteinn Hall
cd7f589652 Merge branch 'v3-extract-images-with-position' of ssh://github.com/unidoc/unidoc into v3-extract-images-with-position 2019-01-28 23:33:17 +00:00
Gunnsteinn Hall
77840ff66f Add more test cases for image extraction, including inline and multi images. 2019-01-28 23:32:51 +00:00
Gunnsteinn Hall
1824e4645b
Merge branch 'v3' into v3-extract-images-with-position 2019-01-28 22:45:12 +00:00
Gunnsteinn Hall
6b4edc46ea Test case with nested transform matrices. Use testify to make tests cleaner. 2019-01-28 22:43:53 +00:00
Gunnsteinn Hall
4078900f07 Fix image caching mechanism. Check for nils. 2019-01-28 22:40:40 +00:00
Gunnsteinn Hall
2253e29a12
Merge pull request #329 from unidoc/v3-integration-testing
Integration test coverage
2019-01-28 17:35:46 +00:00
Gunnsteinn Hall
18bacd0f18 Update Jenkinsfile with ghostscript for validation 2019-01-28 12:48:30 +00:00
Gunnsteinn Hall
15e8d63901 Update codecov.yml
New baseline
2019-01-28 11:32:41 +00:00
Gunnsteinn Hall
b5714c231b Address review feedback 2019-01-28 11:21:17 +00:00
Gunnsteinn Hall
24dbf33807
Merge branch 'v3' into v3-integration-testing 2019-01-25 16:47:12 +00:00
Gunnsteinn Hall
1dd3de866e
Merge pull request #331 from adrg/compression-issues
Compression issues
2019-01-25 13:52:20 +00:00