Releases: rospdf/pdf-php
Releases · rospdf/pdf-php
0.12.36
28 May 12:13
Compare
Sorry, something went wrong.
No results found
released under the MIt license
fixed issue #55
0.12.35
26 May 12:57
Compare
Sorry, something went wrong.
No results found
0.12.34
20 May 19:21
Compare
Sorry, something went wrong.
No results found
fixed issue #65
improved table cell coloring using setColor(r,g,b,1) (Example: examples/table-enhancements.php)
0.12.33
20 May 16:39
Compare
Sorry, something went wrong.
No results found
0.12.32
02 May 12:55
Compare
Sorry, something went wrong.
No results found
PSR-2 compliant format
PR #63 : fixed reported png hash issue
0.12.31
12 Jan 20:02
Compare
Sorry, something went wrong.
No results found
fixed issue #44 by using min font width (fontBBox)
recovered lines from issue #52
0.12.30
11 Jan 19:21
Compare
Sorry, something went wrong.
No results found
added setColorCMYK and setStrokeColorCMYK from issue #53
added setHexColor and setStrokeHexColor as well from issue #53
0.12.29
19 Dec 19:42
Compare
Sorry, something went wrong.
No results found
fixed "Undefined offset" when lsbls is empty in TTF.php
PR #47 - Fixes potential PHP notice in Cpdf->uniord
0.12.28
21 Nov 12:30
Compare
Sorry, something went wrong.
No results found
0.12.27
16 Nov 10:44
Compare
Sorry, something went wrong.
No results found
PR #42 - added new table features: evenColumns, text color, background color
fixed issue #43 - maxWidth is not defined by default
no need to define 'showBgCol' when using column background
slightly optimized max column width calculation