486 Commits

Author SHA1 Message Date
Gunnsteinn Hall
e99b037340 PDFDocEncoding tests 2018-09-28 09:50:18 +00:00
Gunnsteinn Hall
6ec59ca86c Returnnot found when *PdfObjectInteger is nil 2018-09-28 09:50:04 +00:00
Gunnsteinn Hall
5ebb80233c Add marked up content operators and cleanup. 2018-09-28 09:49:32 +00:00
Gunnsteinn Hall
2522849b19 Fix for handling non-widget annotations per page when flattening 2018-09-24 19:50:58 +00:00
Gunnsteinn Hall
4a89eddcfc Form field creation functions placed into annotator 2018-09-18 19:57:53 +00:00
Gunnsteinn Hall
c312176710 Mockup for field creation (commented out)
contentstream dependency needs to be removed
2018-09-18 16:52:20 +00:00
Gunnsteinn Hall
23af4db2b3 Remove dot imports in contentstream pkg 2018-09-18 00:00:48 +00:00
Gunnsteinn Hall
11febb4207 Add SetFlag to field 2018-09-17 15:04:22 +00:00
Gunnsteinn Hall
9efa91168d Fix for building acroform ToPdfObject 2018-09-16 17:56:03 +00:00
Gunnsteinn Hall
31ffe3158d Clean up validation code and loading of signature dictionary as model 2018-08-16 17:39:51 +00:00
Gunnsteinn Hall
c3c6eaa1e6 Add modified crypto dependencies to internal: pkcs7, x509, x509/pkix, asn1 packages - more lenient. Minor fixes. 2018-08-15 18:50:32 +00:00
Gunnsteinn Hall
d1f2f280aa Add ToInt64Slice convenience function to PdfObjectArray 2018-08-15 11:33:48 +00:00
Gunnsteinn Hall
0603c51f75 Initial draft for signature handler 2018-08-15 11:33:18 +00:00
Gunnsteinn Hall
df6142ac18 Initial import of signature models 2018-08-14 17:29:19 +00:00
Gunnsteinn Hall
8a0a44ffd9 Move fdf package so can be imported 2018-08-08 15:01:03 +00:00
Gunnsteinn Hall
1bdc2b99e9 Simplify AddContentStreamByString and compress stream contents 2018-08-08 13:13:26 +00:00
Gunnsteinn Hall
97bcaa5ff4 FlattenFields function added to flatten form fields and annotations 2018-08-08 13:12:56 +00:00
Gunnsteinn Hall
2bd003d464 Wrap function in content stream creator 2018-08-07 20:51:31 +00:00
Gunnsteinn Hall
01cd086550 Clear page dictionary prior to building. Add dictionary clear method 2018-08-07 20:51:15 +00:00
Gunnsteinn Hall
9c55596e2d helper to generate new unique xobject names 2018-08-07 16:12:25 +00:00
Gunnsteinn Hall
daf4568afe Export form field Parent as may need to be modified externally 2018-08-03 22:32:10 +00:00
Gunnsteinn Hall
033b11df86 Support PDFDocEncoding and UTF16 decoding as per #175 2018-08-03 21:19:17 +00:00
Gunnsteinn Hall
7bac3c779c Merge branch 'v3' into enhance-forms 2018-08-03 21:15:21 +00:00
Gunnsteinn Hall
68a1dee9f2 Fix minimal parsing testcase 2018-08-03 11:01:54 +00:00
Gunnsteinn Hall
e254fd763c Move test and supplementary files to nearest package testdata. 2018-08-03 11:01:39 +00:00
Gunnsteinn Hall
96f358543a Remove unintended BasicLine in draw 2018-08-03 10:26:45 +00:00
Gunnsteinn Hall
0b25fcc4e7 golint and godoc fixes in textencoding 2018-08-03 10:18:44 +00:00
Gunnsteinn Hall
a487f6848a godoc and golint fixes 2018-08-03 10:18:08 +00:00
Gunnsteinn Hall
c9ec3ff8d9 godoc fix 2018-08-03 10:17:17 +00:00
Gunnsteinn Hall
6056cf828d remove dot import and address golint in contentstream 2018-08-03 10:17:06 +00:00
Gunnsteinn Hall
6c34f32c7f Updating headers and package descriptions 2018-08-03 10:15:42 +00:00
Gunnsteinn Hall
a505bf67dd Move supplementary files to testdata folders 2018-08-03 10:13:21 +00:00
Gunnsteinn Hall
1321303950 Address golint for interface methods 2018-08-02 10:48:44 +00:00
Gunnsteinn Hall
7c4b1640ef Address golint comments 2018-08-02 00:29:47 +00:00
Gunnsteinn Hall
cc44dd2552 Merge branch 'master' into v3 2018-08-01 22:04:27 +00:00
Gunnsteinn Hall
5f330db891 Move ps back from internal. Address multiple golint comments. 2018-08-01 20:27:34 +00:00
Gunnsteinn Hall
7fe68915cc Disable trace logging when running tests 2018-08-01 13:19:05 +00:00
Peter Williams
435bb91cb0 Explain Fall back to StandardEncoding. 2018-07-26 14:36:40 +10:00
Peter Williams
ac48862c39 Moved font test data to contrib/testdata/font 2018-07-25 18:10:41 +10:00
Peter Williams
63afbb525c doc changes after pull request review 2018-07-25 16:14:19 +10:00
Peter Williams
eb80c88da9 Made CIDSystemInfo a PdfObjectDictionary 2018-07-25 14:29:39 +10:00
Peter Williams
84a4e0ebbf Removed GetArrayVal 2018-07-25 13:19:09 +10:00
Peter Williams
b1cf3494f7 Removed naked returns. Fixed godoc. Reorganized object extractors 2018-07-25 12:00:49 +10:00
Peter Williams
e886846c6a Changes after pull request review 2018-07-24 21:32:02 +10:00
Peter Williams
e2b4f908bd removed panics 2018-07-23 17:14:42 +10:00
Hiroshi Muramatsu
994b69e970 Embed common font fields 2018-07-23 14:55:23 +10:00
Hiroshi Muramatsu
5257855e29 Define font descriptor flags 2018-07-23 13:21:13 +10:00
Peter Williams
990a56dc01 fixed typo 2018-07-22 16:00:45 +10:00
Peter Williams
bb3d219355 cleaned up comments 2018-07-22 12:47:38 +10:00
Peter Williams
502836666d Merge remote-tracking branch 'upstream/v3' into render.v3 2018-07-21 21:20:39 +10:00