17 Commits

Author SHA1 Message Date
Gunnsteinn Hall
f8ac397bdf
NewPdfReaderLazy supports reading PDF files in lazy-load mode (#409)
* Lazy loading support NewPdfReaderLazy. 
* Change colorspace and annotations loading to lazy. Clean up page object loading.
* Clear up reference resolving and remove redundant traceToObject function.
* Add IsLogLevel function to logger.  Can be used to avoid calling resource intensive functions except when running trace only.
2019-04-14 22:22:41 +00:00
Adrian-George Bostan
95b4e1cfc0 Remove unnecessary sample signature file 2019-03-28 17:19:39 +00:00
Adrian-George Bostan
7cd6479b61 Adjust external signature test case 2019-03-28 17:19:39 +00:00
Adrian-George Bostan
c3692615ee Update external signature test case to use the latest certificate 2019-03-24 09:43:29 +00:00
Gunnsteinn Hall
641fbf5551 Fix failing signature tests. Replaced old test certificate with one that lasts 100 years
Included instructions for generating the certificate
2019-03-24 08:55:23 +00:00
Adrian-George Bostan
e5a1d87b52 Update external signature test case 2019-03-15 20:10:12 +00:00
Adrian-George Bostan
6b129bd7a7 Add external signature test case 2019-03-15 20:10:12 +00:00
Adrian-George Bostan
ba2e1fc576 Adjust appender test with the signature appearance implementation 2019-02-21 20:47:43 +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
9ac33ed886 Add signature appearance appender test 2019-02-19 21:48:51 +02:00
Adrian-George Bostan
28ad01f4b9 Change the prototype of the appender Sign method 2019-02-15 20:59:17 +02:00
Adrian-George Bostan
c2d1efb653 Combine PdfFieldSignature with PdfSignatureAppearance 2019-02-13 20:28:24 +02:00
Gunnsteinn Hall
7ad11847c8 Return an error if try to invoke Appender Write twice. Fix bug when writing to a buffer. 2019-01-18 01:19:24 +00:00
Gunnsteinn Hall
11e11f4b94 Moved signature handler implementation logic to subpackage sighandlers. 2019-01-17 22:39:38 +00:00
Aleksei Pavliukov
61e20223ec add digital sign API prototype 2018-12-30 01:47:20 +03:00
Aleksei Pavliukov
e0f3189f5b Add PdfAppender 2018-12-11 18:51:07 +03:00