1162 Commits

Author SHA1 Message Date
Gunnsteinn Hall
3f840fa3cb
Merge pull request #253 from a5i/v3-pdf-appender
Add PdfAppender
2018-12-12 09:28:47 +00:00
Gunnsteinn Hall
1f917a6fbf
Merge branch 'v3' into v3-pdf-appender 2018-12-12 09:24:54 +00:00
Gunnsteinn Hall
12e22ece00
Merge branch 'v3' into linter 2018-12-12 08:53:49 +00:00
Gunnsteinn Hall
bf26bac138
Merge pull request #266 from dennwc/creator_render_tests
Add rendering tests for creator package
2018-12-12 08:52:57 +00:00
Denys Smirnov
18579fd2ef add comments to rendering functions and the baseline env variable 2018-12-12 05:08:07 +02:00
Aleksei Pavliukov
e0f3189f5b Add PdfAppender 2018-12-11 18:51:07 +03:00
Denys Smirnov
fbc79d351f enable render tests only when the corresponding env variable is set 2018-12-11 04:41:42 +02:00
Denys Smirnov
3f7ad73812 refactor some receiver and method names; fix typos in comments 2018-12-11 04:37:00 +02:00
Denys Smirnov
0a8b46daff don't use generic receiver names; make sure receiver name is consistent 2018-12-09 21:47:15 +02:00
Denys Smirnov
9f0df8945d don't use XXX for TODOs 2018-12-09 21:39:11 +02:00
Denys Smirnov
6d2c39043c make sure comments begin with a type/function name 2018-12-09 20:22:33 +02:00
Denys Smirnov
e286eecac9 remove unused functions and globals; add todos for unused params 2018-12-09 19:37:07 +02:00
Denys Smirnov
5993a8b171 remove redundant types in literals 2018-12-09 19:30:13 +02:00
Denys Smirnov
99f3184879 define slices with a var instead of an empty literal 2018-12-09 19:28:50 +02:00
Denys Smirnov
52fce3abcd creator: compare rendered PDFs pixel by pixel if hash comparison fails 2018-12-09 18:37:37 +02:00
Denys Smirnov
bfc4873830 creator: add optional rendering tests 2018-12-08 21:32:03 +02:00
Denys Smirnov
2658fe9c06 assert types for the new code as well 2018-12-07 18:43:24 +02:00
Denys Smirnov
7cdbb0c572 Merge remote-tracking branch 'origin/v3' into extract.text
# Conflicts:
#	pdf/internal/textencoding/truetype.go
#	pdf/model/font.go
#	pdf/model/font_composite.go
#	pdf/model/font_simple.go
#	pdf/model/font_test.go
#	pdf/model/fonts/ttfparser.go
2018-12-07 18:30:37 +02:00
Gunnsteinn Hall
01a87efdf3
Merge pull request #259 from dennwc/font_codes_strict
Strict types for runes, char codes and GIDs
2018-12-07 15:20:45 +00:00
Gunnsteinn Hall
12ea1a5927
Merge branch 'v3' into font_codes_strict 2018-12-07 15:15:27 +00:00
Gunnsteinn Hall
2c42c9644e Update Jenkinsfile add -p flag on mkdir 2018-12-07 12:39:40 +00:00
Gunnsteinn Hall
dc263c9820 Merge branch 'v3' into v3-peterwilliams97-extract.text.take2 2018-12-07 12:17:07 +00:00
Gunnsteinn Hall
ed88d1dd4c Using dedicated TMPDIR per instance (allow concurrent builds) 2018-12-07 12:08:17 +00:00
Gunnsteinn Hall
e89ee8a42f Update Jenkinsfile to download test dependencies 2018-12-07 11:51:02 +00:00
Gunnsteinn Hall
9642436460 Merge branch 'v3' of ssh://github.com/unidoc/unidoc into v3 2018-12-07 10:38:37 +00:00
Gunnsteinn Hall
7b839385c4 Update Jenkinsfile 2018-12-07 10:38:25 +00:00
Gunnsteinn Hall
1f56c18454 Address review comments 2018-12-07 10:32:49 +00:00
Denys Smirnov
4e24c0280a textencoding: rename variables and add relevant notes 2018-12-06 20:22:06 +02:00
Gunnsteinn Hall
ab5be5480e
Merge pull request #262 from adrg/paragraph-link-support
Styled Paragraph link support
2018-12-03 18:52:52 +00:00
Adrian-George Bostan
05b9ddcb2e Fix split text chunks containing link annotations 2018-12-03 20:01:50 +02:00
Gunnsteinn Hall
6074504fc6
Merge branch 'v3' into paragraph-link-support 2018-12-02 22:14:53 +00:00
Gunnsteinn Hall
ec15ac6fa4 Add new dependency to Jenkinsfile 2018-12-02 22:02:56 +00:00
Gunnsteinn Hall
162863a773 Add new dependency to Jenkinsfile 2018-12-02 22:00:38 +00:00
Peter Williams
8c1c2aa926 left-to-write -> left-to-right 2018-12-02 18:41:48 +11:00
Peter Williams
d2f1728672 Addressed review comments.
- Removed debug code.
- Explained magic constants
- Added file reference to PdfBox map.
2018-12-02 18:13:40 +11:00
Peter Williams
c4a39a1353 Look for CharMetrics for char code 32 when finding space width. 2018-12-02 13:12:10 +11:00
Peter Williams
835f329c28 Merge branch 'extract.text' of https://github.com/peterwilliams97/unidoc into extract.text 2018-12-02 10:02:16 +11:00
Peter Williams
9c258551ad Documented font code. Fall back to StandardEncoding when no encoding is speficied for a font. 2018-12-02 09:14:58 +11:00
Adrian-George Bostan
999b403ad4
Merge branch 'v3' into paragraph-link-support 2018-12-01 12:02:12 +02:00
Adrian-George Bostan
080cf29fa0 Further improve code documentation 2018-12-01 11:56:38 +02:00
Adrian-George Bostan
7912d378a9 Improve documentation comments 2018-12-01 11:47:22 +02:00
Gunnsteinn Hall
2b1c796a74 Addressing review comments 2018-11-30 23:01:04 +00:00
Adrian-George Bostan
7e7292dbff Add styled paragraph links test case. 2018-11-30 19:28:47 +02:00
Gunnsteinn Hall
283c9bf778 Merge branch 'extract.text' of https://github.com/peterwilliams97/unidoc into v3-peterwilliams97-extract.text.take2 2018-11-30 17:05:49 +00:00
Gunnsteinn Hall
33843599f2 Another round of addressing review comments 2018-11-30 16:53:48 +00:00
Adrian-George Bostan
4a6d5da26c Add default link style to paragraph 2018-11-30 18:45:48 +02:00
Adrian-George Bostan
9ac309464a Adjust annotation position for all paragraph alignments 2018-11-30 18:21:47 +02:00
Adrian-George Bostan
09e41acdf9 Reverse internal link coordinate system Y axis 2018-11-30 18:09:05 +02:00
Peter Williams
f566fe5f68 Moved point.go and matrix.go back to their original locations. 2018-11-30 12:17:52 +11:00
Peter Williams
8c3aa80d9c Merge branch 'extract.text' of https://github.com/peterwilliams97/unidoc into extract.text 2018-11-30 10:49:26 +11:00