1559 Commits

Author SHA1 Message Date
Gunnsteinn Hall
3eaa55ed14
Merge pull request #367 from adrg/writestring-optimize
Optimize WriteString method for primitive objects
2019-03-11 20:07:55 +00:00
Gunnsteinn Hall
e1ff8458ea
Merge pull request #366 from adrg/primitives-benchmark
Add WriteString method benchmarks for primitive objects
2019-03-11 19:46:21 +00:00
Adrian-George Bostan
e063f17f78 Optimize WriteString method for primitive objects 2019-03-11 21:38:25 +02:00
Adrian-George Bostan
e8dca5876c Add WriteString method benchmarks for primitive objects 2019-03-11 21:25:07 +02:00
Adrian-George Bostan
2749e1135e Fix core package golint notices regarding code documentation 2019-03-08 20:14:17 +00:00
Adrian-George Bostan
559277a6e9 Fix core package golint notices that are not related to code documentation 2019-03-08 20:14:17 +00:00
Gunnsteinn Hall
c41dd7e028
Merge pull request #363 from adrg/image-extract-opts
Add image extraction options
2019-03-08 19:54:09 +00:00
Adrian-George Bostan
d478aeaf76 Rename ImageExtractOpts to ImageExtractOptions 2019-03-08 21:46:22 +02:00
Adrian-George Bostan
08bdfb0117 Rename ExtractImagesOpts to ImageExtractOpts 2019-03-08 19:03:37 +02:00
Adrian-George Bostan
85acc73977 Adjust image extractor test 2019-03-08 18:59:51 +02:00
Adrian-George Bostan
7012c8b097 Add image extractor options 2019-03-08 18:59:23 +02:00
Gunnsteinn Hall
0dc0219e8f
Merge pull request #360 from adrg/creator-chapter-hierarchy
Creator chapter hierarchy
2019-03-06 23:25:11 +00:00
Adrian-George Bostan
67451578ed Improve code documentation 2019-03-06 19:41:33 +02:00
Adrian-George Bostan
b6819bc491 Add multi-level subchapters to the creator test 2019-03-06 19:32:00 +02:00
Adrian-George Bostan
b92e7562d5 Fix toc and outline link destination coordinates on content page break 2019-03-06 19:25:04 +02:00
Adrian-George Bostan
548af32929 Adapt creator test 2019-03-05 21:40:38 +02:00
Adrian-George Bostan
b6d2f5f5b6 Add chapter hierarchy support 2019-03-05 21:39:55 +02:00
Gunnsteinn Hall
4bb53f7b4b
Merge pull request #358 from adrg/signature-improve
Signature refactoring
2019-02-27 21:48:02 +00:00
Adrian-George Bostan
e21121dc13 Update signature object ByteRange 2019-02-27 23:32:53 +02:00
Adrian-George Bostan
15c3f6abfa Remove duplicate code 2019-02-27 23:32:32 +02:00
Gunnsteinn Hall
40123ceb58
Merge pull request #356 from peterwilliams97/v3.encoding.error
Fixed bug in reading DecodeParems seen with CCITT images in gov.uscou…
2019-02-22 09:28:35 +00:00
Peter Williams
50a4a896e5 Fixed bug in reading DecodeParems seen with CCITT images in gov.uscourts.ctd.18812.88.0.pdf 2019-02-22 11:32:38 +11:00
Gunnsteinn Hall
793e64a99d
Merge pull request #355 from adrg/appender-acroforms
Fix appender AcroForm loading
2019-02-21 22:01:56 +00:00
Adrian-George Bostan
7c64fc1bbc Fix loading of AcroForms in the appender 2019-02-21 23:40:26 +02:00
Gunnsteinn Hall
0fcf9817ce
Merge pull request #354 from adrg/signature-appearance
Signature appearance
2019-02-21 19:48:47 +00:00
Adrian-George Bostan
2b1c5e7ebf Fix documentation typos 2019-02-21 20:55:53 +02:00
Adrian-George Bostan
ba2e1fc576 Adjust appender test with the signature appearance implementation 2019-02-21 20:47:43 +02:00
Adrian-George Bostan
8e17705e7c Document signature related code in the annotator package 2019-02-21 20:27:50 +02:00
Adrian-George Bostan
b33ad302be Add default values for the signature field 2019-02-21 20:24:06 +02:00
Adrian-George Bostan
657fe00a78 Fix signature validation 2019-02-21 00:20:47 +02:00
Adrian-George Bostan
2bd79b2dab Improve signature appearance appender test 2019-02-19 22:04:12 +02:00
Adrian-George Bostan
85e62c3c30 Improve signature annotation rectangle drawing 2019-02-19 22:03:42 +02:00
Adrian-George Bostan
3f049d474e Merge branch 'v3' of github.com:unidoc/unidoc into signature-appearance 2019-02-19 21:49:55 +02:00
Adrian-George Bostan
9ac33ed886 Add signature appearance appender test 2019-02-19 21:48:51 +02:00
Adrian-George Bostan
ab979aca95 Add initial signature appearance implementation 2019-02-19 21:48:32 +02:00
Gunnsteinn Hall
c8b70efef3
Merge pull request #334 from unidoc/v3-a5i-pdf-sign
WIP: Initial digital signature support (v3)
2019-02-19 17:33:12 +00:00
Gunnsteinn Hall
0fa9092413
Merge pull request #352 from adrg/v3-a5i-pdf-sign
Minor code documentation improvements
2019-02-19 16:23:54 +00:00
Adrian-George Bostan
38d71b46b4 Minor code documentation improvements 2019-02-19 17:59:38 +02:00
Gunnsteinn Hall
e93ffb25f4
Merge branch 'v3' into v3-a5i-pdf-sign 2019-02-18 21:58:35 +00:00
Gunnsteinn Hall
473eb5f031
Merge pull request #350 from adrg/v3-a5i-pdf-sign
Digital signatures refactoring
2019-02-18 21:52:45 +00:00
Gunnsteinn Hall
65e86371d9
Merge pull request #346 from nkryuchkov/v3-ccittfaxdecode
Implement CCITTFaxDecode
2019-02-18 10:18:52 +00:00
Nikita Kryuchkov
cc63340752
Merge branch 'v3' into v3-ccittfaxdecode 2019-02-18 08:33:18 +03:00
nkryuchkov
6ffb78b093 Make requested changes according to the PR comments
Add default parameters to the NewCCITTFaxEncoder. Default values
are taken from the PDF specification.
ccittfaxdecode was moved to pdf/internal and renamed to ccittfax.
ccittfax package errors were unexported.
2019-02-18 08:28:34 +03:00
Gunnsteinn Hall
2070f8ccad
Merge pull request #326 from dennwc/encodings
Reimplement adaptive encoding
2019-02-17 22:41:37 +00:00
Gunnsteinn Hall
ff0e5fc38e
Merge branch 'v3' into encodings 2019-02-17 22:31:39 +00:00
Gunnsteinn Hall
23743a3a6e
Merge pull request #347 from c2h5oh/optimize_optimization
Reduce memory thrashing when optimising large PDFs
2019-02-16 20:43:53 +00:00
Maciej Lisiewski
f03fb61ad2 Reduce memory thrashing when optimizing large PDFs 2019-02-15 15:50:57 -05:00
nkryuchkov
54443dab7f Adapt code to the new changes from v3 2019-02-15 23:32:40 +03:00
nkryuchkov
fcf3e8786f Merge branch 'v3' into v3-ccittfaxdecode 2019-02-15 23:01:07 +03:00
Adrian-George Bostan
28ad01f4b9 Change the prototype of the appender Sign method 2019-02-15 20:59:17 +02:00