Gunnsteinn Hall
3b671f2cd1
Merge pull request #182 from unidoc/license-expiry
...
Optional license expiry for trial purposes.
2018-08-15 12:24:00 +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
Alfred Hall
3733585ae3
Optional license expiry for trial purposes.
2018-08-15 11:12:01 +00:00
Peter Williams
fefff56603
Cleaned up some comments in creator.
2018-08-15 17:36:42 +10:00
Peter Williams
ffa7f9b482
Changed the literal rune maps in simple.go to use hex numbers rather than character codes.
...
Go sometimes subsitutes literal character codes (e.g. '\u2206') with other runes. This doesn't
happen if the literal is written as a number (e.g. 0x2206 ). I am not sure why Go does this.
2018-08-15 17:15:27 +10:00
Peter Williams
1847fcf8db
Converted creator to new font code
2018-08-15 09:32:13 +10:00
Gunnsteinn Hall
b1c6401dfd
Bump version to 2.1.1
2018-08-14 19:41:06 +00:00
Gunnsteinn Hall
ff7c619fbe
Merge pull request #179 from unidoc/creator-tablecell-div-image-support
...
Creator tablecell div image support
2018-08-14 19:19:17 +00:00
Gunnsteinn Hall
ede3df6446
Merge branch 'master' into creator-tablecell-div-image-support
2018-08-14 17:57:34 +00:00
Gunnsteinn Hall
036ab51b79
Address review comments.
2018-08-14 17:57:26 +00:00
Gunnsteinn Hall
df6142ac18
Initial import of signature models
2018-08-14 17:29:19 +00:00
Peter Williams
d64785a8ca
Added more font tests
2018-08-14 21:28:57 +10:00
Gunnsteinn Hall
d026312948
Godoc fixes in model reader.go
2018-08-14 03:02:19 +00:00
Peter Williams
26e6e114ad
removed debug code that was accidentally commited
2018-08-14 12:01:12 +10:00
Peter Williams
aa88d8510a
Cleaned up glyph<->unicode maps
...
These maps had been getting messy which made it hard for me to update them.
This change builds the full maps from source files which are included in the commit.
2018-08-14 11:56:09 +10:00
Sakib Sami
b6de33b79c
- Fixed TestTableCellWrapping test
2018-08-14 02:02:03 +06:00
Sakib Sami
709d940fbe
Merge pull request #178 from s4kibs4mi/master
...
Control on Border with Dashed Line
2018-08-14 01:57:36 +06:00
Sakib Sami
44e98e2ced
Merge branch 'v3' into master
2018-08-14 01:56:45 +06:00
Gunnsteinn Hall
4a96bd9c82
Updated Jenkinsfile
2018-08-13 19:20:27 +00:00
Sakib Sami
e879b00d57
- updated : Comments to godoc style
2018-08-13 23:36:22 +06:00
Gunnsteinn Hall
34ce011dbc
fix
2018-08-13 16:11:52 +00:00
Alfred Hall
dd652a6c99
Merge pull request #180 from unidoc/v3-writeseeker-dependency-fix
...
Change PdfWriter dependency from io.WriteSeeker to io.Writer - enabli…
2018-08-13 15:55:32 +00:00
Gunnsteinn Hall
dbd31b7eb7
Fix to pull examples from v3 branch if unidoc branch starts with "v3-"
2018-08-13 15:47:45 +00:00
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
d5fc69b21b
Merge branch 'master' into creator-tablecell-div-image-support
2018-08-13 09:39:38 +00:00
Sakib Sami
4e8d9d8e47
- Updated : SetBorderStyleMethod
...
- updated : Comments to godoc style
2018-08-13 01:58:28 +06:00
Sakib Sami
29295f0b2f
- Updated : SetBorderStyleMethod
...
- Added : CellBorderSide constraint
2018-08-11 13:28:16 +06:00
Sakib Sami
4fb0c6e60e
Merge pull request #1 from unidoc/s4kibs4mi-master
...
S4kibs4mi master
2018-08-10 23:38:50 +06:00
Gunnsteinn Hall
f67228a668
Clean up
2018-08-10 12:11:55 +00:00
Gunnsteinn Hall
296596e4c9
Merge branch 'master' of https://github.com/s4kibs4mi/unidoc into s4kibs4mi-master and address border centering for double border
2018-08-10 12:05:07 +00:00
Alfred Hall
79e84023ba
Merge pull request #177 from unidoc/extracttext-endlessloop-fix
...
Avoid endless loop when parsing operand in contenstream. Fixes #176
2018-08-09 23:06:01 +00:00
Gunnsteinn Hall
2cc0c74b80
Avoid endless loop when parsing operand in contenstream. Fixes #176
2018-08-09 22:51:21 +00:00
Sakib Sami
fd475ad84d
- Added : Required modification on border and basic line implementation
...
- BorderTest
- CellTest
2018-08-10 01:40:40 +06:00
Gunnsteinn Hall
8a0a44ffd9
Move fdf package so can be imported
2018-08-08 15:01:03 +00:00
Gunnsteinn Hall
38157c3a51
Fix border corners and BasicLine Draw
2018-08-08 14:48:01 +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
Sakib Sami
c024c237d2
- Added : BorderTest
2018-08-08 08:09:06 +06: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
Sakib Sami
f6a254095c
- Added : BasicLine in creator
2018-08-07 01:59:36 +06: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
9a4d28d24b
update jenkinsfile for matching examples branch
2018-08-03 22:19:33 +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
Sakib Sami
bf0a51ea71
- Added : Color for basic line
2018-08-04 02:07:06 +06:00
Sakib Sami
9184246eb1
- Added : Code cleanup
2018-08-04 02:03:15 +06:00
Sakib Sami
f823d3b37e
- Added : Code cleanup
2018-08-04 00:51:37 +06:00