diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 2583192..f2fcb36 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,7 @@ +5.9.010 (2010-10-27) + - Support for CSS properties 'border-spacing' and 'padding' for tables were added. + - Several language files were added. + 5.9.009 (2010-10-21) - HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction. diff --git a/README.TXT b/README.TXT index 65dd26c..fa2c6dc 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 5.9.009 -Release date: 2010-10-21 +Version: 5.9.010 +Release date: 2010-10-27 Author: Nicola Asuni Copyright (c) 2002-2010: diff --git a/config/lang/bra.php b/config/lang/bra.php index ebaadd3..0cd0c7d 100755 --- a/config/lang/bra.php +++ b/config/lang/bra.php @@ -2,13 +2,14 @@ //============================================================+ // File name : eng.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// Brazilian +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: Brazilian * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// Brazilian global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'pt'; $l['w_page'] = 'página'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/config/lang/eng.php b/config/lang/eng.php index b63f787..c0e59bf 100755 --- a/config/lang/eng.php +++ b/config/lang/eng.php @@ -2,13 +2,14 @@ //============================================================+ // File name : eng.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// English +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: English * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// English global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'en'; $l['w_page'] = 'page'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/config/lang/ger.php b/config/lang/ger.php index a4b7ae7..82e76f7 100755 --- a/config/lang/ger.php +++ b/config/lang/ger.php @@ -2,13 +2,14 @@ //============================================================+ // File name : eng.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// German +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: German * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// German global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'de'; $l['w_page'] = 'seite'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/config/lang/ita.php b/config/lang/ita.php index 04393cd..3cebabd 100644 --- a/config/lang/ita.php +++ b/config/lang/ita.php @@ -2,13 +2,14 @@ //============================================================+ // File name : ita.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// Italian +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: Italian * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// Italian global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'it'; $l['w_page'] = 'pagina'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index ff62edd..9eafffd 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -65,7 +65,7 @@

- Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/PDF417.html b/doc/com-tecnick-tcpdf/PDF417.html index e2c3b15..74fd1f0 100644 --- a/doc/com-tecnick-tcpdf/PDF417.html +++ b/doc/com-tecnick-tcpdf/PDF417.html @@ -1004,7 +1004,7 @@ $code)

- Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/QRcode.html b/doc/com-tecnick-tcpdf/QRcode.html index 0801004..645b3f0 100644 --- a/doc/com-tecnick-tcpdf/QRcode.html +++ b/doc/com-tecnick-tcpdf/QRcode.html @@ -5552,7 +5552,7 @@ $frame)

- Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:41 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index 2b006e5..7e3355c 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -84,7 +84,7 @@ Source Location: /tcpdf.php

Version:

@@ -398,6 +398,7 @@ Source Location: /tcpdf.php

  • GetCharWidth
  • getColumn
  • getCSSBorderDashStyle
  • +
  • getCSSBorderMargin
  • getCSSBorderStyle
  • getCSSBorderWidth
  • getCSSFontSpacing
  • @@ -779,7 +780,7 @@ This is a PHP class for generating PDF documents without requiring external exte author:  Nicola Asuni - info@tecnick.com - version:  5.9.009 + version:  5.9.010 link:  http://www.tcpdf.org @@ -1452,7 +1453,7 @@ This is a PHP class for generating PDF documents without requiring external exte
    [ Top ]

    -

    $colxshift = array('x' => 0, 's' => 0, 'p' => 0)

    +

    $colxshift = array('x' => 0, 's' => array('H' => 0, 'V' => 0),'p'=>array('L'=>0,'T'=>0,'R'=>0,'B'=>0))

    [line 1468]

    Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding



    Tags:

    @@ -7368,7 +7369,7 @@ $firstblock = false])
    -

    method addHTMLTOC [line 22820]

    +

    method addHTMLTOC [line 22864]

    @@ -7431,7 +7432,7 @@ $correct_align = true])
    -

    method addHTMLVertSpace [line 21252]

    +

    method addHTMLVertSpace [line 21293]

    @@ -7633,7 +7634,7 @@ $tocpage = false])
    -

    method addPageRegion [line 23913]

    +

    method addPageRegion [line 23957]

    @@ -7744,7 +7745,7 @@ $k)
    -

    method addTOC [line 22648]

    +

    method addTOC [line 22692]

    @@ -8623,7 +8624,7 @@ $addpage = true])
    -

    method checkPageRegions [line 23949]

    +

    method checkPageRegions [line 23993]

    @@ -8879,7 +8880,7 @@ $h)
    -

    method closeHTMLTagHandler [line 20734]

    +

    method closeHTMLTagHandler [line 20778]

    @@ -9107,7 +9108,7 @@ $js = false])
    -

    method commitTransaction [line 22944]

    +

    method commitTransaction [line 22988]

    @@ -9261,7 +9262,7 @@ $s)
    -

    method convertSVGtMatrix [line 24439]

    +

    method convertSVGtMatrix [line 24483]

    @@ -9411,7 +9412,7 @@ $antialias = false])
    -

    method copyPage [line 22578]

    +

    method copyPage [line 22622]

    @@ -9627,7 +9628,7 @@ $fill_color = array()])
    -

    method deletePage [line 22435]

    +

    method deletePage [line 22479]

    @@ -9669,7 +9670,7 @@ $page)
    -

    method drawHTMLTagBorder [line 21294]

    +

    method drawHTMLTagBorder [line 21335]

    @@ -9834,7 +9835,7 @@ $afinish:)
    -

    method empty_string [line 22998]

    +

    method empty_string [line 23042]

    @@ -9918,7 +9919,7 @@ $tocpage = false])
    -

    method endSVGElementHandler [line 25550]

    +

    method endSVGElementHandler [line 25594]

    @@ -9966,7 +9967,7 @@ $name)
    -

    method endTemplate [line 23680]

    +

    method endTemplate [line 23724]

    @@ -10594,7 +10595,7 @@ $position = 'start'])
    -

    method getBorderStartPosition [line 21278]

    +

    method getBorderStartPosition [line 21319]

    @@ -10673,7 +10674,7 @@ $pagenum = ''])
    -

    method getBuffer [line 22111]

    +

    method getBuffer [line 22155]

    @@ -11037,7 +11038,7 @@ $notlast = true])
    -

    method getColumn [line 23149]

    +

    method getColumn [line 23193]

    @@ -11108,6 +11109,54 @@ $style)
    [ Top ]
    +
    + +

    method getCSSBorderMargin [line 17764]

    +
    +
    +
    + array getCSSBorderMargin( +string +$cssbspace, [float +$width = 0]) +
    +

    + + Get the border-spacing from CSS attribute.



    +

    Tags:

    +
    + + + + + + + + + + +
    return:  of border spacings
    since:  5.9.010 (2010-10-27)
    access:  public
    +
    +

    + + +

    Parameters:

    +
    + + + + + + + + + + + +
    string  $cssbspace  border-spacing CSS properties
    float  $width  width of the containing element
    +

    +
    [ Top ]
    +

    method getCSSBorderStyle [line 17605]

    @@ -11194,7 +11243,7 @@ $width)
    -

    method getCSSFontSpacing [line 17762]

    +

    method getCSSFontSpacing [line 17798]

    @@ -11242,7 +11291,7 @@ $parent = 0])
    -

    method getCSSFontStretching [line 17793]

    +

    method getCSSFontStretching [line 17829]

    @@ -11290,11 +11339,11 @@ $parent = 100])
    -

    method getCSSMargin [line 17708]

    +

    method getCSSMargin [line 17710]

    - void getCSSMargin( + array getCSSMargin( string $cssmargin, [float $width = 0]) @@ -11305,6 +11354,9 @@ $width = 0])

    Tags:

    + + + @@ -11335,11 +11387,11 @@ $width = 0])
    -

    method getCSSPadding [line 17655]

    +

    method getCSSPadding [line 17656]

    return:  of cell margins
    since:  5.9.000 (2010-10-04)
    - void getCSSPadding( + array getCSSPadding( string $csspadding, [float $width = 0]) @@ -11350,6 +11402,9 @@ $width = 0])

    Tags:

    + + + @@ -11479,7 +11534,7 @@ $size = 0])
    -

    method getFontBuffer [line 22275]

    +

    method getFontBuffer [line 22319]

    return:  of cell paddings
    since:  5.9.000 (2010-10-04)
    @@ -11609,7 +11664,7 @@ $size = 0])
    -

    method getFontFamilyName [line 23578]

    +

    method getFontFamilyName [line 23622]

    @@ -11744,7 +11799,7 @@ $fontfamily)
    -

    method getFontSpacing [line 23866]

    +

    method getFontSpacing [line 23910]

    @@ -11778,7 +11833,7 @@ $fontfamily)
    -

    method getFontStretching [line 23844]

    +

    method getFontStretching [line 23888]

    @@ -11843,7 +11898,7 @@ $fontfamily)
    -

    method getFontSubsetting [line 23514]

    +

    method getFontSubsetting [line 23558]

    @@ -12006,7 +12061,7 @@ $v)
    -

    method getGraphicVars [line 21902]

    +

    method getGraphicVars [line 21946]

    @@ -12183,7 +12238,7 @@ $v)
    -

    method getHtmlDomArray [line 17863]

    +

    method getHtmlDomArray [line 17899]

    @@ -12222,7 +12277,7 @@ $html)
    -

    method getHTMLUnitToUnits [line 21613]

    +

    method getHTMLUnitToUnits [line 21657]

    @@ -12288,7 +12343,7 @@ $point)
    -

    method getHyphenPatternsFromTEX [line 23315]

    +

    method getHyphenPatternsFromTEX [line 23359]

    @@ -12333,7 +12388,7 @@ $file)
    -

    method getImageBuffer [line 22213]

    +

    method getImageBuffer [line 22257]

    @@ -12603,7 +12658,7 @@ $iminfo = array()])
    -

    method getNumberOfColumns [line 23159]

    +

    method getNumberOfColumns [line 23203]

    @@ -12785,7 +12840,7 @@ $border = 0])
    -

    method getObjFilename [line 22025]

    +

    method getObjFilename [line 22069]

    @@ -12895,7 +12950,7 @@ $prefix)
    -

    method getPageBuffer [line 22154]

    +

    method getPageBuffer [line 22198]

    @@ -13092,7 +13147,7 @@ $pagenum = ''])
    -

    method getPageRegions [line 23878]

    +

    method getPageRegions [line 23922]

    @@ -13219,7 +13274,7 @@ $pagenum = ''])
    -

    method getPathPaintOperator [line 23426]

    +

    method getPathPaintOperator [line 23470]

    @@ -13478,7 +13533,7 @@ $char)
    -

    method getSpaceString [line 18630]

    +

    method getSpaceString [line 18661]

    @@ -13681,7 +13736,7 @@ $getarray = false])
    -

    method getSVGTransformMatrix [line 24325]

    +

    method getSVGTransformMatrix [line 24369]

    @@ -13780,7 +13835,7 @@ $css)
    -

    method getTransformationMatrixProduct [line 24421]

    +

    method getTransformationMatrixProduct [line 24465]

    @@ -13879,7 +13934,7 @@ $mode = 0])
    -

    method getVectorsAngle [line 25069]

    +

    method getVectorsAngle [line 25113]

    @@ -14123,7 +14178,7 @@ $antialias = false])
    -

    method hyphenateText [line 23354]

    +

    method hyphenateText [line 23398]

    @@ -14204,7 +14259,7 @@ $charmax = 8])
    -

    method hyphenateWord [line 23245]

    +

    method hyphenateWord [line 23289]

    @@ -14642,7 +14697,7 @@ $palign)
    -

    method ImageSVG [line 24035]

    +

    method ImageSVG [line 24079]

    @@ -14780,7 +14835,7 @@ $script)
    -

    method intToRoman [line 21692]

    +

    method intToRoman [line 21736]

    @@ -14850,7 +14905,7 @@ $number)
    -

    method isUnicodeFont [line 23566]

    +

    method isUnicodeFont [line 23610]

    @@ -15520,7 +15575,7 @@ $y = ''])
    -

    method movePage [line 22292]

    +

    method movePage [line 22336]

    @@ -15706,7 +15761,7 @@ $fitcell = false])
    -

    method objclone [line 22987]

    +

    method objclone [line 23031]

    @@ -15779,7 +15834,7 @@ $object)
    -

    method openHTMLTagHandler [line 20121]

    +

    method openHTMLTagHandler [line 20161]

    @@ -16390,7 +16445,7 @@ $closed)
    -

    method printTemplate [line 23709]

    +

    method printTemplate [line 23753]

    @@ -16477,7 +16532,7 @@ $fitonpage = false])
    -

    method putHtmlListBullet [line 21757]

    +

    method putHtmlListBullet [line 21801]

    @@ -16696,7 +16751,7 @@ $js = false])
    -

    method readDiskCache [line 22065]

    +

    method readDiskCache [line 22109]

    @@ -17005,7 +17060,7 @@ $r:)
    -

    method removePageRegion [line 23932]

    +

    method removePageRegion [line 23976]

    @@ -17092,7 +17147,7 @@ $txt = ''])
    -

    method replaceBuffer [line 22093]

    +

    method replaceBuffer [line 22137]

    @@ -17159,7 +17214,7 @@ $data)
    -

    method revstrpos [line 23011]

    +

    method revstrpos [line 23055]

    @@ -17264,7 +17319,7 @@ $length)
    -

    method rollbackTransaction [line 22958]

    +

    method rollbackTransaction [line 23002]

    @@ -17762,7 +17817,7 @@ $y = ''])
    -

    method segSVGContentHandler [line 25619]

    +

    method segSVGContentHandler [line 25663]

    @@ -17810,7 +17865,7 @@ $data)
    -

    method selectColumn [line 23074]

    +

    method selectColumn [line 23118]

    @@ -17849,7 +17904,7 @@ $col = ''])
    -

    method serializeTCPDFtagParameters [line 23170]

    +

    method serializeTCPDFtagParameters [line 23214]

    @@ -18062,7 +18117,7 @@ $bc = ''])
    -

    method SetBooklet [line 21527]

    +

    method SetBooklet [line 21571]

    @@ -18113,7 +18168,7 @@ $outer = -1])
    -

    method setBuffer [line 22075]

    +

    method setBuffer [line 22119]

    @@ -18353,7 +18408,7 @@ $bottom = ''])
    -

    method setColumnsArray [line 23061]

    +

    method setColumnsArray [line 23105]

    @@ -18809,7 +18864,7 @@ $tint = 100])
    -

    method setEqualColumns [line 23028]

    +

    method setEqualColumns [line 23072]

    @@ -19118,7 +19173,7 @@ $subset = 'default'])
    -

    method setFontBuffer [line 22229]

    +

    method setFontBuffer [line 22273]

    @@ -19211,7 +19266,7 @@ $out = true])
    -

    method setFontSpacing [line 23855]

    +

    method setFontSpacing [line 23899]

    @@ -19253,7 +19308,7 @@ $spacing = 0])
    -

    method setFontStretching [line 23833]

    +

    method setFontStretching [line 23877]

    @@ -19295,7 +19350,7 @@ $perc = 100])
    -

    method setFontSubBuffer [line 22255]

    +

    method setFontSubBuffer [line 22299]

    @@ -19346,7 +19401,7 @@ $data)
    -

    method setFontSubsetting [line 23503]

    +

    method setFontSubsetting [line 23547]

    @@ -19533,7 +19588,7 @@ $prop = array()])
    -

    method setGraphicVars [line 21962]

    +

    method setGraphicVars [line 22006]

    @@ -19735,7 +19790,7 @@ $hm = 10])
    -

    method setHtmlLinksStyle [line 21598]

    +

    method setHtmlLinksStyle [line 21642]

    @@ -19780,7 +19835,7 @@ $fontstyle = 'U'])
    -

    method setHtmlVSpace [line 21567]

    +

    method setHtmlVSpace [line 21611]

    @@ -19819,7 +19874,7 @@ $tagvs)
    -

    method setImageBuffer [line 22170]

    +

    method setImageBuffer [line 22214]

    @@ -19906,7 +19961,7 @@ $scale)
    -

    method setImageSubBuffer [line 22193]

    +

    method setImageSubBuffer [line 22237]

    @@ -20312,7 +20367,7 @@ $page = -1])
    -

    method setListIndentWidth [line 21577]

    +

    method setListIndentWidth [line 21621]

    @@ -20351,7 +20406,7 @@ $width)
    -

    method setLIsymbol [line 21488]

    +

    method setLIsymbol [line 21532]

    @@ -20450,7 +20505,7 @@ $keepmargins = false])
    -

    method setOpenCell [line 21587]

    +

    method setOpenCell [line 21631]

    @@ -20612,7 +20667,7 @@ $points = false])
    -

    method setPageBuffer [line 22127]

    +

    method setPageBuffer [line 22171]

    @@ -20790,7 +20845,7 @@ $bottommargin = ''])
    -

    method setPageRegions [line 23893]

    +

    method setPageRegions [line 23937]

    @@ -21057,7 +21112,7 @@ $pubkeys = null])
    -

    method setRasterizeVectorImages [line 23400]

    +

    method setRasterizeVectorImages [line 23444]

    @@ -21408,7 +21463,7 @@ $subject)
    -

    method setSVGStyles [line 24478]

    +

    method setSVGStyles [line 24522]

    @@ -21661,7 +21716,7 @@ $color)
    -

    method setTextRenderingMode [line 23182]

    +

    method setTextRenderingMode [line 23226]

    @@ -22583,7 +22638,7 @@ $page = ''])
    -

    method startSVGElementHandler [line 25093]

    +

    method startSVGElementHandler [line 25137]

    @@ -22643,7 +22698,7 @@ $ctm = array()])
    -

    method startTemplate [line 23620]

    +

    method startTemplate [line 23664]

    @@ -22697,7 +22752,7 @@ $h = 0])
    -

    method startTransaction [line 22927]

    +

    method startTransaction [line 22971]

    diff --git a/tcpdf.php b/tcpdf.php index 65852f2..0603366 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,9 +1,9 @@ * TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
    * @name TCPDF * @package com.tecnick.tcpdf -* @version 5.9.009 +* @version 5.9.010 * @author Nicola Asuni - info@tecnick.com * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL @@ -1465,7 +1465,7 @@ class TCPDF { * @access protected * @since 5.8.000 (2010-08-11) */ - protected $colxshift = array('x' => 0, 's' => 0, 'p' => 0); + protected $colxshift = array('x' => 0, 's' => array('H' => 0, 'V' => 0), 'p' => array('L' => 0, 'T' => 0, 'R' => 0, 'B' => 0)); /** * Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping. @@ -17649,6 +17649,7 @@ class TCPDF { * Get the internal Cell padding from CSS attribute. * @param string $csspadding padding properties * @param float $width width of the containing element + * @return array of cell paddings * @access public * @since 5.9.000 (2010-10-04) */ @@ -17702,6 +17703,7 @@ class TCPDF { * Get the internal Cell margin from CSS attribute. * @param string $cssmargin margin properties * @param float $width width of the containing element + * @return array of cell margins * @access public * @since 5.9.000 (2010-10-04) */ @@ -17751,6 +17753,40 @@ class TCPDF { return $cell_margin; } + /** + * Get the border-spacing from CSS attribute. + * @param string $cssbspace border-spacing CSS properties + * @param float $width width of the containing element + * @return array of border spacings + * @access public + * @since 5.9.010 (2010-10-27) + */ + public function getCSSBorderMargin($cssbspace, $width=0) { + $space = preg_split('/[\s]+/', trim($cssbspace)); + $border_spacing = array(); // value to be returned + switch (count($space)) { + case 2: { + $border_spacing['H'] = $space[0]; + $border_spacing['V'] = $space[1]; + break; + } + case 1: { + $border_spacing['H'] = $space[0]; + $border_spacing['V'] = $space[0]; + break; + } + default: { + return array('H' => 0, 'V' => 0); + } + } + if ($width == 0) { + $width = $this->w - $this->lMargin - $this->rMargin; + } + $border_spacing['H'] = $this->getHTMLUnitToUnits($border_spacing['H'], $width, 'px', false); + $border_spacing['V'] = $this->getHTMLUnitToUnits($border_spacing['V'], $width, 'px', false); + return $border_spacing; + } + /** * Returns the letter-spacing value from CSS value * @param string $spacing letter-spacing value @@ -18086,17 +18122,8 @@ class TCPDF { $dom[($dom[$key]['parent'])]['content'] .= $a[$dom[$i]['elkey']]; } $key = $i; - $parent_table = $dom[$dom[$dom[($dom[$key]['parent'])]['parent']]['parent']]; - $parent_padding = 0; - $parent_spacing = 0; - if (isset($parent_table['attribute']['cellpadding'])) { - $parent_padding = $this->getHTMLUnitToUnits($parent_table['attribute']['cellpadding'], 1, 'px'); - } - if (isset($parent_table['attribute']['cellspacing'])) { - $parent_spacing = $this->getHTMLUnitToUnits($parent_table['attribute']['cellspacing'], 1, 'px'); - } // mark nested tables - $dom[($dom[$key]['parent'])]['content'] = str_replace('', '', $dom[($dom[$key]['parent'])]['content']); $dom[($dom[$key]['parent'])]['content'] = str_replace('', '', $dom[($dom[$key]['parent'])]['content']); @@ -18433,6 +18460,10 @@ class TCPDF { $dom[$key]['margin'][$psk] = $this->getHTMLUnitToUnits(str_replace('auto', '0', $dom[$key]['style']['margin-'.$psv]), 0, 'px', false); } } + // check for CSS border-spacing properties + if (isset($dom[$key]['style']['border-spacing'])) { + $dom[$key]['border-spacing'] = $this->getCSSBorderMargin($dom[$key]['style']['border-spacing']); + } // page-break-inside if (isset($dom[$key]['style']['page-break-inside']) AND ($dom[$key]['style']['page-break-inside'] == 'avoid')) { $dom[$key]['attribute']['nobr'] = 'true'; @@ -18857,6 +18888,8 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: // fix table border properties if (isset($dom[$dom[$key]['parent']]['attribute']['cellspacing'])) { $tmp_cellspacing = $this->getHTMLUnitToUnits($dom[$dom[$key]['parent']]['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($dom[$dom[$key]['parent']]['border-spacing'])) { + $tmp_cellspacing = $dom[$dom[$key]['parent']]['border-spacing']['V']; } else { $tmp_cellspacing = 0; } @@ -19512,10 +19545,14 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: } else { $wtmp = $this->w - $this->rMargin - $this->x; } + // get cell spacing if (isset($dom[$key]['attribute']['cellspacing'])) { - $cellspacing = $this->getHTMLUnitToUnits($dom[$key]['attribute']['cellspacing'], 1, 'px'); + $clsp = $this->getHTMLUnitToUnits($dom[$key]['attribute']['cellspacing'], 1, 'px'); + $cellspacing = array('H' => $clsp, 'V' => $clsp); + } elseif (isset($dom[$key]['border-spacing'])) { + $cellspacing = $dom[$key]['border-spacing']; } else { - $cellspacing = 0; + $cellspacing = array('H' => 0, 'V' => 0); } // table width if (isset($dom[$key]['width'])) { @@ -19523,17 +19560,17 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: } else { $table_width = $wtmp; } - $table_width -= (2 * $cellspacing); + $table_width -= (2 * $cellspacing['H']); if (!$this->inthead) { - $this->y += $cellspacing; + $this->y += $cellspacing['V']; } if ($this->rtl) { - $cellspacingx = -$cellspacing; + $cellspacingx = -$cellspacing['H']; } else { - $cellspacingx = $cellspacing; + $cellspacingx = $cellspacing['H']; } // total table width without cellspaces - $table_columns_width = ($table_width - ($cellspacing * ($dom[$key]['cols'] - 1))); + $table_columns_width = ($table_width - ($cellspacing['H'] * ($dom[$key]['cols'] - 1))); // minimum column width $table_min_column_width = ($table_columns_width / $dom[$key]['cols']); // array of custom column widths @@ -19559,11 +19596,14 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $colspan = $dom[$key]['attribute']['colspan']; $old_cell_padding = $this->cell_padding; if (isset($dom[($dom[$trid]['parent'])]['attribute']['cellpadding'])) { - $current_cell_padding = $this->getHTMLUnitToUnits($dom[($dom[$trid]['parent'])]['attribute']['cellpadding'], 1, 'px'); + $crclpd = $this->getHTMLUnitToUnits($dom[($dom[$trid]['parent'])]['attribute']['cellpadding'], 1, 'px'); + $current_cell_padding = array('L' => $crclpd, 'T' => $crclpd, 'R' => $crclpd, 'B' => $crclpd); + } elseif (isset($dom[($dom[$trid]['parent'])]['padding'])) { + $current_cell_padding = $dom[($dom[$trid]['parent'])]['padding']; } else { - $current_cell_padding = 0; + $current_cell_padding = array('L' => 0, 'T' => 0, 'R' => 0, 'B' => 0); } - $this->SetCellPadding($current_cell_padding); + $this->cell_padding = $current_cell_padding; if (isset($dom[$key]['height'])) { // minimum cell height $cellh = $this->getHTMLUnitToUnits($dom[$key]['height'], 0, 'px'); @@ -19630,8 +19670,8 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: } } if (($trwsp['rowspan'] > 0) - AND ($rsstartx > ($this->x - $cellspacing - $current_cell_padding - $this->feps)) - AND ($rsstartx < ($this->x + $cellspacing + $current_cell_padding + $this->feps)) + AND ($rsstartx > ($this->x - $cellspacing['H'] - $current_cell_padding['L'] - $this->feps)) + AND ($rsstartx < ($this->x + $cellspacing['H'] + $current_cell_padding['R'] + $this->feps)) AND (($trwsp['starty'] < ($this->y - $this->feps)) OR ($trwsp['startpage'] < $this->page) OR ($trwsp['startcolumn'] < $this->current_column))) { // set the starting X position of the current cell $this->x = $rsendx + $cellspacingx; @@ -19667,7 +19707,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $cellw += $table_colwidths[($colid + $i)]; } } - $cellw += (($colspan - 1) * $cellspacing); + $cellw += (($colspan - 1) * $cellspacing['H']); // increment column indicator $colid += $colspan; // add rowspan information to table element @@ -19698,7 +19738,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: // ****** write the cell content ****** $this->MultiCell($cellw, $cellh, $cell_content, false, $lalign, false, 2, '', '', true, 0, true); // restore some values - $this->colxshift = array('x' => 0, 's' => 0, 'p' => 0); + $this->colxshift = array('x' => 0, 's' => array('H' => 0, 'V' => 0), 'p' => array('L' => 0, 'T' => 0, 'R' => 0, 'B' => 0)); $this->lasth = $prevLastH; $this->cell_padding = $old_cell_padding; $dom[$trid]['cellpos'][($cellid - 1)]['endx'] = $this->x; @@ -20180,9 +20220,13 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: if (isset($tag['attribute']['cellpadding'])) { $pad = $this->getHTMLUnitToUnits($tag['attribute']['cellpadding'], 1, 'px'); $this->SetCellPadding($pad); + } elseif (isset($tag['padding'])) { + $this->cell_padding = $tag['padding']; } if (isset($tag['attribute']['cellspacing'])) { $cs = $this->getHTMLUnitToUnits($tag['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($tag['border-spacing'])) { + $cs = $tag['border-spacing']['V']; } $prev_y = $this->y; if ($this->checkPageBreak(((2 * $cp) + (2 * $cs) + $this->lasth), '', false) OR ($this->y < $prev_y)) { @@ -20821,8 +20865,9 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: } $this->y = $dom[($dom[$key]['parent'])]['endy']; if (isset($dom[$table_el]['attribute']['cellspacing'])) { - $cellspacing = $this->getHTMLUnitToUnits($dom[$table_el]['attribute']['cellspacing'], 1, 'px'); - $this->y += $cellspacing; + $this->y += $this->getHTMLUnitToUnits($dom[$table_el]['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($dom[$table_el]['border-spacing'])) { + $this->y += $dom[$table_el]['border-spacing']['V']; } $this->Ln(0, $cell); if ($this->current_column == $parent['startcolumn']) { @@ -20852,11 +20897,6 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $border = 0; } $default_border = $border; - if (isset($table_el['attribute']['cellspacing'])) { - $cellspacing = $this->getHTMLUnitToUnits($table_el['attribute']['cellspacing'], 1, 'px'); - } else { - $cellspacing = 0; - } // fix bottom line alignment of last line before page break foreach ($dom[($dom[$key]['parent'])]['trids'] as $j => $trkey) { // update row-spanned cells @@ -21082,8 +21122,9 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $border = $default_border; } // end for each cell on the row if (isset($table_el['attribute']['cellspacing'])) { - $cellspacing = $this->getHTMLUnitToUnits($table_el['attribute']['cellspacing'], 1, 'px'); - $this->y += $cellspacing; + $this->y += $this->getHTMLUnitToUnits($table_el['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($table_el['border-spacing'])) { + $this->y += $table_el['border-spacing']['V']; } $this->Ln(0, $cell); $this->x = $parent['startx']; @@ -21321,9 +21362,12 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: return; } if (isset($tag['attribute']['cellspacing'])) { - $cellspacing = $this->getHTMLUnitToUnits($tag['attribute']['cellspacing'], 1, 'px'); + $clsp = $this->getHTMLUnitToUnits($tag['attribute']['cellspacing'], 1, 'px'); + $cellspacing = array('H' => $clsp, 'V' => $clsp); + } elseif (isset($tag['border-spacing'])) { + $cellspacing = $tag['border-spacing']; } else { - $cellspacing = 0; + $cellspacing = array('H' => 0, 'V' => 0); } if (($tag['value'] != 'table') AND (is_array($border)) AND (!empty($border))) { // draw the border externally respect the sqare edge. @@ -21343,13 +21387,13 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: if ($w <= 0) { return; } - $w += $cellspacing; + $w += $cellspacing['H']; $startpage = $tag['borderposition']['page']; $startcolumn = $tag['borderposition']['column']; $x = $tag['borderposition']['x']; $y = $tag['borderposition']['y']; $endpage = $this->page; - $starty = $tag['borderposition']['y'] - $cellspacing; + $starty = $tag['borderposition']['y'] - $cellspacing['V']; $currentY = $this->y; $this->x = $x; // get latest column @@ -21384,7 +21428,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: $this->selectColumn($column); if ($startcolumn == $endcolumn) { // single column $cborder = $border; - $h = ($currentY - $y) + $cellspacing; + $h = ($currentY - $y) + $cellspacing['V']; $this->y = $starty; } elseif ($column == $startcolumn) { // first column $cborder = $border_start; @@ -23119,7 +23163,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: if ($enable_thead) { // print table header $this->writeHTML($this->thead, false, false, false, false, ''); - $this->y += $xshift['s']; + $this->y += $xshift['s']['V']; // store end of header position if (!isset($this->columns[$col]['th'])) { $this->columns[$col]['th'] = array(); @@ -23133,10 +23177,10 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: // account for an html table cell over multiple columns if ($this->rtl) { $this->rMargin += $xshift['x']; - $this->x -= ($xshift['x'] + $xshift['p']); + $this->x -= ($xshift['x'] + $xshift['p']['R']); } else { $this->lMargin += $xshift['x']; - $this->x += $xshift['x'] + $xshift['p']; + $this->x += $xshift['x'] + $xshift['p']['L']; } }
    @@ -22787,7 +22842,7 @@ $h = 0])
    -

    method stringLeftTrim [line 23527]

    +

    method stringLeftTrim [line 23571]

    diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html index eb436b8..4e1fc76 100644 --- a/doc/li_com-tecnick-tcpdf.html +++ b/doc/li_com-tecnick-tcpdf.html @@ -68,7 +68,7 @@ This documentation was generated by phpDocumentor v1.4.3

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/index.html b/doc/index.html index eb436b8..4e1fc76 100644 --- a/doc/index.html +++ b/doc/index.html @@ -68,7 +68,7 @@ This documentation was generated by phpDocumentor v1.4.3

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    @@ -22838,7 +22893,7 @@ $replace = ''])
    -

    method stringRightTrim [line 23540]

    +

    method stringRightTrim [line 23584]

    diff --git a/doc/errors.html b/doc/errors.html index c1cf6cc..ac6a887 100644 --- a/doc/errors.html +++ b/doc/errors.html @@ -35,7 +35,7 @@ Post-parsing

    - Documentation generated on Thu, 21 Oct 2010 22:27:26 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:47 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index ea33ba3..7067f59 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -816,6 +816,8 @@
    in file pdf417.php, method PDF417::getCompaction()
        Compact data by mode.
    getCSSBorderDashStyle
    in file tcpdf.php, method TCPDF::getCSSBorderDashStyle()
        Returns the border dash style from CSS property
    +
    getCSSBorderMargin
    +
    in file tcpdf.php, method TCPDF::getCSSBorderMargin()
        Get the border-spacing from CSS attribute.
    getCSSBorderStyle
    in file tcpdf.php, method TCPDF::getCSSBorderStyle()
        Returns the border style array from CSS border properties
    getCSSBorderWidth
    @@ -2165,7 +2167,7 @@ top

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    @@ -22889,7 +22944,7 @@ $replace = ''])
    -

    method stringTrim [line 23553]

    +

    method stringTrim [line 23597]

    diff --git a/doc/elementindex.html b/doc/elementindex.html index a9ebd5c..cfc310f 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -609,6 +609,8 @@
    in file pdf417.php, method PDF417::getCompaction()
        Compact data by mode.
    getCSSBorderDashStyle
    in file tcpdf.php, method TCPDF::getCSSBorderDashStyle()
        Returns the border dash style from CSS property
    +
    getCSSBorderMargin
    +
    in file tcpdf.php, method TCPDF::getCSSBorderMargin()
        Get the border-spacing from CSS attribute.
    getCSSBorderStyle
    in file tcpdf.php, method TCPDF::getCSSBorderStyle()
        Returns the border style array from CSS border properties
    getCSSBorderWidth
    @@ -2132,7 +2134,7 @@ top

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/_unicode_data.php.html b/doc/com-tecnick-tcpdf/_unicode_data.php.html index 839393f..dcc59b4 100644 --- a/doc/com-tecnick-tcpdf/_unicode_data.php.html +++ b/doc/com-tecnick-tcpdf/_unicode_data.php.html @@ -103,7 +103,7 @@ Unicode data class for TCPDF library.




    - Documentation generated on Thu, 21 Oct 2010 22:27:25 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:46 +0200 by phpDocumentor 1.4.3
    @@ -22940,7 +22995,7 @@ $replace = ''])
    -

    method SVGPath [line 24749]

    +

    method SVGPath [line 24793]

    diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html index 225e7f1..3f65c19 100644 --- a/doc/com-tecnick-tcpdf/_tcpdf.php.html +++ b/doc/com-tecnick-tcpdf/_tcpdf.php.html @@ -83,7 +83,7 @@ This is a PHP class for generating PDF documents without requiring external exte - + @@ -112,7 +112,7 @@ main configuration file

    (define the K_TCPDF_EXTERNAL_CONFIG consta

    @@ -22991,7 +23046,7 @@ $style = ''])
    -

    method SVGTransform [line 24459]

    +

    method SVGTransform [line 24503]

    diff --git a/doc/com-tecnick-tcpdf/_qrcode.php.html b/doc/com-tecnick-tcpdf/_qrcode.php.html index 081e592..feab410 100644 --- a/doc/com-tecnick-tcpdf/_qrcode.php.html +++ b/doc/com-tecnick-tcpdf/_qrcode.php.html @@ -481,7 +481,7 @@ string $string, [int $split_length = 1])

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:41 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/_pdf417.php.html b/doc/com-tecnick-tcpdf/_pdf417.php.html index 9f2c77e..d218bb2 100644 --- a/doc/com-tecnick-tcpdf/_pdf417.php.html +++ b/doc/com-tecnick-tcpdf/_pdf417.php.html @@ -158,7 +158,7 @@ Class to create PDF417 barcode arrays for TCPDF class.

    PDF417 (ISO


    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    @@ -23030,7 +23085,7 @@ $tm)
    -

    method swapMargins [line 21543]

    +

    method swapMargins [line 21587]

    diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html index 9da381d..a2e26be 100644 --- a/doc/com-tecnick-tcpdf/_htmlcolors.php.html +++ b/doc/com-tecnick-tcpdf/_htmlcolors.php.html @@ -98,7 +98,7 @@ Array of WEB safe colors.




    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html index 3ac9617..3202c63 100644 --- a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html +++ b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html @@ -543,7 +543,7 @@ Configuration file for TCPDF.




    - Documentation generated on Thu, 21 Oct 2010 22:27:25 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:46 +0200 by phpDocumentor 1.4.3
    @@ -24479,7 +24534,7 @@ $code)
    -

    method writeDiskCache [line 22037]

    +

    method writeDiskCache [line 22081]

    diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html index 1812fdc..d88d676 100644 --- a/doc/com-tecnick-tcpdf/_barcodes.php.html +++ b/doc/com-tecnick-tcpdf/_barcodes.php.html @@ -106,7 +106,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/_2dbarcodes.php.html b/doc/com-tecnick-tcpdf/_2dbarcodes.php.html index 86b1ac5..1841eae 100644 --- a/doc/com-tecnick-tcpdf/_2dbarcodes.php.html +++ b/doc/com-tecnick-tcpdf/_2dbarcodes.php.html @@ -106,7 +106,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    @@ -24536,7 +24591,7 @@ $file)
    -

    method writeHTML [line 18674]

    +

    method writeHTML [line 18705]

    diff --git a/doc/com-tecnick-tcpdf/TCPDF_UNICODE_DATA.html b/doc/com-tecnick-tcpdf/TCPDF_UNICODE_DATA.html index 67a5dce..4894e72 100644 --- a/doc/com-tecnick-tcpdf/TCPDF_UNICODE_DATA.html +++ b/doc/com-tecnick-tcpdf/TCPDF_UNICODE_DATA.html @@ -18704,7 +18704,7 @@ This is a PHP class containing Unicde data for TCPDF library



    - Documentation generated on Thu, 21 Oct 2010 22:27:25 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:46 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html index ba210be..7ee26ac 100644 --- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html @@ -1378,7 +1378,7 @@ $type)

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    @@ -24602,7 +24657,7 @@ $align = ''])
    -

    method writeHTMLCell [line 18658]

    +

    method writeHTMLCell [line 18689]

    diff --git a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html index e5f6f2a..4cb01d1 100644 --- a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html @@ -300,7 +300,7 @@ $type)

    - Documentation generated on Thu, 21 Oct 2010 22:27:19 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:40 +0200 by phpDocumentor 1.4.3
    @@ -28190,7 +28245,7 @@ $file)

    - Documentation generated on Thu, 21 Oct 2010 22:27:21 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:42 +0200 by phpDocumentor 1.4.3
    author:  Nicola Asuni
    version:  5.9.009version:  5.9.010
    copyright:  2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
    - PDF_PRODUCER = 'TCPDF 5.9.009 (http://www.tcpdf.org)' + PDF_PRODUCER = 'TCPDF 5.9.010 (http://www.tcpdf.org)'
    @@ -123,7 +123,7 @@ main configuration file

    (define the K_TCPDF_EXTERNAL_CONFIG consta


    - Documentation generated on Thu, 21 Oct 2010 22:27:21 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 27 Oct 2010 19:13:42 +0200 by phpDocumentor 1.4.3