74 Commits

Author SHA1 Message Date
Sakib Sami
efd877ea7b - Development ongoing P1 2018-08-02 22:45:41 +06:00
Sakib Sami
024069da60 - Added : Example 2 2018-07-26 01:45:53 +06:00
Sakib Sami
f028da2dc4 Updated : Code cleanup 2018-07-23 22:40:58 +06:00
Sakib Sami
60a495f2e9 Updated : Code cleanup 2018-07-21 21:02:55 +06:00
Sakib Sami
3211682ce5 Added : Color applied for example 1 2018-07-21 01:44:26 +06:00
Sakib Sami
d0e3f8dacb Updated : Reimplemented border calculation 2018-07-21 01:26:18 +06:00
Sakib Sami
12ce1ed56b Added : Force solid when border is double 2018-07-11 00:36:56 +06:00
Sakib Sami
58f80ed6b2 Added : Offset for cornet adjustment 2018-07-10 00:51:45 +06:00
Sakib Sami
be739f6ac1 Update : unexported newBorder() 2018-07-06 22:12:20 +06:00
Sakib Sami
4e0fb862d9 Added : Double border 2018-07-06 21:11:34 +06:00
Sakib Sami
6fc8956dcb Added : Comment on SetBorderLineStyle 2018-06-30 00:16:49 +06:00
Sakib Sami
95da125815 Fix : Border side creation 2018-06-30 00:15:51 +06:00
Sakib Sami
f4be688bb2 Fix : Border side creation 2018-06-30 00:06:50 +06:00
Sakib Sami
1f106775b4 Improvement : Design, Code refactoring 2018-06-29 23:55:23 +06:00
Sakib Sami
a0c3f57e4a Fix : Dashed Line && Control on Border 2018-06-25 00:30:32 +06:00
Sakib Sami
8ac0d45e2f Implemented : Dashed Line 2018-06-12 03:55:27 +06:00
Sakib Sami
0feaca4aea Implemented : Dashed Line 2018-06-12 03:41:33 +06:00
Sakib Sami
1353021b75 Implemented : Control over cell border 2018-06-09 06:03:40 +06:00
Gunnsteinn Hall
f2ef568840 Add comments. Output generated files to /tmp. 2018-06-03 02:26:50 +00:00
Sakib Sami
f82403ef12 Implemented : Curve & Filled Curve Shape with test 2018-05-31 03:48:26 +06:00
Gunnsteinn Hall
0c9502ad8b Block supporting more resource types (pattern, shading) 2018-05-22 12:57:32 +00:00
Gunnsteinn Hall
e71bb34362 Fix pagebreak generate page blocks. Support pagebreak in subchapter. 2018-03-20 14:21:03 +00:00
Jordi Llonch
7ae11755c8 Added Paragraph.Text function returning text content 2018-02-15 13:11:32 +11:00
Jordi Llonch
c9f172694c fix TableCell.SetBorderColor 2018-02-12 14:18:37 +11:00
Jordi Llonch
40f364059f PageBreak drawable implementation 2018-02-12 13:07:35 +11:00
Daniel Rhoden
f2fa55a63b Added SetForms to Creator 2017-11-08 14:54:59 -06:00
Julien Lefèvre
4f438e3fed dont encode glyphs when you only wrap 2017-09-22 10:57:16 +02:00
Gunnsteinn Hall
207d0ef510 Add support for specifying alternate image encoding/compression method (creator). 2017-09-05 21:37:23 +00:00
Gunnsteinn Hall
acb65b071e Address golint recommendations. Exported types Subchapter, Rectangle, TableCell, TableOfContentsEntry. Closes #82. 2017-08-01 13:10:48 +00:00
Gunnsteinn Hall
4d0f30edd1 Address golint recommendations 2017-07-31 15:25:28 +00:00
Gunnsteinn Hall
3c340d1085 Address golint comments 2017-07-31 14:21:57 +00:00
Gunnsteinn Hall
7ace3c96db Exported creator's Color interface. Addressed golint issues in creator's color.go, const.go 2017-07-31 14:06:47 +00:00
Gunnsteinn Hall
12f09116a2 Change from paragraph to exported type Paragraph. Address golint issues in creator's chapter.go. 2017-07-31 13:07:02 +00:00
Gunnsteinn Hall
416eb89964 Address golint issues for creator Block 2017-07-31 12:32:18 +00:00
Gunnsteinn Hall
0420787b50 Context update fixes 2017-07-26 16:11:28 +00:00
Gunnsteinn Hall
72bcce2004 Add roboto TTF font to test cases 2017-07-25 15:57:56 +00:00
Gunnsteinn Hall
4a7bb0d79b Added access point for accessing PdfWriter with creator. Example test case for adding password protection. Closes #76. 2017-07-24 20:39:30 +00:00
Gunnsteinn Hall
d38a5ad1e0 Changed syntax to creator NewImage and added NewImageFromData 2017-07-18 15:00:09 +00:00
Gunnsteinn Hall
25c91a8943 Horizontal and vertical table cell alignment implemented. Closes #74. 2017-07-17 20:41:10 +00:00
Gunnsteinn Hall
34ef014405 Fix winansi encoding for hyphen character 2017-07-17 15:10:42 +00:00
Gunnsteinn Hall
4ca381174a Remove debug printf 2017-07-17 14:41:51 +00:00
Gunnsteinn Hall
9d0e42a5f2 Comment revisions 2017-07-17 14:36:16 +00:00
Gunnsteinn Hall
0029d4cc8e Draw header and footer on blocks implemented to simply syntax. Closes #68 2017-07-17 12:20:06 +00:00
Gunnsteinn Hall
e91f65a641 Updated syntax for header, footer, frontpage generation functions 2017-07-17 12:07:14 +00:00
Gunnsteinn Hall
83f9a0b989 Implemented generic color interface. Initial support for table borders and indent. Also, now setting some default parameters for paragraphs added to table. 2017-07-17 11:36:02 +00:00
Gunnsteinn Hall
11e4fae50b Updated color treatment as per #63. 2017-07-14 21:58:16 +00:00
Gunnsteinn Hall
6a059cdcec Take table margins into account 2017-07-14 17:46:01 +00:00
Gunnsteinn Hall
52863e274c Fix table context, return x and width after drawing 2017-07-14 17:20:30 +00:00
Gunnsteinn Hall
a5e2a5f371 Allow adding table to subchapter 2017-07-14 16:41:21 +00:00
Gunnsteinn Hall
68fa179d7c Fix page number tracking issue 2017-07-14 16:37:50 +00:00