Releases: rospdf/pdf-php
Releases · rospdf/pdf-php
0.12.36
- released under the MIt license
- fixed issue #55
0.12.34
- fixed issue #65
- improved table cell coloring using setColor(r,g,b,1) (Example: examples/table-enhancements.php)
0.12.32
- PSR-2 compliant format
- PR #63: fixed reported png hash issue
0.12.31
- fixed issue #44 by using min font width (fontBBox)
- recovered lines from issue #52
0.12.30
- added setColorCMYK and setStrokeColorCMYK from issue #53
- added setHexColor and setStrokeHexColor as well from issue #53
0.12.29
- fixed "Undefined offset" when lsbls is empty in TTF.php
- PR #47 - Fixes potential PHP notice in Cpdf->uniord
0.12.27
- 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