1544 Commits

Author SHA1 Message Date
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
nkryuchkov
4c1f9e1c4b Remove log.Println() 2019-02-15 20:14:44 +03:00
nkryuchkov
91d5d0ca00 Remove main.go 2019-02-15 20:10:39 +03:00
nkryuchkov
ffdbb9218e Finish styling 2019-02-15 19:27:44 +03:00
nkryuchkov
8c4bf0b4ef Ensure 90+% test coverage for ccittfaxdecode 2019-02-15 15:23:01 +03:00
nkryuchkov
f2b25b3eb5 Add TestEncode 2019-02-14 21:46:33 +03:00
nkryuchkov
cfbb181e23 Add test data, fix rows bug with g4, achieve 71.5% coverage 2019-02-14 19:38:43 +03:00
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
nkryuchkov
4c869e88d1 Generate test data for decoding 2019-02-10 19:39:01 +03:00
nkryuchkov
e8505e104f Achieve 50.9% test coverage on ccittfaxdecode 2019-02-10 13:50:11 +03:00