549 Commits

Author SHA1 Message Date
Gunnsteinn Hall
a49bdcb8f8 Change PdfWriter dependency from io.WriteSeeker to io.Writer - enabling PDF memory output 2018-08-13 13:58:38 +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
654dc16e35 fix package description license 2018-08-03 10:18:53 +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
a40b261ce7 Build examples in Jenkinsfile and run a passthrough test 2018-08-01 21:38:23 +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
Gunnsteinn Hall
b7152fd11d
Merge pull request #172 from peterwilliams97/render.v3
Explain Fall back to StandardEncoding.
2018-07-26 23:02:25 +00:00
Peter Williams
435bb91cb0 Explain Fall back to StandardEncoding. 2018-07-26 14:36:40 +10:00
Gunnsteinn Hall
dce3f78438 Jenkinsfile fix for multi branching 2018-07-26 01:56:41 +00:00
Gunnsteinn Hall
56c782d0eb Add Jenkinsfile 2018-07-26 01:46:18 +00:00
Gunnsteinn Hall
527b1f057b Add Jenkinsfile 2018-07-26 01:38:21 +00:00
Gunnsteinn Hall
ef741ff571
Merge pull request #171 from peterwilliams97/render.v3
Render.v3
2018-07-25 10:20:21 +00: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
Gunnsteinn Hall
86b17c41d9
Merge pull request #167 from unidoc/creator-tablecell-wrapping-fix
Support wrapped text in table cells
2018-07-23 17:00:57 +00:00
Peter Williams
e2b4f908bd removed panics 2018-07-23 17:14:42 +10:00
Peter Williams
8d64d5bec6 Merge branch 'hiroxy-render.v3' into render.v3 2018-07-23 17:06:35 +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
Peter Williams
2468e2b264 Merge branch 'render' into render.clean 2018-07-21 14:18:48 +10:00
Peter Williams
28d2d223c4 Reduced logging noise 2018-07-21 08:53:59 +10:00
Peter Williams
c489d4630c Added some logging 2018-07-21 08:43:03 +10:00
Peter Williams
357d517498 Added tests for simple fonts and encodings 2018-07-20 22:18:18 +10:00
Peter Williams
ef97dd1d59 Added a test for font encodings with /Difference entries 2018-07-20 14:15:41 +10:00
Peter Williams
bb1c8197a0 Added a test for cmap beginbfchar and beginbfrange entries 2018-07-20 11:39:41 +10:00
Peter Williams
879b07df16 Added a test for CharcodeBytesToUnicode for Type0 ToUnicode cmaps 2018-07-19 10:28:23 +10:00
Gunnsteinn Hall
6dda02e0c3 Show multi newline 2018-07-18 11:27:11 +00:00
Gunnsteinn Hall
b36101ae34 Support newline wrapping in paragraph 2018-07-18 11:24:24 +00:00
Gunnsteinn Hall
be8d19b510 Support wrapped text in table cells 2018-07-18 07:30:55 +00:00
Peter Williams
6b507a21d7 fixed comments 2018-07-18 14:50:52 +10:00
Peter Williams
5d513ac8cf Removed debug code 2018-07-18 14:34:46 +10:00
Peter Williams
17d1112436 Added a test for Type1 FontFile decoding 2018-07-18 14:30:43 +10:00