Skip to content

Releases: rospdf/pdf-php

0.12.36

28 May 12:13
Compare
Choose a tag to compare
  • released under the MIt license
  • fixed issue #55

0.12.35

26 May 12:57
Compare
Choose a tag to compare
  • fixed issue #69

0.12.34

20 May 19:21
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

0.12.32

02 May 12:55
Compare
Choose a tag to compare
  • PSR-2 compliant format
  • PR #63: fixed reported png hash issue

0.12.31

12 Jan 20:02
Compare
Choose a tag to compare
  • fixed issue #44 by using min font width (fontBBox)
  • recovered lines from issue #52

0.12.30

11 Jan 19:21
Compare
Choose a tag to compare
  • added setColorCMYK and setStrokeColorCMYK from issue #53
  • added setHexColor and setStrokeHexColor as well from issue #53

0.12.29

19 Dec 19:42
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • fixed issue #45

0.12.27

16 Nov 10:44
Compare
Choose a tag to compare
  • 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