From 928832f05b8b5198310dea3331bf57ea3bd1a250 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Thu, 6 May 2010 12:39:42 +0200 Subject: [PATCH] 5.0.001 --- CHANGELOG.TXT | 5 + README.TXT | 4 +- doc/classtrees_com-tecnick-tcpdf.html | 2 +- doc/com-tecnick-tcpdf/QRcode.html | 2 +- doc/com-tecnick-tcpdf/TCPDF.html | 1014 ++++++++++------- doc/com-tecnick-tcpdf/TCPDF2DBarcode.html | 2 +- doc/com-tecnick-tcpdf/TCPDFBarcode.html | 2 +- doc/com-tecnick-tcpdf/_2dbarcodes.php.html | 2 +- doc/com-tecnick-tcpdf/_barcodes.php.html | 2 +- .../_config---tcpdf_config.php.html | 2 +- doc/com-tecnick-tcpdf/_htmlcolors.php.html | 2 +- doc/com-tecnick-tcpdf/_qrcode.php.html | 2 +- doc/com-tecnick-tcpdf/_tcpdf.php.html | 6 +- doc/com-tecnick-tcpdf/_unicode_data.php.html | 2 +- doc/elementindex.html | 16 +- doc/elementindex_com-tecnick-tcpdf.html | 16 +- doc/errors.html | 7 +- doc/index.html | 2 +- doc/li_com-tecnick-tcpdf.html | 2 +- examples/example_045.php | 7 +- examples/index.php | 1 + tcpdf.php | 186 ++- 22 files changed, 859 insertions(+), 427 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 1f6de85..36e6280 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,8 @@ +5.0.001 (2010-05-06) + - Protected method _putstream was re-added for backward compatibility. + - The following method were added to display HTML Table Of Content (see example n. 59): + addTOCPage(), endTOCPage(), addHTMLTOC(). + 5.0.000 (2010-05-05) - Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported. - Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library. diff --git a/README.TXT b/README.TXT index b9a631b..3ed13b5 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 5.0.000 -Release date: 2010-05-05 +Version: 5.0.001 +Release date: 2010-05-06 Author: Nicola Asuni Copyright (c) 2001-2010: diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index cca331e..2f78f8d 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -55,7 +55,7 @@

- Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:33 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/QRcode.html b/doc/com-tecnick-tcpdf/QRcode.html index 5719514..5e4c641 100644 --- a/doc/com-tecnick-tcpdf/QRcode.html +++ b/doc/com-tecnick-tcpdf/QRcode.html @@ -5548,7 +5548,7 @@ $frame)

- Documentation generated on Wed, 05 May 2010 11:56:13 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:34 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index e13e38e..e25514c 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -80,7 +80,7 @@ Source Location: /tcpdf.php

Version:

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

  • $title
  • $tMargin
  • $tmprtl
  • +
  • $tocpage
  • $transfmatrix
  • $transfmatrix_key
  • $transfmrk
  • @@ -322,12 +323,14 @@ Source Location: /tcpdf.php

  • addExtGState
  • AddFont
  • addHtmlLink
  • +
  • addHTMLTOC
  • addHTMLVertSpace
  • addJavascriptObject
  • AddLink
  • AddPage
  • AddSpotColor
  • addTOC
  • +
  • addTOCPage
  • AliasNbPages
  • AliasNumPage
  • Annotation
  • @@ -356,6 +359,7 @@ Source Location: /tcpdf.php

  • empty_string
  • endPage
  • endSVGElementHandler
  • +
  • endTOCPage
  • Error
  • Footer
  • formatPageNumber
  • @@ -663,6 +667,7 @@ Source Location: /tcpdf.php

  • _putshaders
  • _putsignature
  • _putspotcolors
  • +
  • _putstream
  • _puttrailer
  • _puttruetypeunicode
  • _putviewerpreferences
  • @@ -701,7 +706,7 @@ This is a PHP class for generating PDF documents without requiring external exte author:  Nicola Asuni - info@tecnick.com - version:  5.0.000 + version:  5.0.001 link:  http://www.tcpdf.org @@ -5224,7 +5229,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $rasterize_vector_images =  false

    -

    [line 1560]

    +

    [line 1566]



    Tags:

    @@ -5635,7 +5640,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgclipid =  0

    -

    [line 1623]

    +

    [line 1629]



    Tags:

    @@ -5665,7 +5670,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgclipmode =  false

    -

    [line 1609]

    +

    [line 1615]



    Tags:

    @@ -5695,7 +5700,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgclippaths = array()

    -

    [line 1616]

    +

    [line 1622]



    Tags:

    @@ -5725,7 +5730,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgdefs = array()

    -

    [line 1602]

    +

    [line 1608]



    Tags:

    @@ -5755,7 +5760,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgdefsmode =  false

    -

    [line 1595]

    +

    [line 1601]



    Tags:

    @@ -5785,7 +5790,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgdir =  ''

    -

    [line 1567]

    +

    [line 1573]



    Tags:

    @@ -5815,7 +5820,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svggradientid =  0

    -

    [line 1588]

    +

    [line 1594]



    Tags:

    @@ -5845,7 +5850,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svggradients = array()

    -

    [line 1581]

    +

    [line 1587]



    Tags:

    @@ -5875,7 +5880,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode')

    -

    [line 1637]

    +

    [line 1643]



    Tags:

    @@ -5968,7 +5973,7 @@ This is a PHP class for generating PDF documents without requiring external exte          'writing-mode' => 'lr-tb',
             'text-color' => 'black',
             'transfmatrix' => array(1, 0, 0, 1, 0, 0))) -

    [line 1644]

    +

    [line 1650]



    Tags:

    @@ -5998,7 +6003,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgtext =  ''

    -

    [line 1630]

    +

    [line 1636]



    Tags:

    @@ -6028,7 +6033,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $svgunit =  'px'

    -

    [line 1574]

    +

    [line 1580]



    Tags:

    @@ -6348,6 +6353,33 @@ This is a PHP class for generating PDF documents without requiring external exte Type:   used + + +


    +
    [ Top ]

    + +

    +

    $tocpage =  false

    +

    [line 1559]

    +

    +

    Tags:

    +
    + + + + + + + +
    var:  when we are on TOC (Table Of Content) page
    access:  protected
    +
    + +
    +
    + + + +
    Type:  true


    @@ -6820,7 +6852,7 @@ This is a PHP class for generating PDF documents without requiring external exte
    -

    constructor __construct [line 1727]

    +

    constructor __construct [line 1733]

    @@ -6889,7 +6921,7 @@ $diskcache = false])
    -

    destructor __destruct [line 1855]

    +

    destructor __destruct [line 1861]

    @@ -6917,7 +6949,7 @@ $diskcache = false])
    -

    method AcceptPageBreak [line 3946]

    +

    method AcceptPageBreak [line 3983]

    @@ -6948,7 +6980,7 @@ $diskcache = false])
    -

    method addExtGState [line 12064]

    +

    method addExtGState [line 12111]

    @@ -6996,7 +7028,7 @@ $params)
    -

    method AddFont [line 3446]

    +

    method AddFont [line 3483]

    @@ -7053,7 +7085,7 @@ $fontfile = ''])
    -

    method addHtmlLink [line 8546]

    +

    method addHtmlLink [line 8593]

    @@ -7126,9 +7158,72 @@ $firstblock = false])
    [ Top ]
    +
    + +

    method addHTMLTOC [line 17698]

    +
    +
    +
    + void addHTMLTOC( +[int +$page = ''], [string +$toc_name = 'TOC'], [array +$templates = array()], [ +$correct_align = true]) +
    +

    + + Output a Table Of Content Index (TOC) using HTML templates.

    Before calling this method you have to open the page using the addTOCPage() method. After calling this method you have to call endTOCPage() to close the TOC page.




    +

    Tags:

    +
    + + + + + + + + + + + + + +
    author:  Nicola Asuni
    see:  TCPDF::addTOCPage(), TCPDF::endTOCPage(), TCPDF::addTOC()
    since:  5.0.001 (2010-05-06)
    access:  public
    +
    +

    + + +

    Parameters:

    +
    + + + + + + + + + + + + + + + + + + + + + +
    int  $page  page number where this TOC should be inserted (leave empty for current page).
    string  $toc_name  name to use for TOC bookmark.
    array  $templates  array of html templates. Use: #TOC_DESCRIPTION# for bookmark title, #TOC_PAGE_NUMBER# for page number.
      $correct_align  
    +

    +
    [ Top ]
    +

    -

    method addHTMLVertSpace [line 16420]

    +

    method addHTMLVertSpace [line 16467]

    @@ -7182,7 +7277,7 @@ $firstorlast = false])
    -

    method addJavascriptObject [line 10696]

    +

    method addJavascriptObject [line 10743]

    @@ -7233,7 +7328,7 @@ $onload = false])
    -

    method AddLink [line 3748]

    +

    method AddLink [line 3785]

    @@ -7264,7 +7359,7 @@ $onload = false])
    -

    method AddPage [line 2628]

    +

    method AddPage [line 2657]

    @@ -7272,7 +7367,8 @@ $onload = false]) [string $orientation = ''], [mixed $format = ''], [boolean -$keepmargins = false]) +$keepmargins = false], [boolean +$tocpage = false])

    @@ -7281,7 +7377,7 @@ $keepmargins = false])
    - + @@ -7311,6 +7407,11 @@ $keepmargins = false]) + + + + +
    see:  TCPDF::startPage(), TCPDF::endPage()see:  TCPDF::startPage(), TCPDF::endPage(), TCPDF::addTOCPage(), TCPDF::endTOCPage()
    since:  1.0 boolean   $keepmargins   if true overwrites the default page margins with the current margins
    boolean  $tocpage  if true set the tocpage state to true (the added page will be used to display Table Of Content).

    @@ -7318,7 +7419,7 @@ $keepmargins = false])

    -

    method AddSpotColor [line 3065]

    +

    method AddSpotColor [line 3102]

    @@ -7384,7 +7485,7 @@ $k)
    -

    method addTOC [line 17499]

    +

    method addTOC [line 17548]

    @@ -7397,13 +7498,16 @@ $toc_name = 'TOC'])

    - Output a Table of Content Index (TOC).

    After calling this method you have to call addPage() to add other content. You can override this method to achieve different styles.




    + Output a Table of Content Index (TOC).

    Before calling this method you have to open the page using the addTOCPage() method. After calling this method you have to call endTOCPage() to close the TOC page. You can override this method to achieve different styles.




    Tags:

    + + + @@ -7442,9 +7546,63 @@ $toc_name = 'TOC'])
    [ Top ]
    +
    + +

    method addTOCPage [line 2632]

    +
    +
    author:  Nicola Asuni
    see:  TCPDF::addTOCPage(), TCPDF::endTOCPage(), TCPDF::addHTMLTOC()
    since:  4.5.000 (2009-01-02)
    +
    + void addTOCPage( +[string +$orientation = ''], [ +$format = ''], [boolean +$keepmargins = false]) +
    +

    + + Adds a new TOC (Table Of Content) page to the document.



    +

    Tags:

    +
    + + + + + + + + + + +
    see:  TCPDF::AddPage(), TCPDF::startPage(), TCPDF::endPage(), TCPDF::endTOCPage()
    since:  5.0.001 (2010-05-06)
    access:  public
    +
    +

    + + +

    Parameters:

    +
    + + + + + + + + + + + + + + + + +
    string  $orientation  page orientation.
    boolean  $keepmargins  if true overwrites the default page margins with the current margins
      $format  
    +

    +
    [ Top ]
    +

    -

    method AliasNbPages [line 11876]

    +

    method AliasNbPages [line 11923]

    @@ -7486,7 +7644,7 @@ $alias = '{nb}'])
    -

    method AliasNumPage [line 11903]

    +

    method AliasNumPage [line 11950]

    @@ -7528,7 +7686,7 @@ $alias = '{pnb}'])
    -

    method Annotation [line 3804]

    +

    method Annotation [line 3841]

    @@ -7603,7 +7761,7 @@ $spaces = 0])
    -

    method Arrow [line 9915]

    +

    method Arrow [line 9962]

    @@ -7681,7 +7839,7 @@ $arm_angle = 15])
    -

    method arrUTF8ToUTF16BE [line 8443]

    +

    method arrUTF8ToUTF16BE [line 8490]

    @@ -7756,7 +7914,7 @@ $setbom = true])
    -

    method Bookmark [line 10580]

    +

    method Bookmark [line 10627]

    @@ -7816,7 +7974,7 @@ $page = ''])
    -

    method Button [line 11583]

    +

    method Button [line 11630]

    @@ -7912,7 +8070,7 @@ $js = false])
    -

    method Cell [line 4023]

    +

    method Cell [line 4060]

    @@ -8020,7 +8178,7 @@ $valign = 'M'])
    -

    method CheckBox [line 11513]

    +

    method CheckBox [line 11560]

    @@ -8110,7 +8268,7 @@ $js = false])
    -

    method checkPageBreak [line 3973]

    +

    method checkPageBreak [line 4010]

    @@ -8164,7 +8322,7 @@ $addpage = true])
    -

    method Circle [line 9603]

    +

    method Circle [line 9650]

    @@ -8263,7 +8421,7 @@ $angend:)
    -

    method Clip [line 12525]

    +

    method Clip [line 12572]

    @@ -8323,7 +8481,7 @@ $h)
    -

    method Close [line 2521]

    +

    method Close [line 2527]

    @@ -8354,7 +8512,7 @@ $h)
    -

    method closeHTMLTagHandler [line 16030]

    +

    method closeHTMLTagHandler [line 16077]

    @@ -8414,7 +8572,7 @@ $dom)
    -

    method colorRegistrationBar [line 12200]

    +

    method colorRegistrationBar [line 12247]

    @@ -8492,7 +8650,7 @@ $colors = 'A,R,G,B,C,M,Y,K'])
    -

    method ComboBox [line 11452]

    +

    method ComboBox [line 11499]

    @@ -8582,7 +8740,7 @@ $js = false])
    -

    method commitTransaction [line 17658]

    +

    method commitTransaction [line 17810]

    @@ -8610,7 +8768,7 @@ $js = false])
    -

    method convertHTMLColorToDec [line 8579]

    +

    method convertHTMLColorToDec [line 8626]

    @@ -8649,7 +8807,7 @@ $color = '#FFFFFF'])
    -

    method convertSVGtMatrix [line 18586]

    +

    method convertSVGtMatrix [line 18738]

    @@ -8691,7 +8849,7 @@ $tm)
    -

    method CoonsPatchMesh [line 12440]

    +

    method CoonsPatchMesh [line 12487]

    @@ -8799,7 +8957,7 @@ $antialias = false])
    -

    method copyPage [line 17433]

    +

    method copyPage [line 17480]

    @@ -8841,7 +8999,7 @@ $page = 0])
    -

    method cropMark [line 12298]

    +

    method cropMark [line 12345]

    @@ -8913,7 +9071,7 @@ $color = array(0,0,0)])
    -

    method Curve [line 9408]

    +

    method Curve [line 9455]

    @@ -9015,7 +9173,7 @@ $fill_color = array()])
    -

    method deletePage [line 17296]

    +

    method deletePage [line 17343]

    @@ -9057,7 +9215,7 @@ $page)
    -

    method Ellipse [line 9472]

    +

    method Ellipse [line 9519]

    @@ -9177,7 +9335,7 @@ $afinish:)
    -

    method empty_string [line 17712]

    +

    method empty_string [line 17864]

    @@ -9219,12 +9377,13 @@ $str)
    -

    method endPage [line 2647]

    +

    method endPage [line 2677]

    void endPage( -) +[boolean +$tocpage = false])

    @@ -9233,24 +9392,34 @@ $str)
    - + - +
    see:  TCPDF::startPage(), TCPDF::AddPage()see:  TCPDF::AddPage(), TCPDF::startPage(), TCPDF::addTOCPage(), TCPDF::endTOCPage()
    since:  4.2.010 (2008-11-14)
    access:  protectedaccess:  public


    +

    Parameters:

    +
    + + + + + + +
    boolean  $tocpage  if true set the tocpage state to false (end the page used to display Table Of Content).
    +

    [ Top ]

    -

    method endSVGElementHandler [line 19613]

    +

    method endSVGElementHandler [line 19765]

    @@ -9296,9 +9465,40 @@ $name)
    [ Top ]
    +
    + +

    method endTOCPage [line 2642]

    +
    +
    +
    + void endTOCPage( +) +
    +

    + + Terminate the current TOC (Table Of Content) page



    +

    Tags:

    +
    + + + + + + + + + + +
    see:  TCPDF::AddPage(), TCPDF::startPage(), TCPDF::endPage(), TCPDF::addTOCPage()
    since:  5.0.001 (2010-05-06)
    access:  public
    +
    +

    + + +
    [ Top ]
    +

    -

    method Error [line 2493]

    +

    method Error [line 2499]

    @@ -9337,7 +9537,7 @@ $msg)
    -

    method Footer [line 2888]

    +

    method Footer [line 2925]

    @@ -9362,7 +9562,7 @@ $msg)
    -

    method formatPageNumber [line 11980]

    +

    method formatPageNumber [line 12027]

    @@ -9401,7 +9601,7 @@ $num)
    -

    method formatTOCPageNumber [line 11992]

    +

    method formatTOCPageNumber [line 12039]

    @@ -9416,7 +9616,7 @@ $num)
    - + @@ -9443,7 +9643,7 @@ $num)
    -

    method GetAbsX [line 5897]

    +

    method GetAbsX [line 5934]

    see:  TCPDF::addTOC()see:  TCPDF::addTOC(), TCPDF::addHTMLTOC()
    since:  4.5.001 (2009-01-04)
    @@ -9474,7 +9674,7 @@ $num)
    -

    method getAliasNbPages [line 11888]

    +

    method getAliasNbPages [line 11935]

    @@ -9505,7 +9705,7 @@ $num)
    -

    method getAliasNumPage [line 11916]

    +

    method getAliasNumPage [line 11963]

    @@ -9536,7 +9736,7 @@ $num)
    -

    method getAnnotOptFromJSProp [line 10820]

    +

    method getAnnotOptFromJSProp [line 10867]

    @@ -9581,7 +9781,7 @@ $prop)
    -

    method GetArrStringWidth [line 3349]

    +

    method GetArrStringWidth [line 3386]

    @@ -9650,7 +9850,7 @@ $getarray = false])
    -

    method getBarcode [line 13172]

    +

    method getBarcode [line 13219]

    @@ -9678,7 +9878,7 @@ $getarray = false])
    -

    method getBorderMode [line 4647]

    +

    method getBorderMode [line 4684]

    @@ -9726,7 +9926,7 @@ $position = 'start'])
    -

    method getBreakMargin [line 2218]

    +

    method getBreakMargin [line 2224]

    @@ -9774,7 +9974,7 @@ $pagenum = ''])
    -

    method getBuffer [line 16982]

    +

    method getBuffer [line 17029]

    @@ -9805,7 +10005,7 @@ $pagenum = ''])
    -

    method getCellCode [line 4078]

    +

    method getCellCode [line 4115]

    @@ -9913,7 +10113,7 @@ $valign = 'M'])
    -

    method getCellHeightRatio [line 12160]

    +

    method getCellHeightRatio [line 12207]

    @@ -9941,7 +10141,7 @@ $valign = 'M'])
    -

    method GetCharWidth [line 3385]

    +

    method GetCharWidth [line 3422]

    @@ -9986,7 +10186,7 @@ $char)
    -

    method getFontAscent [line 3719]

    +

    method getFontAscent [line 3756]

    @@ -10040,7 +10240,7 @@ $size = 0])
    -

    method getFontBuffer [line 17142]

    +

    method getFontBuffer [line 17189]

    @@ -10082,7 +10282,7 @@ $font)
    -

    method getFontDescent [line 3698]

    +

    method getFontDescent [line 3735]

    @@ -10136,7 +10336,7 @@ $size = 0])
    -

    method getFontFamily [line 13665]

    +

    method getFontFamily [line 13712]

    @@ -10167,7 +10367,7 @@ $size = 0])
    -

    method getFontSize [line 13645]

    +

    method getFontSize [line 13692]

    @@ -10198,7 +10398,7 @@ $size = 0])
    -

    method getFontSizePt [line 13655]

    +

    method getFontSizePt [line 13702]

    @@ -10229,7 +10429,7 @@ $size = 0])
    -

    method getFontsList [line 3424]

    +

    method getFontsList [line 3461]

    @@ -10257,7 +10457,7 @@ $size = 0])
    -

    method getFontStyle [line 13675]

    +

    method getFontStyle [line 13722]

    @@ -10288,7 +10488,7 @@ $size = 0])
    -

    method getFooterFont [line 8504]

    +

    method getFooterFont [line 8551]

    @@ -10316,7 +10516,7 @@ $size = 0])
    -

    method getFooterMargin [line 2802]

    +

    method getFooterMargin [line 2839]

    @@ -10344,7 +10544,7 @@ $size = 0])
    -

    method getFormDefaultProp [line 11195]

    +

    method getFormDefaultProp [line 11242]

    @@ -10378,7 +10578,7 @@ $size = 0])
    -

    method getGDgamma [line 5837]

    +

    method getGDgamma [line 5874]

    @@ -10417,7 +10617,7 @@ $v)
    -

    method getGraphicVars [line 16846]

    +

    method getGraphicVars [line 16893]

    @@ -10448,7 +10648,7 @@ $v)
    -

    method getGroupPageNo [line 11929]

    +

    method getGroupPageNo [line 11976]

    @@ -10479,7 +10679,7 @@ $v)
    -

    method getGroupPageNoFormatted [line 11939]

    +

    method getGroupPageNoFormatted [line 11986]

    @@ -10510,7 +10710,7 @@ $v)
    -

    method getHeaderData [line 2757]

    +

    method getHeaderData [line 2794]

    @@ -10538,7 +10738,7 @@ $v)
    -

    method getHeaderFont [line 8484]

    +

    method getHeaderFont [line 8531]

    @@ -10566,7 +10766,7 @@ $v)
    -

    method getHeaderMargin [line 2782]

    +

    method getHeaderMargin [line 2819]

    @@ -10594,7 +10794,7 @@ $v)
    -

    method getHtmlDomArray [line 13711]

    +

    method getHtmlDomArray [line 13758]

    @@ -10633,7 +10833,7 @@ $html)
    -

    method getHTMLUnitToUnits [line 16566]

    +

    method getHTMLUnitToUnits [line 16613]

    @@ -10699,7 +10899,7 @@ $point)
    -

    method getHyphenPatternsFromTEX [line 17980]

    +

    method getHyphenPatternsFromTEX [line 18132]

    @@ -10744,7 +10944,7 @@ $file)
    -

    method getImageBuffer [line 17084]

    +

    method getImageBuffer [line 17131]

    @@ -10786,7 +10986,7 @@ $image)
    -

    method getImageFileType [line 5218]

    +

    method getImageFileType [line 5255]

    @@ -10834,7 +11034,7 @@ $iminfo = array()])
    -

    method getImageRBX [line 2828]

    +

    method getImageRBX [line 2865]

    @@ -10859,7 +11059,7 @@ $iminfo = array()])
    -

    method getImageRBY [line 2837]

    +

    method getImageRBY [line 2874]

    @@ -10884,7 +11084,7 @@ $iminfo = array()])
    -

    method getImageScale [line 2157]

    +

    method getImageScale [line 2163]

    @@ -10918,7 +11118,7 @@ $iminfo = array()])
    -

    method getLastH [line 2135]

    +

    method getLastH [line 2141]

    @@ -10949,7 +11149,7 @@ $iminfo = array()])
    -

    method GetLineWidth [line 9154]

    +

    method GetLineWidth [line 9201]

    @@ -10983,7 +11183,7 @@ $iminfo = array()])
    -

    method getMargins [line 13608]

    +

    method getMargins [line 13655]

    @@ -11014,7 +11214,7 @@ $iminfo = array()])
    -

    method GetNumChars [line 3412]

    +

    method GetNumChars [line 3449]

    @@ -11056,7 +11256,7 @@ $s)
    -

    method getNumLines [line 4735]

    +

    method getNumLines [line 4772]

    @@ -11109,7 +11309,7 @@ $w = 0])
    -

    method getNumPages [line 2614]

    +

    method getNumPages [line 2620]

    @@ -11143,7 +11343,7 @@ $w = 0])
    -

    method getObjFilename [line 16914]

    +

    method getObjFilename [line 16961]

    @@ -11188,7 +11388,7 @@ $prefix)
    -

    method getOriginalMargins [line 13631]

    +

    method getOriginalMargins [line 13678]

    @@ -11219,7 +11419,7 @@ $prefix)
    -

    method getPage [line 2602]

    +

    method getPage [line 2608]

    @@ -11253,7 +11453,7 @@ $prefix)
    -

    method getPageBuffer [line 17025]

    +

    method getPageBuffer [line 17072]

    @@ -11295,7 +11495,7 @@ $page)
    -

    method getPageDimensions [line 2170]

    +

    method getPageDimensions [line 2176]

    @@ -11340,7 +11540,7 @@ $pagenum = ''])
    -

    method getPageGroupAlias [line 11951]

    +

    method getPageGroupAlias [line 11998]

    @@ -11371,7 +11571,7 @@ $pagenum = ''])
    -

    method getPageHeight [line 2202]

    +

    method getPageHeight [line 2208]

    @@ -11419,7 +11619,7 @@ $pagenum = ''])
    -

    method getPageNumGroupAlias [line 11966]

    +

    method getPageNumGroupAlias [line 12013]

    @@ -11450,7 +11650,7 @@ $pagenum = ''])
    -

    method getPageWidth [line 2186]

    +

    method getPageWidth [line 2192]

    @@ -11498,7 +11698,7 @@ $pagenum = ''])
    -

    method getPathPaintOperator [line 18092]

    +

    method getPathPaintOperator [line 18244]

    @@ -11552,7 +11752,7 @@ $mode)
    -

    method getPDFData [line 8527]

    +

    method getPDFData [line 8574]

    @@ -11577,7 +11777,7 @@ $mode)
    -

    method getRemainingWidth [line 5119]

    +

    method getRemainingWidth [line 5156]

    @@ -11605,7 +11805,7 @@ $mode)
    -

    method getRTL [line 2070]

    +

    method getRTL [line 2076]

    @@ -11633,7 +11833,7 @@ $mode)
    -

    method getScaleFactor [line 2232]

    +

    method getScaleFactor [line 2238]

    @@ -11667,7 +11867,7 @@ $mode)
    -

    method getSpaceString [line 14254]

    +

    method getSpaceString [line 14301]

    @@ -11698,7 +11898,7 @@ $mode)
    -

    method GetStringWidth [line 3333]

    +

    method GetStringWidth [line 3370]

    @@ -11767,7 +11967,7 @@ $getarray = false])
    -

    method getSVGTransformMatrix [line 18464]

    +

    method getSVGTransformMatrix [line 18616]

    @@ -11812,7 +12012,7 @@ $attribute)
    -

    method getTransformationMatrixProduct [line 18568]

    +

    method getTransformationMatrixProduct [line 18720]

    @@ -11863,7 +12063,7 @@ $tb)
    -

    method getVectorsAngle [line 19199]

    +

    method getVectorsAngle [line 19351]

    @@ -11923,7 +12123,7 @@ $y2)
    -

    method GetX [line 5881]

    +

    method GetX [line 5918]

    @@ -11954,7 +12154,7 @@ $y2)
    -

    method GetY [line 5908]

    +

    method GetY [line 5945]

    @@ -11985,7 +12185,7 @@ $y2)
    -

    method get_mqr [line 5555]

    +

    method get_mqr [line 5592]

    @@ -12016,7 +12216,7 @@ $y2)
    -

    method Gradient [line 12549]

    +

    method Gradient [line 12596]

    @@ -12082,7 +12282,7 @@ $antialias = false])
    -

    method Header [line 2846]

    +

    method Header [line 2883]

    @@ -12107,7 +12307,7 @@ $antialias = false])
    -

    method hyphenateText [line 18019]

    +

    method hyphenateText [line 18171]

    @@ -12188,7 +12388,7 @@ $charmax = 8])
    -

    method hyphenateWord [line 17910]

    +

    method hyphenateWord [line 18062]

    @@ -12269,7 +12469,7 @@ $charmax = 8])
    -

    method Image [line 5268]

    +

    method Image [line 5305]

    @@ -12407,7 +12607,7 @@ $fitonpage = false])
    -

    method ImageEps [line 12889]

    +

    method ImageEps [line 12936]

    @@ -12509,7 +12709,7 @@ $fitonpage = false])
    -

    method ImagePngAlpha [line 5793]

    +

    method ImagePngAlpha [line 5830]

    @@ -12614,7 +12814,7 @@ $palign = ''])
    -

    method ImageSVG [line 18183]

    +

    method ImageSVG [line 18335]

    @@ -12710,7 +12910,7 @@ $fitonpage = false])
    -

    method IncludeJS [line 10683]

    +

    method IncludeJS [line 10730]

    @@ -12752,7 +12952,7 @@ $script)
    -

    method intToRoman [line 16640]

    +

    method intToRoman [line 16687]

    @@ -12794,7 +12994,7 @@ $number)
    -

    method isRTLTextDir [line 2114]

    +

    method isRTLTextDir [line 2120]

    @@ -12822,7 +13022,7 @@ $number)
    -

    method lastPage [line 2591]

    +

    method lastPage [line 2597]

    @@ -12864,7 +13064,7 @@ $resetmargins = false])
    -

    method Line [line 9324]

    +

    method Line [line 9371]

    @@ -12930,7 +13130,7 @@ $style = array()])
    -

    method LinearGradient [line 12399]

    +

    method LinearGradient [line 12446]

    @@ -13008,7 +13208,7 @@ $coords = array(0,0,1,0)])
    -

    method Link [line 3787]

    +

    method Link [line 3824]

    @@ -13080,7 +13280,7 @@ $spaces = 0])
    -

    method ListBox [line 11392]

    +

    method ListBox [line 11439]

    @@ -13170,7 +13370,7 @@ $js = false])
    -

    method Ln [line 5850]

    +

    method Ln [line 5887]

    @@ -13218,7 +13418,7 @@ $cell = false])
    -

    method MirrorH [line 8936]

    +

    method MirrorH [line 8983]

    @@ -13260,7 +13460,7 @@ $x = ''])
    -

    method MirrorL [line 8972]

    +

    method MirrorL [line 9019]

    @@ -13314,7 +13514,7 @@ $y = ''])
    -

    method MirrorP [line 8959]

    +

    method MirrorP [line 9006]

    @@ -13362,7 +13562,7 @@ $y = ''])
    -

    method MirrorV [line 8947]

    +

    method MirrorV [line 8994]

    @@ -13404,7 +13604,7 @@ $y = ''])
    -

    method movePage [line 17159]

    +

    method movePage [line 17206]

    @@ -13452,7 +13652,7 @@ $topage)
    -

    method MultiCell [line 4488]

    +

    method MultiCell [line 4525]

    @@ -13578,7 +13778,7 @@ $maxh = 0])
    -

    method objclone [line 17701]

    +

    method objclone [line 17853]

    @@ -13620,7 +13820,7 @@ $object)
    -

    method Open [line 2508]

    +

    method Open [line 2514]

    @@ -13651,7 +13851,7 @@ $object)
    -

    method openHTMLTagHandler [line 15417]

    +

    method openHTMLTagHandler [line 15464]

    @@ -13705,7 +13905,7 @@ $dom)
    -

    method Output [line 6000]

    +

    method Output [line 6037]

    @@ -13753,7 +13953,7 @@ $dest = 'I'])
    -

    method PageNo [line 3049]

    +

    method PageNo [line 3086]

    @@ -13787,7 +13987,7 @@ $dest = 'I'])
    -

    method PageNoFormatted [line 12002]

    +

    method PageNoFormatted [line 12049]

    @@ -13818,7 +14018,7 @@ $dest = 'I'])
    -

    method PieSector [line 12828]

    +

    method PieSector [line 12875]

    @@ -13914,7 +14114,7 @@ $o:)
    -

    method PieSectorXY [line 12849]

    +

    method PieSectorXY [line 12896]

    @@ -14022,7 +14222,7 @@ $o:)
    -

    method pixelsToUnits [line 8636]

    +

    method pixelsToUnits [line 8683]

    @@ -14064,7 +14264,7 @@ $px)
    -

    method Polycurve [line 9435]

    +

    method Polycurve [line 9482]

    @@ -14136,7 +14336,7 @@ $fill_color = array()])
    -

    method Polygon [line 9641]

    +

    method Polygon [line 9688]

    @@ -14199,7 +14399,7 @@ $closed = true])
    -

    method PolyLine [line 9622]

    +

    method PolyLine [line 9669]

    @@ -14262,7 +14462,7 @@ $closed)
    -

    method putHtmlListBullet [line 16705]

    +

    method putHtmlListBullet [line 16752]

    @@ -14313,7 +14513,7 @@ $size = 10])
    -

    method RadialGradient [line 12417]

    +

    method RadialGradient [line 12464]

    @@ -14391,7 +14591,7 @@ $coords = array(0.5,0.5,0.5,0.5,1)])
    -

    method RadioButton [line 11304]

    +

    method RadioButton [line 11351]

    @@ -14481,7 +14681,7 @@ $js = false])
    -

    method readDiskCache [line 16954]

    +

    method readDiskCache [line 17001]

    @@ -14529,7 +14729,7 @@ $file)
    -

    method Rect [line 9352]

    +

    method Rect [line 9399]

    @@ -14607,7 +14807,7 @@ $fill_color = array()])
    -

    method registrationMark [line 12368]

    +

    method registrationMark [line 12415]

    @@ -14679,7 +14879,7 @@ $colb = array(255,255,255)])
    -

    method RegularPolygon [line 9739]

    +

    method RegularPolygon [line 9786]

    @@ -14790,7 +14990,7 @@ $r:)
    -

    method removeSHY [line 4041]

    +

    method removeSHY [line 4078]

    @@ -14832,7 +15032,7 @@ $txt = ''])
    -

    method revstrpos [line 17725]

    +

    method revstrpos [line 17877]

    @@ -14886,7 +15086,7 @@ $offset = 0])
    -

    method rfread [line 5763]

    +

    method rfread [line 5800]

    @@ -14937,7 +15137,7 @@ $length)
    -

    method rollbackTransaction [line 17672]

    +

    method rollbackTransaction [line 17824]

    @@ -14979,7 +15179,7 @@ $self = false])
    -

    method Rotate [line 9028]

    +

    method Rotate [line 9075]

    @@ -15033,7 +15233,7 @@ $y = ''])
    -

    method RoundedRect [line 9829]

    +

    method RoundedRect [line 9876]

    @@ -15120,7 +15320,7 @@ $fill_color = array()])
    -

    method RoundedRectXY [line 9848]

    +

    method RoundedRectXY [line 9895]

    @@ -15213,7 +15413,7 @@ $fill_color = array()])
    -

    method Scale [line 8904]

    +

    method Scale [line 8951]

    @@ -15273,7 +15473,7 @@ $y = ''])
    -

    method ScaleX [line 8864]

    +

    method ScaleX [line 8911]

    @@ -15327,7 +15527,7 @@ $y = ''])
    -

    method ScaleXY [line 8890]

    +

    method ScaleXY [line 8937]

    @@ -15381,7 +15581,7 @@ $y = ''])
    -

    method ScaleY [line 8877]

    +

    method ScaleY [line 8924]

    @@ -15435,7 +15635,7 @@ $y = ''])
    -

    method segSVGContentHandler [line 19651]

    +

    method segSVGContentHandler [line 19803]

    @@ -15483,7 +15683,7 @@ $data)
    -

    method selectColumn [line 17788]

    +

    method selectColumn [line 17940]

    @@ -15522,7 +15722,7 @@ $col = ''])
    -

    method serializeTCPDFtagParameters [line 17835]

    +

    method serializeTCPDFtagParameters [line 17987]

    @@ -15564,7 +15764,7 @@ $pararray)
    -

    method setAlpha [line 12117]

    +

    method setAlpha [line 12164]

    @@ -15609,7 +15809,7 @@ $bm = 'Normal'])
    -

    method SetAuthor [line 2457]

    +

    method SetAuthor [line 2463]

    @@ -15651,7 +15851,7 @@ $author)
    -

    method SetAutoPageBreak [line 2324]

    +

    method SetAutoPageBreak [line 2330]

    @@ -15699,7 +15899,7 @@ $margin = 0])
    -

    method setBarcode [line 13162]

    +

    method setBarcode [line 13209]

    @@ -15735,7 +15935,7 @@ $bc = ''])
    -

    method SetBooklet [line 16480]

    +

    method SetBooklet [line 16527]

    @@ -15786,7 +15986,7 @@ $outer = -1])
    -

    method setBuffer [line 16964]

    +

    method setBuffer [line 17011]

    @@ -15825,7 +16025,7 @@ $data)
    -

    method setCellHeightRatio [line 12151]

    +

    method setCellHeightRatio [line 12198]

    @@ -15864,7 +16064,7 @@ $h)
    -

    method SetCellPadding [line 2312]

    +

    method SetCellPadding [line 2318]

    @@ -15906,7 +16106,7 @@ $pad)
    -

    method setColumnsArray [line 17775]

    +

    method setColumnsArray [line 17927]

    @@ -15945,7 +16145,7 @@ $columns)
    -

    method SetCompression [line 2417]

    +

    method SetCompression [line 2423]

    @@ -15984,7 +16184,7 @@ $compress)
    -

    method setContentMark [line 2724]

    +

    method setContentMark [line 2761]

    @@ -16023,7 +16223,7 @@ $page = 0])
    -

    method SetCreator [line 2481]

    +

    method SetCreator [line 2487]

    @@ -16065,7 +16265,7 @@ $creator)
    -

    method SetDefaultMonospacedFont [line 3737]

    +

    method SetDefaultMonospacedFont [line 3774]

    @@ -16104,7 +16304,7 @@ $font)
    -

    method setDefaultTableColumns [line 12141]

    +

    method setDefaultTableColumns [line 12188]

    @@ -16143,7 +16343,7 @@ $cols = 4])
    -

    method SetDisplayMode [line 2339]

    +

    method SetDisplayMode [line 2345]

    @@ -16194,7 +16394,7 @@ $mode = 'UseNone'])
    -

    method SetDrawColor [line 3104]

    +

    method SetDrawColor [line 3141]

    @@ -16254,7 +16454,7 @@ $col4 = -1])
    -

    method SetDrawColorArray [line 3081]

    +

    method SetDrawColorArray [line 3118]

    @@ -16296,7 +16496,7 @@ $color)
    -

    method SetDrawSpotColor [line 3145]

    +

    method SetDrawSpotColor [line 3182]

    @@ -16344,7 +16544,7 @@ $tint = 100])
    -

    method setEqualColumns [line 17742]

    +

    method setEqualColumns [line 17894]

    @@ -16395,7 +16595,7 @@ $y = ''])
    -

    method setExtGState [line 12083]

    +

    method setExtGState [line 12130]

    @@ -16434,7 +16634,7 @@ $gs)
    -

    method SetFillColor [line 3187]

    +

    method SetFillColor [line 3224]

    @@ -16494,7 +16694,7 @@ $col4 = -1])
    -

    method SetFillColorArray [line 3164]

    +

    method SetFillColorArray [line 3201]

    @@ -16536,7 +16736,7 @@ $color)
    -

    method SetFillSpotColor [line 3229]

    +

    method SetFillSpotColor [line 3266]

    @@ -16584,7 +16784,7 @@ $tint = 100])
    -

    method SetFont [line 3650]

    +

    method SetFont [line 3687]

    @@ -16644,7 +16844,7 @@ $fontfile = ''])
    -

    method setFontBuffer [line 17100]

    +

    method setFontBuffer [line 17147]

    @@ -16689,7 +16889,7 @@ $data)
    -

    method SetFontSize [line 3670]

    +

    method SetFontSize [line 3707]

    @@ -16731,7 +16931,7 @@ $size)
    -

    method setFontSubBuffer [line 17122]

    +

    method setFontSubBuffer [line 17169]

    @@ -16782,7 +16982,7 @@ $data)
    -

    method setFooter [line 2959]

    +

    method setFooter [line 2996]

    @@ -16810,7 +17010,7 @@ $data)
    -

    method setFooterFont [line 8494]

    +

    method setFooterFont [line 8541]

    @@ -16849,7 +17049,7 @@ $font)
    -

    method setFooterMargin [line 2792]

    +

    method setFooterMargin [line 2829]

    @@ -16885,7 +17085,7 @@ $fm = 10])
    -

    method setFormDefaultProp [line 11184]

    +

    method setFormDefaultProp [line 11231]

    @@ -16927,7 +17127,7 @@ $prop = array()])
    -

    method setGraphicVars [line 16879]

    +

    method setGraphicVars [line 16926]

    @@ -16966,7 +17166,7 @@ $gvars)
    -

    method setHeader [line 2923]

    +

    method setHeader [line 2960]

    @@ -16994,7 +17194,7 @@ $gvars)
    -

    method setHeaderData [line 2743]

    +

    method setHeaderData [line 2780]

    @@ -17048,7 +17248,7 @@ $hs = ''])
    -

    method setHeaderFont [line 8474]

    +

    method setHeaderFont [line 8521]

    @@ -17087,7 +17287,7 @@ $font)
    -

    method setHeaderMargin [line 2772]

    +

    method setHeaderMargin [line 2809]

    @@ -17123,7 +17323,7 @@ $hm = 10])
    -

    method setHtmlLinksStyle [line 16551]

    +

    method setHtmlLinksStyle [line 16598]

    @@ -17168,7 +17368,7 @@ $fontstyle = 'U'])
    -

    method setHtmlVSpace [line 16520]

    +

    method setHtmlVSpace [line 16567]

    @@ -17207,7 +17407,7 @@ $tagvs)
    -

    method setImageBuffer [line 17041]

    +

    method setImageBuffer [line 17088]

    @@ -17252,7 +17452,7 @@ $data)
    -

    method setImageScale [line 2146]

    +

    method setImageScale [line 2152]

    @@ -17294,7 +17494,7 @@ $scale)
    -

    method setImageSubBuffer [line 17064]

    +

    method setImageSubBuffer [line 17111]

    @@ -17345,7 +17545,7 @@ $data)
    -

    method setJPEGQuality [line 12128]

    +

    method setJPEGQuality [line 12175]

    @@ -17384,7 +17584,7 @@ $quality)
    -

    method SetKeywords [line 2469]

    +

    method SetKeywords [line 2475]

    @@ -17426,7 +17626,7 @@ $keywords)
    -

    method setLanguageArray [line 8514]

    +

    method setLanguageArray [line 8561]

    @@ -17465,7 +17665,7 @@ $language)
    -

    method setLastH [line 2125]

    +

    method setLastH [line 2131]

    @@ -17507,7 +17707,7 @@ $h)
    -

    method SetLeftMargin [line 2268]

    +

    method SetLeftMargin [line 2274]

    @@ -17549,7 +17749,7 @@ $margin)
    -

    method SetLineStyle [line 9179]

    +

    method SetLineStyle [line 9226]

    @@ -17595,7 +17795,7 @@ $style)
    -

    method SetLineWidth [line 9138]

    +

    method SetLineWidth [line 9185]

    @@ -17637,7 +17837,7 @@ $width)
    -

    method SetLink [line 3764]

    +

    method SetLink [line 3801]

    @@ -17691,7 +17891,7 @@ $page = -1])
    -

    method setListIndentWidth [line 16530]

    +

    method setListIndentWidth [line 16577]

    @@ -17730,7 +17930,7 @@ $width)
    -

    method setLIsymbol [line 16441]

    +

    method setLIsymbol [line 16488]

    @@ -17769,7 +17969,7 @@ $symbol = '!'])
    -

    method SetMargins [line 2246]

    +

    method SetMargins [line 2252]

    @@ -17829,7 +18029,7 @@ $keepmargins = false])
    -

    method setOpenCell [line 16540]

    +

    method setOpenCell [line 16587]

    @@ -17868,7 +18068,7 @@ $isopen)
    -

    method setPage [line 2544]

    +

    method setPage [line 2550]

    @@ -17916,7 +18116,7 @@ $resetmargins = false])
    -

    method setPageBuffer [line 16998]

    +

    method setPageBuffer [line 17045]

    @@ -17967,7 +18167,7 @@ $append = false])
    -

    method setPageFormat [line 1914]

    +

    method setPageFormat [line 1920]

    @@ -18012,7 +18212,7 @@ $orientation = 'P'])
    -

    method setPageMark [line 2712]

    +

    method setPageMark [line 2749]

    @@ -18040,7 +18240,7 @@ $orientation = 'P'])
    -

    method setPageOrientation [line 1987]

    +

    method setPageOrientation [line 1993]

    @@ -18091,7 +18291,7 @@ $bottommargin = ''])
    -

    method setPageUnit [line 1870]

    +

    method setPageUnit [line 1876]

    @@ -18130,7 +18330,7 @@ $unit)
    -

    method setPDFVersion [line 12170]

    +

    method setPDFVersion [line 12217]

    @@ -18169,7 +18369,7 @@ $version = '1.7'])
    -

    method setPrintFooter [line 2819]

    +

    method setPrintFooter [line 2856]

    @@ -18211,7 +18411,7 @@ $value)
    -

    method setPrintHeader [line 2810]

    +

    method setPrintHeader [line 2847]

    @@ -18247,7 +18447,7 @@ $val = true])
    -

    method SetProtection [line 8804]

    +

    method SetProtection [line 8851]

    @@ -18301,7 +18501,7 @@ $owner_pass = null])
    -

    method setRasterizeVectorImages [line 18066]

    +

    method setRasterizeVectorImages [line 18218]

    @@ -18340,7 +18540,7 @@ $mode)
    -

    method SetRightMargin [line 2298]

    +

    method SetRightMargin [line 2304]

    @@ -18382,7 +18582,7 @@ $margin)
    -

    method setRTL [line 2054]

    +

    method setRTL [line 2060]

    @@ -18427,7 +18627,7 @@ $resetx = true])
    -

    method setSignature [line 11833]

    +

    method setSignature [line 11880]

    @@ -18499,7 +18699,7 @@ $info = array()])
    -

    method setSpacesRE [line 2039]

    +

    method setSpacesRE [line 2045]

    @@ -18538,7 +18738,7 @@ $re = '/[\s]/'])
    -

    method SetSubject [line 2445]

    +

    method SetSubject [line 2451]

    @@ -18580,7 +18780,7 @@ $subject)
    -

    method setSVGStyles [line 18625]

    +

    method setSVGStyles [line 18777]

    @@ -18664,7 +18864,7 @@ $clip_params = array()])
    -

    method setTableHeader [line 3005]

    +

    method setTableHeader [line 3042]

    @@ -18692,7 +18892,7 @@ $clip_params = array()])
    -

    method setTempRTL [line 2080]

    +

    method setTempRTL [line 2086]

    @@ -18731,7 +18931,7 @@ $mode)
    -

    method SetTextColor [line 3271]

    +

    method SetTextColor [line 3308]

    @@ -18791,7 +18991,7 @@ $col4 = -1])
    -

    method SetTextColorArray [line 3248]

    +

    method SetTextColorArray [line 3285]

    @@ -18833,7 +19033,7 @@ $color)
    -

    method setTextRenderingMode [line 17847]

    +

    method setTextRenderingMode [line 17999]

    @@ -18884,7 +19084,7 @@ $clip = false])
    -

    method SetTextSpotColor [line 3310]

    +

    method SetTextSpotColor [line 3347]

    @@ -18932,7 +19132,7 @@ $tint = 100])
    -

    method SetTitle [line 2433]

    +

    method SetTitle [line 2439]

    @@ -18974,7 +19174,7 @@ $title)
    -

    method SetTopMargin [line 2283]

    +

    method SetTopMargin [line 2289]

    @@ -19016,7 +19216,7 @@ $margin)
    -

    method setUserRights [line 11803]

    +

    method setUserRights [line 11850]

    @@ -19082,7 +19282,7 @@ $signature = '/Modify'])
    -

    method setViewerPreferences [line 12183]

    +

    method setViewerPreferences [line 12230]

    @@ -19124,7 +19324,7 @@ $preferences)
    -

    method setVisibility [line 12028]

    +

    method setVisibility [line 12075]

    @@ -19163,7 +19363,7 @@ $v)
    -

    method SetX [line 5921]

    +

    method SetX [line 5958]

    @@ -19211,7 +19411,7 @@ $rtloff = false])
    -

    method SetXY [line 5985]

    +

    method SetXY [line 6022]

    @@ -19265,7 +19465,7 @@ $rtloff = false])
    -

    method SetY [line 5953]

    +

    method SetY [line 5990]

    @@ -19319,7 +19519,7 @@ $rtloff = false])
    -

    method set_mqr [line 5540]

    +

    method set_mqr [line 5577]

    @@ -19358,7 +19558,7 @@ $mqr)
    -

    method Skew [line 9084]

    +

    method Skew [line 9131]

    @@ -19418,7 +19618,7 @@ $y = ''])
    -

    method SkewX [line 9057]

    +

    method SkewX [line 9104]

    @@ -19472,7 +19672,7 @@ $y = ''])
    -

    method SkewY [line 9070]

    +

    method SkewY [line 9117]

    @@ -19526,7 +19726,7 @@ $y = ''])
    -

    method StarPolygon [line 9787]

    +

    method StarPolygon [line 9834]

    + + + + +
    @@ -19650,14 +19850,15 @@ $draw_circle:)
    -

    method startPage [line 2671]

    +

    method startPage [line 2705]

    void startPage( [string $orientation = ''], [mixed -$format = '']) +$format = ''], [boolean +$tocpage = false])

    @@ -19666,13 +19867,13 @@ $format = ''])
    - + - +
    see:  TCPDF::endPage(), TCPDF::AddPage()see:  TCPDF::AddPage(), TCPDF::endPage(), TCPDF::addTOCPage(), TCPDF::endTOCPage()
    since:  4.2.010 (2008-11-14)
    access:  protectedaccess:  public
    @@ -19691,6 +19892,11 @@ $format = ''])
    mixed   $format   The format used for pages. It can be either one of the following values (case insensitive) or a custom format in the form of a two-element array containing the width and the height (expressed in the unit given by unit).
    • 4A0
    • 2A0
    • A0
    • A1
    • A2
    • A3
    • A4 (default)
    • A5
    • A6
    • A7
    • A8
    • A9
    • A10
    • B0
    • B1
    • B2
    • B3
    • B4
    • B5
    • B6
    • B7
    • B8
    • B9
    • B10
    • C0
    • C1
    • C2
    • C3
    • C4
    • C5
    • C6
    • C7
    • C8
    • C9
    • C10
    • RA0
    • RA1
    • RA2
    • RA3
    • RA4
    • SRA0
    • SRA1
    • SRA2
    • SRA3
    • SRA4
    • LETTER
    • LEGAL
    • EXECUTIVE
    • FOLIO
    boolean  $tocpage  if true set the tocpage state to true (the added page will be used to display Table of Content).

    @@ -19698,7 +19904,7 @@ $format = ''])
    -

    method startPageGroup [line 11861]

    +

    method startPageGroup [line 11908]

    @@ -19737,7 +19943,7 @@ $page = ''])
    -

    method startSVGElementHandler [line 19222]

    +

    method startSVGElementHandler [line 19374]

    @@ -19791,7 +19997,7 @@ $attribs)
    -

    method startTransaction [line 17641]

    +

    method startTransaction [line 17793]

    @@ -19819,7 +20025,7 @@ $attribs)
    -

    method StartTransform [line 8832]

    +

    method StartTransform [line 8879]

    @@ -19850,7 +20056,7 @@ $attribs)
    -

    method StopTransform [line 8847]

    +

    method StopTransform [line 8894]

    @@ -19881,7 +20087,7 @@ $attribs)
    -

    method SVGPath [line 18881]

    +

    method SVGPath [line 19033]

    @@ -19932,7 +20138,7 @@ $style = ''])
    -

    method SVGTransform [line 18606]

    +

    method SVGTransform [line 18758]

    @@ -19971,7 +20177,7 @@ $tm)
    -

    method swapMargins [line 16496]

    +

    method swapMargins [line 16543]

    @@ -20010,7 +20216,7 @@ $reverse = true])
    -

    method Text [line 3926]

    +

    method Text [line 3963]

    @@ -20142,7 +20348,7 @@ $rtloff = false])
    -

    method TextField [line 11213]

    +

    method TextField [line 11260]

    @@ -20226,7 +20432,7 @@ $js = false])
    -

    method Transform [line 9114]

    +

    method Transform [line 9161]

    @@ -20268,7 +20474,7 @@ $tm)
    -

    method Translate [line 9007]

    +

    method Translate [line 9054]

    @@ -20316,7 +20522,7 @@ $t_y)
    -

    method TranslateX [line 8984]

    +

    method TranslateX [line 9031]

    @@ -20358,7 +20564,7 @@ $t_x)
    -

    method TranslateY [line 8995]

    +

    method TranslateY [line 9042]

    @@ -20400,7 +20606,7 @@ $t_y)
    -

    method unhtmlentities [line 8647]

    +

    method unhtmlentities [line 8694]

    @@ -20439,7 +20645,7 @@ $text_to_convert)
    -

    method UniArrSubString [line 5158]

    +

    method UniArrSubString [line 5195]

    @@ -20493,7 +20699,7 @@ $end = ''])
    -

    method unichr [line 5191]

    +

    method unichr [line 5228]

    @@ -20538,7 +20744,7 @@ $c)
    -

    method UTF8ArrayToUniArray [line 5179]

    +

    method UTF8ArrayToUniArray [line 5216]

    @@ -20580,7 +20786,7 @@ $ta)
    -

    method UTF8ArrSubString [line 5135]

    +

    method UTF8ArrSubString [line 5172]

    @@ -20631,7 +20837,7 @@ $end = ''])
    -

    method UTF8ArrToLatin1 [line 8384]

    +

    method UTF8ArrToLatin1 [line 8431]

    @@ -20673,7 +20879,7 @@ $unicode)
    -

    method utf8Bidi [line 10009]

    +

    method utf8Bidi [line 10056]

    @@ -20730,7 +20936,7 @@ $forcertl = false])
    -

    method utf8StrArrRev [line 9995]

    +

    method utf8StrArrRev [line 10042]

    @@ -20790,7 +20996,7 @@ $forcertl = false])
    -

    method UTF8StringToArray [line 8247]

    +

    method UTF8StringToArray [line 8294]

    @@ -20856,7 +21062,7 @@ $str)
    -

    method utf8StrRev [line 9980]

    +

    method utf8StrRev [line 10027]

    @@ -20910,7 +21116,7 @@ $forcertl = false])
    -

    method UTF8ToLatin1 [line 8354]

    +

    method UTF8ToLatin1 [line 8401]

    @@ -20952,7 +21158,7 @@ $str)
    -

    method UTF8ToUTF16BE [line 8338]

    +

    method UTF8ToUTF16BE [line 8385]

    @@ -21003,7 +21209,7 @@ $setbom = true])
    -

    method Write [line 4779]

    +

    method Write [line 4816]

    @@ -21099,7 +21305,7 @@ $maxh = 0])
    -

    method write1DBarcode [line 13191]

    +

    method write1DBarcode [line 13238]

    @@ -21189,7 +21395,7 @@ $align = ''])
    -

    method write2DBarcode [line 13452]

    +

    method write2DBarcode [line 13499]

    @@ -21273,7 +21479,7 @@ $align = ''])
    -

    method writeBarcode [line 13402]

    +

    method writeBarcode [line 13449]

    @@ -21363,7 +21569,7 @@ $code)
    -

    method writeDiskCache [line 16926]

    +

    method writeDiskCache [line 16973]

    @@ -21420,7 +21626,7 @@ $file)
    -

    method writeHTML [line 14274]

    +

    method writeHTML [line 14321]

    @@ -21486,7 +21692,7 @@ $align = ''])
    -

    method writeHTMLCell [line 13699]

    +

    method writeHTMLCell [line 13746]

    @@ -21588,7 +21794,7 @@ $autopadding = true])
    -

    method _addfield [line 10785]

    +

    method _addfield [line 10832]

    @@ -21666,7 +21872,7 @@ $prop)
    -

    method _beginpage [line 7935]

    +

    method _beginpage [line 7972]

    @@ -21708,7 +21914,7 @@ $format = ''])
    -

    method _dataannobjstring [line 8109]

    +

    method _dataannobjstring [line 8146]

    @@ -21747,7 +21953,7 @@ $s)
    -

    method _datastring [line 8096]

    +

    method _datastring [line 8133]

    @@ -21786,7 +21992,7 @@ $s)
    -

    method _datestring [line 8122]

    +

    method _datestring [line 8159]

    @@ -21817,7 +22023,7 @@ $s)
    -

    method _destroy [line 6194]

    +

    method _destroy [line 6231]

    @@ -21862,7 +22068,7 @@ $preserve_objcopy = false])
    -

    method _dochecks [line 6222]

    +

    method _dochecks [line 6259]

    @@ -21887,7 +22093,7 @@ $preserve_objcopy = false])
    -

    method _dolinethrough [line 8023]

    +

    method _dolinethrough [line 8060]

    @@ -21935,7 +22141,7 @@ $txt)
    -

    method _dolinethroughw [line 8036]

    +

    method _dolinethroughw [line 8073]

    @@ -21992,7 +22198,7 @@ $txt)
    -

    method _dooverline [line 8049]

    +

    method _dooverline [line 8086]

    @@ -22043,7 +22249,7 @@ $txt)
    -

    method _dooverlinew [line 8062]

    +

    method _dooverlinew [line 8099]

    @@ -22094,7 +22300,7 @@ $w)
    -

    method _dounderline [line 7998]

    +

    method _dounderline [line 8035]

    @@ -22142,7 +22348,7 @@ $txt)
    -

    method _dounderlinew [line 8011]

    +

    method _dounderlinew [line 8048]

    @@ -22193,7 +22399,7 @@ $w)
    -

    method _enddoc [line 7834]

    +

    method _enddoc [line 7871]

    @@ -22218,7 +22424,7 @@ $w)
    -

    method _endpage [line 7974]

    +

    method _endpage [line 8011]

    @@ -22243,7 +22449,7 @@ $w)
    -

    method _escape [line 8085]

    +

    method _escape [line 8122]

    @@ -22282,7 +22488,7 @@ $s)
    -

    method _escapetext [line 8161]

    +

    method _escapetext [line 8198]

    @@ -22321,7 +22527,7 @@ $s)
    -

    method _freadint [line 8074]

    +

    method _freadint [line 8111]

    @@ -22360,7 +22566,7 @@ $f)
    -

    method _generateencryptionkey [line 8772]

    +

    method _generateencryptionkey [line 8819]

    @@ -22414,7 +22620,7 @@ $protection)
    -

    method _getfontpath [line 6238]

    +

    method _getfontpath [line 6275]

    @@ -22439,7 +22645,7 @@ $protection)
    -

    method _getstream [line 8179]

    +

    method _getstream [line 8216]

    @@ -22481,7 +22687,7 @@ $n = 0])
    -

    method _JScolor [line 10761]

    +

    method _JScolor [line 10808]

    @@ -22523,7 +22729,7 @@ $color)
    -

    method _md5_16 [line 8733]

    +

    method _md5_16 [line 8780]

    @@ -22568,7 +22774,7 @@ $str)
    -

    method _newobj [line 7984]

    +

    method _newobj [line 8021]

    @@ -22596,7 +22802,7 @@ $str)
    -

    method _objectkey [line 8660]

    +

    method _objectkey [line 8707]

    @@ -22635,7 +22841,7 @@ $n)
    -

    method _out [line 8195]

    +

    method _out [line 8242]

    @@ -22671,7 +22877,7 @@ $s)
    -

    method _outCurve [line 9279]

    +

    method _outCurve [line 9326]

    @@ -22740,7 +22946,7 @@ $y3)
    -

    method _outCurveV [line 9293]

    +

    method _outCurveV [line 9340]

    @@ -22797,7 +23003,7 @@ $y3)
    -

    method _outCurveY [line 9309]

    +

    method _outCurveY [line 9356]

    @@ -22866,7 +23072,7 @@ $y2)
    -

    method _outellipticalarc [line 9506]

    +

    method _outellipticalarc [line 9553]

    @@ -22974,7 +23180,7 @@ $angf:)
    -

    method _outLine [line 9249]

    +

    method _outLine [line 9296]

    @@ -23019,7 +23225,7 @@ $y)
    -

    method _outPoint [line 9237]

    +

    method _outPoint [line 9284]

    @@ -23064,7 +23270,7 @@ $y)
    -

    method _outRect [line 9263]

    +

    method _outRect [line 9310]

    @@ -23127,7 +23333,7 @@ $op)
    -

    method _Ovalue [line 8746]

    +

    method _Ovalue [line 8793]

    @@ -23178,7 +23384,7 @@ $owner_pass)
    -

    method _parsejpeg [line 5632]

    +

    method _parsejpeg [line 5669]

    @@ -23217,7 +23423,7 @@ $file)
    -

    method _parsepng [line 5658]

    +

    method _parsepng [line 5695]

    @@ -23256,7 +23462,7 @@ $file)
    -

    method _putannotsobjs [line 6417]

    +

    method _putannotsobjs [line 6454]

    @@ -23287,7 +23493,7 @@ $file)
    -

    method _putannotsrefs [line 6385]

    +

    method _putannotsrefs [line 6422]

    @@ -23329,7 +23535,7 @@ $n)
    -

    method _putAPXObject [line 7028]

    +

    method _putAPXObject [line 7065]

    @@ -23383,7 +23589,7 @@ $stream = ''])
    -

    method _putbookmarks [line 10608]

    +

    method _putbookmarks [line 10655]

    @@ -23414,7 +23620,7 @@ $stream = ''])
    -

    method _putcatalog [line 7652]

    +

    method _putcatalog [line 7689]

    @@ -23439,7 +23645,7 @@ $stream = ''])
    -

    method _putcidfont0 [line 7386]

    +

    method _putcidfont0 [line 7423]

    @@ -23484,7 +23690,7 @@ $font)
    -

    method _putEmbeddedFiles [line 3884]

    +

    method _putEmbeddedFiles [line 3921]

    @@ -23515,7 +23721,7 @@ $font)
    -

    method _putencryption [line 8669]

    +

    method _putencryption [line 8716]

    @@ -23543,7 +23749,7 @@ $font)
    -

    method _putextgstates [line 12093]

    +

    method _putextgstates [line 12140]

    @@ -23582,7 +23788,7 @@ $gs)
    -

    method _putfonts [line 7057]

    +

    method _putfonts [line 7094]

    @@ -23607,7 +23813,7 @@ $gs)
    -

    method _putfontwidths [line 7194]

    +

    method _putfontwidths [line 7231]

    @@ -23658,7 +23864,7 @@ $cidoffset = 0])
    -

    method _putheader [line 7826]

    +

    method _putheader [line 7863]

    @@ -23683,7 +23889,7 @@ $cidoffset = 0])
    -

    method _putimages [line 7453]

    +

    method _putimages [line 7490]

    @@ -23708,7 +23914,7 @@ $cidoffset = 0])
    -

    method _putinfo [line 7608]

    +

    method _putinfo [line 7645]

    @@ -23733,7 +23939,7 @@ $cidoffset = 0])
    -

    method _putjavascript [line 10708]

    +

    method _putjavascript [line 10755]

    @@ -23764,7 +23970,7 @@ $cidoffset = 0])
    -

    method _putocg [line 12011]

    +

    method _putocg [line 12058]

    @@ -23792,7 +23998,7 @@ $cidoffset = 0])
    -

    method _putpages [line 6249]

    +

    method _putpages [line 6286]

    @@ -23817,7 +24023,7 @@ $cidoffset = 0])
    -

    method _putresourcedict [line 7525]

    +

    method _putresourcedict [line 7562]

    @@ -23842,7 +24048,7 @@ $cidoffset = 0])
    -

    method _putresources [line 7585]

    +

    method _putresources [line 7622]

    @@ -23867,7 +24073,7 @@ $cidoffset = 0])
    -

    method _putshaders [line 12647]

    +

    method _putshaders [line 12694]

    @@ -23898,7 +24104,7 @@ $cidoffset = 0])
    -

    method _putsignature [line 11733]

    +

    method _putsignature [line 11780]

    @@ -23929,7 +24135,7 @@ $cidoffset = 0])
    -

    method _putspotcolors [line 7507]

    +

    method _putspotcolors [line 7544]

    @@ -23955,9 +24161,51 @@ $cidoffset = 0])
    [ Top ]
    +
    + +

    method _putstream [line 8233]

    +
    +
    +
    + void _putstream( +string +$s, [int +$n = 0]) +
    +

    + + Output a stream.



    +

    Tags:

    +
    + + + + +
    access:  protected
    +
    +

    + + +

    Parameters:

    +
    + + + + + + + + + + + +
    string  $s  string to output.
    int  $n  object reference for encryption mode
    +

    +
    [ Top ]
    +

    -

    method _puttrailer [line 7809]

    +

    method _puttrailer [line 7846]

    @@ -23982,7 +24230,7 @@ $cidoffset = 0])
    -

    method _puttruetypeunicode [line 7293]

    +

    method _puttruetypeunicode [line 7330]

    diff --git a/examples/example_045.php b/examples/example_045.php index ffa0ace..e52b21b 100755 --- a/examples/example_045.php +++ b/examples/example_045.php @@ -2,7 +2,7 @@ //============================================================+ // File name : example_045.php // Begin : 2008-03-04 -// Last Update : 2010-01-27 +// Last Update : 2010-05-06 // // Description : Example 045 for TCPDF class // Bookmarks and Table of Content @@ -106,7 +106,7 @@ for ($i = 2; $i < 12; $i++) { // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . // add a new page for TOC -$pdf->AddPage(); +$pdf->addTOCPage(); // write the TOC title $pdf->SetFont('times', 'B', 16); @@ -118,7 +118,8 @@ $pdf->SetFont('dejavusans', '', 12); // add table of content at page 1 $pdf->addTOC(1, 'courier', '.', 'INDEX'); -// IMPORTANT: After calling this method you have to call addPage() to add other content. +// end of TOC page +$pdf->endTOCPage(); // --------------------------------------------------------- diff --git a/examples/index.php b/examples/index.php index fe22e80..bdda12b 100644 --- a/examples/index.php +++ b/examples/index.php @@ -77,6 +77,7 @@ echo '<'.'?'.'xml version="1.0" encoding="UTF-8"'.'?'.'>';
  • Crop Marks and Registration Marks: [PDF]
  • Cell vertical alignments: [PDF]
  • SVG Image: [PDF]
  • +
  • Table Of Content with HTML templates: [PDF]
  • diff --git a/tcpdf.php b/tcpdf.php index fb25ca1..d4892b3 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -2,9 +2,9 @@ //============================================================+ // File name : tcpdf.php // Begin : 2002-08-03 -// Last Update : 2010-05-05 +// Last Update : 2010-05-06 // Author : Nicola Asuni - info@tecnick.com - http://www.tcpdf.org -// Version : 5.0.000 +// Version : 5.0.001 // License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html) // ---------------------------------------------------------------------------- // Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l. @@ -122,7 +122,7 @@ * @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 * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL - * @version 5.0.000 + * @version 5.0.001 */ /** @@ -146,14 +146,14 @@ if (!class_exists('TCPDF', false)) { /** * define default PDF document producer */ - define('PDF_PRODUCER', 'TCPDF 5.0.000 (http://www.tcpdf.org)'); + define('PDF_PRODUCER', 'TCPDF 5.0.001 (http://www.tcpdf.org)'); /** * This is a PHP class for generating PDF documents without requiring external extensions.
    * 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.0.000 + * @version 5.0.001 * @author Nicola Asuni - info@tecnick.com * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL @@ -1552,6 +1552,12 @@ if (!class_exists('TCPDF', false)) { */ protected $pdfunit = 'mm'; + /** + * @var true when we are on TOC (Table Of Content) page + * @access protected + */ + protected $tocpage = false; + /** * @var If true convert vector images (SVG, EPS) to raster image using GD or ImageMagick library. * @access protected @@ -2615,17 +2621,40 @@ if (!class_exists('TCPDF', false)) { return $this->numpages; } + /** + * Adds a new TOC (Table Of Content) page to the document. + * @param string $orientation page orientation. + * @param boolean $keepmargins if true overwrites the default page margins with the current margins + * @access public + * @since 5.0.001 (2010-05-06) + * @see AddPage(), startPage(), endPage(), endTOCPage() + */ + public function addTOCPage($orientation='', $format='', $keepmargins=false) { + $this->AddPage($orientation, $format, $keepmargins, true); + } + + /** + * Terminate the current TOC (Table Of Content) page + * @access public + * @since 5.0.001 (2010-05-06) + * @see AddPage(), startPage(), endPage(), addTOCPage() + */ + public function endTOCPage() { + $this->endPage(true); + } + /** * Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled). * The origin of the coordinate system is at the top-left corner (or top-right for RTL) and increasing ordinates go downwards. * @param string $orientation page orientation. Possible values are (case insensitive):
    • P or PORTRAIT (default)
    • L or LANDSCAPE
    * @param mixed $format The format used for pages. It can be either one of the following values (case insensitive) or a custom format in the form of a two-element array containing the width and the height (expressed in the unit given by unit).
    • 4A0
    • 2A0
    • A0
    • A1
    • A2
    • A3
    • A4 (default)
    • A5
    • A6
    • A7
    • A8
    • A9
    • A10
    • B0
    • B1
    • B2
    • B3
    • B4
    • B5
    • B6
    • B7
    • B8
    • B9
    • B10
    • C0
    • C1
    • C2
    • C3
    • C4
    • C5
    • C6
    • C7
    • C8
    • C9
    • C10
    • RA0
    • RA1
    • RA2
    • RA3
    • RA4
    • SRA0
    • SRA1
    • SRA2
    • SRA3
    • SRA4
    • LETTER
    • LEGAL
    • EXECUTIVE
    • FOLIO
    * @param boolean $keepmargins if true overwrites the default page margins with the current margins + * @param boolean $tocpage if true set the tocpage state to true (the added page will be used to display Table Of Content). * @access public * @since 1.0 - * @see startPage(), endPage() + * @see startPage(), endPage(), addTOCPage(), endTOCPage() */ - public function AddPage($orientation='', $format='', $keepmargins=false) { + public function AddPage($orientation='', $format='', $keepmargins=false, $tocpage=false) { if (!isset($this->original_lMargin) OR $keepmargins) { $this->original_lMargin = $this->lMargin; } @@ -2635,16 +2664,17 @@ if (!class_exists('TCPDF', false)) { // terminate previous page $this->endPage(); // start new page - $this->startPage($orientation, $format); + $this->startPage($orientation, $format, $tocpage); } /** * Terminate the current page - * @access protected + * @param boolean $tocpage if true set the tocpage state to false (end the page used to display Table Of Content). + * @access public * @since 4.2.010 (2008-11-14) - * @see startPage(), AddPage() + * @see AddPage(), startPage(), addTOCPage(), endTOCPage() */ - protected function endPage() { + public function endPage($tocpage=false) { // check if page is already closed if (($this->page == 0) OR ($this->numpages > $this->page) OR (!$this->pageopen[$this->page])) { return; @@ -2657,6 +2687,9 @@ if (!class_exists('TCPDF', false)) { // mark page as closed $this->pageopen[$this->page] = false; $this->InFooter = false; + if ($tocpage) { + $this->tocpage = false; + } } /** @@ -2664,11 +2697,15 @@ if (!class_exists('TCPDF', false)) { * The origin of the coordinate system is at the top-left corner and increasing ordinates go downwards. * @param string $orientation page orientation. Possible values are (case insensitive):
    • P or PORTRAIT (default)
    • L or LANDSCAPE
    * @param mixed $format The format used for pages. It can be either one of the following values (case insensitive) or a custom format in the form of a two-element array containing the width and the height (expressed in the unit given by unit).
    • 4A0
    • 2A0
    • A0
    • A1
    • A2
    • A3
    • A4 (default)
    • A5
    • A6
    • A7
    • A8
    • A9
    • A10
    • B0
    • B1
    • B2
    • B3
    • B4
    • B5
    • B6
    • B7
    • B8
    • B9
    • B10
    • C0
    • C1
    • C2
    • C3
    • C4
    • C5
    • C6
    • C7
    • C8
    • C9
    • C10
    • RA0
    • RA1
    • RA2
    • RA3
    • RA4
    • SRA0
    • SRA1
    • SRA2
    • SRA3
    • SRA4
    • LETTER
    • LEGAL
    • EXECUTIVE
    • FOLIO
    - * @access protected + * @param boolean $tocpage if true set the tocpage state to true (the added page will be used to display Table of Content). + * @access public * @since 4.2.010 (2008-11-14) - * @see endPage(), AddPage() + * @see AddPage(), endPage(), addTOCPage(), endTOCPage() */ - protected function startPage($orientation='', $format='') { + public function startPage($orientation='', $format='', $tocpage=false) { + if ($tocpage) { + $this->tocpage = true; + } if ($this->numpages > $this->page) { // this page has been already added $this->setPage($this->page + 1); @@ -8187,6 +8224,16 @@ if (!class_exists('TCPDF', false)) { return "stream\n".$s."\nendstream"; } + /** + * Output a stream. + * @param string $s string to output. + * @param int $n object reference for encryption mode + * @access protected + */ + protected function _putstream($s, $n=0) { + $this->_out($this->_getstream($s, $n)); + } + /** * Output a string to the document. * @param string $s string to output. @@ -10596,7 +10643,7 @@ if (!class_exists('TCPDF', false)) { if (empty($page)) { $page = $this->PageNo(); } - $this->outlines[] = array('t' => $txt, 'l' => $level, 'y' => $y, 'p' => $page); + $this->outlines[] = array('t' => strip_tags($txt), 'l' => $level, 'y' => $y, 'p' => $page); } /** @@ -11987,7 +12034,7 @@ if (!class_exists('TCPDF', false)) { * @param int $num page number * @access protected * @since 4.5.001 (2009-01-04) - * @see addTOC() + * @see addTOC(), addHTMLTOC() */ protected function formatTOCPageNumber($num) { return number_format((float)$num, 0, '', '.'); @@ -17486,7 +17533,8 @@ if (!class_exists('TCPDF', false)) { /** * Output a Table of Content Index (TOC). - * After calling this method you have to call addPage() to add other content. + * Before calling this method you have to open the page using the addTOCPage() method. + * After calling this method you have to call endTOCPage() to close the TOC page. * You can override this method to achieve different styles. * @param int $page page number where this TOC should be inserted (leave empty for current page). * @param string $numbersfont set the font for page numbers (please use monospaced font for better alignment). @@ -17495,6 +17543,7 @@ if (!class_exists('TCPDF', false)) { * @access public * @author Nicola Asuni * @since 4.5.000 (2009-01-02) + * @see addTOCPage(), endTOCPage(), addHTMLTOC() */ public function addTOC($page='', $numbersfont='', $filler='.', $toc_name='TOC') { $fontsize = $this->FontSizePt; @@ -17633,6 +17682,109 @@ if (!class_exists('TCPDF', false)) { } } + /** + * Output a Table Of Content Index (TOC) using HTML templates. + * Before calling this method you have to open the page using the addTOCPage() method. + * After calling this method you have to call endTOCPage() to close the TOC page. + * @param int $page page number where this TOC should be inserted (leave empty for current page). + * @param string $toc_name name to use for TOC bookmark. + * @param array $templates array of html templates. Use: #TOC_DESCRIPTION# for bookmark title, #TOC_PAGE_NUMBER# for page number. + * @parma boolean $correct_align if true correct the number alignment (numbers must be in monospaced font like courier and right aligned on LTR, or left aligned on RTL) + * @access public + * @author Nicola Asuni + * @since 5.0.001 (2010-05-06) + * @see addTOCPage(), endTOCPage(), addTOC() + */ + public function addHTMLTOC($page='', $toc_name='TOC', $templates=array(), $correct_align=true) { + $prev_htmlLinkColorArray = $this->htmlLinkColorArray; + $prev_htmlLinkFontStyle = $this->htmlLinkFontStyle; + // set new style for link + $this->htmlLinkColorArray = array(); + $this->htmlLinkFontStyle = ''; + $page_first = $this->getPage(); + foreach ($this->outlines as $key => $outline) { + if ($this->empty_string($page)) { + $pagenum = $outline['p']; + } else { + // placemark to be replaced with the correct number + $pagenum = '{#'.($outline['p']).'}'; + if (($this->CurrentFont['type'] == 'TrueTypeUnicode') OR ($this->CurrentFont['type'] == 'cidfont0')) { + $pagenum = '{'.$pagenum.'}'; + } + } + // get HTML template + $row = $templates[$outline['l']]; + // replace templates with current values + $row = str_replace('#TOC_DESCRIPTION#', $outline['t'], $row); + $row = str_replace('#TOC_PAGE_NUMBER#', $pagenum, $row); + // add link to page + $row = ''.$row.''; + // write bookmark entry + $this->writeHTML($row, false, false, true, false, ''); + } + // restore link styles + $this->htmlLinkColorArray = $prev_htmlLinkColorArray; + $this->htmlLinkFontStyle = $prev_htmlLinkFontStyle; + // move TOC page and replace numbers + $page_last = $this->getPage(); + $numpages = $page_last - $page_first + 1; + if (!$this->empty_string($page)) { + for ($p = $page_first; $p <= $page_last; ++$p) { + // get page data + $temppage = $this->getPageBuffer($p); + for ($n = 1; $n <= $this->numpages; ++$n) { + // update page numbers + $k = '{#'.$n.'}'; + $ku = '{'.$k.'}'; + $alias_a = $this->_escape($k); + $alias_au = $this->_escape('{'.$k.'}'); + if ($this->isunicode) { + $alias_b = $this->_escape($this->UTF8ToLatin1($k)); + $alias_bu = $this->_escape($this->UTF8ToLatin1($ku)); + $alias_c = $this->_escape($this->utf8StrRev($k, false, $this->tmprtl)); + $alias_cu = $this->_escape($this->utf8StrRev($ku, false, $this->tmprtl)); + } + if ($n >= $page) { + $np = $n + $numpages; + } else { + $np = $n; + } + $ns = $this->formatTOCPageNumber($np); + $nu = $ns; + if ($correct_align) { + $sdiff = strlen($k) - strlen($ns); + $sdiffu = strlen($ku) - strlen($ns); + $sfill = str_repeat(' ', $sdiff); + $sfillu = str_repeat(' ', $sdiffu); + if ($this->rtl) { + $ns = $ns.$sfill; + $nu = $nu.$sfillu; + } else { + $ns = $sfill.$ns; + $nu = $sfillu.$nu; + } + } + $nu = $this->UTF8ToUTF16BE($nu, false); + $temppage = str_replace($alias_au, $nu, $temppage); + if ($this->isunicode) { + $temppage = str_replace($alias_bu, $nu, $temppage); + $temppage = str_replace($alias_cu, $nu, $temppage); + $temppage = str_replace($alias_b, $ns, $temppage); + $temppage = str_replace($alias_c, $ns, $temppage); + } + $temppage = str_replace($alias_a, $ns, $temppage); + } + // save changes + $this->setPageBuffer($p, $temppage); + } + // move pages + $this->Bookmark($toc_name, 0, 0, $page_first); + for ($i = 0; $i < $numpages; ++$i) { + $this->movePage($page_last, $page); + } + } + } + /** * Stores a copy of the current TCPDF object used for undo operation. * @access public
    @@ -24027,7 +24275,7 @@ $font)
    -

    method _putviewerpreferences [line 7738]

    +

    method _putviewerpreferences [line 7775]

    diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html index 598165d..b1478d0 100644 --- a/doc/li_com-tecnick-tcpdf.html +++ b/doc/li_com-tecnick-tcpdf.html @@ -64,7 +64,7 @@ This documentation was generated by phpDocumentor v1.4.3

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:33 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/index.html b/doc/index.html index 598165d..b1478d0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -64,7 +64,7 @@ This documentation was generated by phpDocumentor v1.4.3

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:33 +0200 by phpDocumentor 1.4.3
    @@ -24061,7 +24309,7 @@ $font)
    -

    method _RC4 [line 8693]

    +

    method _RC4 [line 8740]

    diff --git a/doc/errors.html b/doc/errors.html index 718cdfd..8ad9b3d 100644 --- a/doc/errors.html +++ b/doc/errors.html @@ -33,13 +33,18 @@
    diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index 9310d5d..9e7c02d 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -210,6 +210,8 @@
    in file tcpdf.php, method TCPDF::_putsignature()
        Add certification signature (DocMDP or UR3)
    _putspotcolors
    in file tcpdf.php, method TCPDF::_putspotcolors()
        Output Spot Colors Resources.
    +
    _putstream
    +
    in file tcpdf.php, method TCPDF::_putstream()
        Output a stream.
    _puttrailer
    in file tcpdf.php, method TCPDF::_puttrailer()
        Output trailer.
    _puttruetypeunicode
    @@ -231,13 +233,13 @@
    _Uvalue
    in file tcpdf.php, method TCPDF::_Uvalue()
        Compute U value (used for RC4 encryption)
    __construct
    -
    in file qrcode.php, method QRcode::__construct()
        This is the class constructor.
    +
    in file tcpdf.php, method TCPDF::__construct()
        This is the class constructor.
    __construct
    in file barcodes.php, method TCPDFBarcode::__construct()
        This is the class constructor.
    __construct
    in file 2dbarcodes.php, method TCPDF2DBarcode::__construct()
        This is the class constructor.
    __construct
    -
    in file tcpdf.php, method TCPDF::__construct()
        This is the class constructor.
    +
    in file qrcode.php, method QRcode::__construct()
        This is the class constructor.
    __destruct
    in file tcpdf.php, method TCPDF::__destruct()
        Default destructor.
    @@ -278,6 +280,8 @@
    in file tcpdf.php, method TCPDF::AddFont()
        Imports a TrueType, Type1, core, or CID0 font and makes it available.
    addHtmlLink
    in file tcpdf.php, method TCPDF::addHtmlLink()
        Output anchor link.
    +
    addHTMLTOC
    +
    in file tcpdf.php, method TCPDF::addHTMLTOC()
        Output a Table Of Content Index (TOC) using HTML templates.
    addHTMLVertSpace
    in file tcpdf.php, method TCPDF::addHTMLVertSpace()
        Add vertical spaces if needed.
    addJavascriptObject
    @@ -290,6 +294,8 @@
    in file tcpdf.php, method TCPDF::AddSpotColor()
        Defines a new spot color.
    addTOC
    in file tcpdf.php, method TCPDF::addTOC()
        Output a Table of Content Index (TOC).
    +
    addTOCPage
    +
    in file tcpdf.php, method TCPDF::addTOCPage()
        Adds a new TOC (Table Of Content) page to the document.
    AliasNbPages
    in file tcpdf.php, method TCPDF::AliasNbPages()
        Defines an alias for the total number of pages.
    AliasNumPage
    @@ -600,6 +606,8 @@
    in file tcpdf.php, method TCPDF::endPage()
        Terminate the current page
    endSVGElementHandler
    in file tcpdf.php, method TCPDF::endSVGElementHandler()
        Sets the closing SVG element handler function for the XML parser.
    +
    endTOCPage
    +
    in file tcpdf.php, method TCPDF::endTOCPage()
        Terminate the current TOC (Table Of Content) page
    Error
    in file tcpdf.php, method TCPDF::Error()
        This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
    estimateBitsMode8
    @@ -1788,6 +1796,8 @@
    in file tcpdf.php, variable TCPDF::$tMargin
    $tmprtl
    in file tcpdf.php, variable TCPDF::$tmprtl
    +
    $tocpage
    +
    in file tcpdf.php, variable TCPDF::$tocpage
    $transfmatrix
    in file tcpdf.php, variable TCPDF::$transfmatrix
        Array of transformation matrix
    $transfmatrix_key
    @@ -1961,7 +1971,7 @@ top

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:33 +0200 by phpDocumentor 1.4.3
    @@ -24112,7 +24360,7 @@ $text)
    -

    method _setGDImageTransparency [line 5611]

    +

    method _setGDImageTransparency [line 5648]

    diff --git a/doc/elementindex.html b/doc/elementindex.html index 1beec83..cb37d08 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -105,6 +105,8 @@
    in file tcpdf.php, method TCPDF::AddFont()
        Imports a TrueType, Type1, core, or CID0 font and makes it available.
    addHtmlLink
    in file tcpdf.php, method TCPDF::addHtmlLink()
        Output anchor link.
    +
    addHTMLTOC
    +
    in file tcpdf.php, method TCPDF::addHTMLTOC()
        Output a Table Of Content Index (TOC) using HTML templates.
    addHTMLVertSpace
    in file tcpdf.php, method TCPDF::addHTMLVertSpace()
        Add vertical spaces if needed.
    addJavascriptObject
    @@ -117,6 +119,8 @@
    in file tcpdf.php, method TCPDF::AddSpotColor()
        Defines a new spot color.
    addTOC
    in file tcpdf.php, method TCPDF::addTOC()
        Output a Table of Content Index (TOC).
    +
    addTOCPage
    +
    in file tcpdf.php, method TCPDF::addTOCPage()
        Adds a new TOC (Table Of Content) page to the document.
    AliasNbPages
    in file tcpdf.php, method TCPDF::AliasNbPages()
        Defines an alias for the total number of pages.
    AliasNumPage
    @@ -427,6 +431,8 @@
    in file tcpdf.php, method TCPDF::endPage()
        Terminate the current page
    endSVGElementHandler
    in file tcpdf.php, method TCPDF::endSVGElementHandler()
        Sets the closing SVG element handler function for the XML parser.
    +
    endTOCPage
    +
    in file tcpdf.php, method TCPDF::endTOCPage()
        Terminate the current TOC (Table Of Content) page
    Error
    in file tcpdf.php, method TCPDF::Error()
        This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
    estimateBitsMode8
    @@ -1615,6 +1621,8 @@
    in file tcpdf.php, variable TCPDF::$tMargin
    $tmprtl
    in file tcpdf.php, variable TCPDF::$tmprtl
    +
    $tocpage
    +
    in file tcpdf.php, variable TCPDF::$tocpage
    $transfmatrix
    in file tcpdf.php, variable TCPDF::$transfmatrix
        Array of transformation matrix
    $transfmatrix_key
    @@ -1897,6 +1905,8 @@
    in file tcpdf.php, method TCPDF::_putsignature()
        Add certification signature (DocMDP or UR3)
    _putspotcolors
    in file tcpdf.php, method TCPDF::_putspotcolors()
        Output Spot Colors Resources.
    +
    _putstream
    +
    in file tcpdf.php, method TCPDF::_putstream()
        Output a stream.
    _puttrailer
    in file tcpdf.php, method TCPDF::_puttrailer()
        Output trailer.
    _puttruetypeunicode
    @@ -1918,13 +1928,13 @@
    _Uvalue
    in file tcpdf.php, method TCPDF::_Uvalue()
        Compute U value (used for RC4 encryption)
    __construct
    -
    in file qrcode.php, method QRcode::__construct()
        This is the class constructor.
    +
    in file tcpdf.php, method TCPDF::__construct()
        This is the class constructor.
    __construct
    in file barcodes.php, method TCPDFBarcode::__construct()
        This is the class constructor.
    __construct
    in file 2dbarcodes.php, method TCPDF2DBarcode::__construct()
        This is the class constructor.
    __construct
    -
    in file tcpdf.php, method TCPDF::__construct()
        This is the class constructor.
    +
    in file qrcode.php, method QRcode::__construct()
        This is the class constructor.
    __destruct
    in file tcpdf.php, method TCPDF::__destruct()
        Default destructor.
    @@ -1932,7 +1942,7 @@ top

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:33 +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 e4392df..ef8af1a 100644 --- a/doc/com-tecnick-tcpdf/_unicode_data.php.html +++ b/doc/com-tecnick-tcpdf/_unicode_data.php.html @@ -243,7 +243,7 @@ Unicode Include file for TCPDF.




    - Documentation generated on Wed, 05 May 2010 11:56:17 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:37 +0200 by phpDocumentor 1.4.3
    @@ -24157,7 +24405,7 @@ $image)
    -

    method _textannobjstring [line 8147]

    +

    method _textannobjstring [line 8184]

    diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html index bf34d69..2e6b1e6 100644 --- a/doc/com-tecnick-tcpdf/_tcpdf.php.html +++ b/doc/com-tecnick-tcpdf/_tcpdf.php.html @@ -79,7 +79,7 @@ This is a PHP class for generating PDF documents without requiring external exte - + @@ -110,7 +110,7 @@ unicode data

    @@ -24196,7 +24444,7 @@ $s)
    -

    method _textstring [line 8133]

    +

    method _textstring [line 8170]

    diff --git a/doc/com-tecnick-tcpdf/_qrcode.php.html b/doc/com-tecnick-tcpdf/_qrcode.php.html index 82d7eeb..a207b0e 100644 --- a/doc/com-tecnick-tcpdf/_qrcode.php.html +++ b/doc/com-tecnick-tcpdf/_qrcode.php.html @@ -477,7 +477,7 @@ string $string, [int $split_length = 1])

    - Documentation generated on Wed, 05 May 2010 11:56:13 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:34 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html index 3624298..e798b8e 100644 --- a/doc/com-tecnick-tcpdf/_htmlcolors.php.html +++ b/doc/com-tecnick-tcpdf/_htmlcolors.php.html @@ -94,7 +94,7 @@ Array of WEB safe colors.




    - Documentation generated on Wed, 05 May 2010 11:56:13 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:34 +0200 by phpDocumentor 1.4.3
    @@ -24235,7 +24483,7 @@ $s)
    -

    method _toJPEG [line 5574]

    +

    method _toJPEG [line 5611]

    diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html index 092cb3c..3110dcb 100644 --- a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html +++ b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html @@ -539,7 +539,7 @@ Configuration file for TCPDF.




    - Documentation generated on Wed, 05 May 2010 11:56:17 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:37 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html index 84916a5..5fd990b 100644 --- a/doc/com-tecnick-tcpdf/_barcodes.php.html +++ b/doc/com-tecnick-tcpdf/_barcodes.php.html @@ -102,7 +102,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:34 +0200 by phpDocumentor 1.4.3
    @@ -24277,7 +24525,7 @@ $file)
    -

    method _toPNG [line 5593]

    +

    method _toPNG [line 5630]

    diff --git a/doc/com-tecnick-tcpdf/_2dbarcodes.php.html b/doc/com-tecnick-tcpdf/_2dbarcodes.php.html index 010f4ba..d3c1d41 100644 --- a/doc/com-tecnick-tcpdf/_2dbarcodes.php.html +++ b/doc/com-tecnick-tcpdf/_2dbarcodes.php.html @@ -102,7 +102,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:33 +0200 by phpDocumentor 1.4.3
    diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html index c253d50..37c1813 100644 --- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html @@ -1374,7 +1374,7 @@ $type)

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:34 +0200 by phpDocumentor 1.4.3
    @@ -24322,7 +24570,7 @@ $file)
    -

    method _Uvalue [line 8759]

    +

    method _Uvalue [line 8806]

    diff --git a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html index 04a815b..b9e491a 100644 --- a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html @@ -296,7 +296,7 @@ $type)

    - Documentation generated on Wed, 05 May 2010 11:56:12 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:33 +0200 by phpDocumentor 1.4.3
    @@ -24359,7 +24607,7 @@ $file)

    - Documentation generated on Wed, 05 May 2010 11:56:14 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:35 +0200 by phpDocumentor 1.4.3
    author:  Nicola Asuni
    version:  5.0.000version:  5.0.001
    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.0.000 (http://www.tcpdf.org)' + PDF_PRODUCER = 'TCPDF 5.0.001 (http://www.tcpdf.org)'
    @@ -121,7 +121,7 @@ unicode data


    - Documentation generated on Wed, 05 May 2010 11:56:14 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:35 +0200 by phpDocumentor 1.4.3
    Post-parsing
    +tcpdf.php
    + +

    tcpdf.php

    +

    Warnings:


    +Warning on line 17697 - Unknown tag "@parma" used

    2dbarcodes.php

    Errors:


    Error on line 79 - Text cannot be outside of li tag in a DocBlock list, parsing will be incorrect

    - Documentation generated on Wed, 05 May 2010 11:56:17 +0200 by phpDocumentor 1.4.3 + Documentation generated on Thu, 06 May 2010 12:39:37 +0200 by phpDocumentor 1.4.3