diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 61d8fe0..6f98caf 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,9 @@ +4.6.021 (2009-07-20) + - Bug item #2824015 "XHTML Ampersand & in hyperlink bug" was fixed. + - Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed. + - Links alignment on justified text was fixed. + - Unicode "\u" modifier was added to re_spaces variable by default. + 4.6.020 (2009-07-16) - Bug item #2821921 "issue in example 18" was fixed. - Signature of SetRTL() method was changed. diff --git a/README.TXT b/README.TXT index dd573aa..8a40ed7 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 4.6.020 -Release date: 2009-07-16 +Version: 4.6.021 +Release date: 2009-07-20 Author: Nicola Asuni Copyright (c) 2001-2009: diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index e76b5dc..4d09a9f 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -45,7 +45,7 @@

- Documentation generated on Thu, 16 Jul 2009 14:48:05 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:26 +0200 by phpDocumentor 1.4.1
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index 738dfd2..9b87699 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -74,7 +74,7 @@ Source Location: /tcpdf.php

Version:

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

  • $cache_UTF8StringToArray
  • $cell_height_ratio
  • $cMargin
  • +
  • $cntmrk
  • $ColorFlag
  • $compress
  • $CoreFonts
  • @@ -404,6 +405,7 @@ Source Location: /tcpdf.php

  • setCellHeightRatio
  • SetCellPadding
  • SetCompression
  • +
  • setContentMark
  • SetCreator
  • SetDefaultMonospacedFont
  • setDefaultTableColumns
  • @@ -590,7 +592,7 @@ This is a PHP class for generating PDF documents without requiring external exte author:  Nicola Asuni - info@tecnick.com - version:  4.6.020 + version:  4.6.021 link:  http://www.tcpdf.org @@ -799,7 +801,7 @@ This is a PHP class for generating PDF documents without requiring external exte

    $booklet =  false

    -

    [line 1083]

    +

    [line 1091]

    Booklet mode for double-sided pages



    Tags:

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

    $bufferlen =  0

    -

    [line 1183]

    +

    [line 1191]

    Lenght of the buffer in bytes.



    Tags:

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

    $cache_file_lenght = array()

    -

    [line 1232]

    +

    [line 1240]

    Array used to store the lenghts of cache files



    Tags:

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

    $cache_maxsize_UTF8StringToArray =  8

    -

    [line 1260]

    +

    [line 1268]

    Maximum size of cache array used for UTF8StringToArray() method.



    Tags:

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

    $cache_size_UTF8StringToArray =  0

    -

    [line 1267]

    +

    [line 1275]

    Current size of cache array used for UTF8StringToArray() method.



    Tags:

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

    $cache_UTF8StringToArray = array()

    -

    [line 1253]

    +

    [line 1261]

    Cache array for UTF8StringToArray() method.



    Tags:

    @@ -1035,6 +1037,33 @@ This is a PHP class for generating PDF documents without requiring external exte Type:   cell + + +


    +
    [ Top ]

    + +

    +

    $cntmrk = array()

    +

    [line 985]

    + Array used to store content positions inside the pages buffer.

    keys are the page numbers




    +

    Tags:

    +
    + + + + + + + +
    since:  4.6.021 (2009-07-20)
    access:  protected
    +
    + +
    +
    + + + +
    Type:  mixed


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

    $customlistindent =  -1

    -

    [line 1105]

    +

    [line 1113]



    Tags:

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

    $default_monospaced_font =  'courier'

    -

    [line 1218]

    +

    [line 1226]

    Default monospaced font



    Tags:

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

    $diskcache =  false

    -

    [line 1190]

    +

    [line 1198]

    If true enables disk caching.



    Tags:

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

    $embeddedfiles = array()

    -

    [line 1119]

    +

    [line 1127]



    Tags:

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

    $endlinex =  0

    -

    [line 1006]

    +

    [line 1014]

    End position of the latest inserted line



    Tags:

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

    $epsmarker =  'x#!#EPS#!#x'

    -

    [line 1069]

    +

    [line 1077]

    String used to mark the beginning and end of EPS image blocks



    Tags:

    @@ -1638,8 +1667,8 @@ This is a PHP class for generating PDF documents without requiring external exte
    [ Top ]

    -

    $feps =  0.001

    -

    [line 1090]

    +

    $feps =  0.005

    +

    [line 1098]

    Epsilon value used for float calculations



    Tags:

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

    $fontkeys = array()

    -

    [line 1204]

    +

    [line 1212]

    Store the font keys.



    Tags:

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

    $footerlen = array()

    -

    [line 992]

    +

    [line 1000]

    Array used to store footer lenght of each page.



    Tags:

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

    $footerpos = array()

    -

    [line 984]

    +

    [line 992]

    Array used to store footer positions of each page.



    Tags:

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

    $htmlLinkColorArray = array(0, 0, 255)

    -

    [line 1141]

    +

    [line 1149]

    Default color for html links



    Tags:

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

    $htmlLinkFontStyle =  'U'

    -

    [line 1148]

    +

    [line 1156]

    Default font style to add to html links



    Tags:

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

    $htmlvspace =  0

    -

    [line 1048]

    +

    [line 1056]

    Count the latest inserted vertical spaces on HTML



    Tags:

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

    $imagekeys = array()

    -

    [line 1176]

    +

    [line 1184]

    Store the image keys.



    Tags:

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

    $linestyleCap =  '0 J'

    -

    [line 1020]

    +

    [line 1028]

    PDF string for last line width



    Tags:

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

    $linestyleDash =  '[] 0 d'

    -

    [line 1034]

    +

    [line 1042]

    PDF string for last line width



    Tags:

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

    $linestyleJoin =  '0 j'

    -

    [line 1027]

    +

    [line 1035]

    PDF string for last line width



    Tags:

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

    $linestyleWidth =  ''

    -

    [line 1013]

    +

    [line 1021]

    PDF string for last line width



    Tags:

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

    $lisymbol =  ''

    -

    [line 1062]

    +

    [line 1070]

    Symbol used for HTML unordered list items



    Tags:

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

    $newline =  true

    -

    [line 999]

    +

    [line 1007]

    True if a newline is created.



    Tags:

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

    $numfonts =  0

    -

    [line 1197]

    +

    [line 1205]

    Counts the number of fonts.



    Tags:

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

    $numimages =  0

    -

    [line 1169]

    +

    [line 1177]

    Counts the number of pages.



    Tags:

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

    $numpages =  0

    -

    [line 1155]

    +

    [line 1163]

    Counts the number of pages.



    Tags:

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

    $objcopy =

    -

    [line 1225]

    +

    [line 1233]

    Used to store a cloned copy of the current class object



    Tags:

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

    $opencell =  true

    -

    [line 1112]

    +

    [line 1120]



    Tags:

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

    $openMarkedContent =  false

    -

    [line 1041]

    +

    [line 1049]

    True if marked-content sequence is open



    Tags:

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

    $pagelen = array()

    -

    [line 1162]

    +

    [line 1170]

    Array containing page lenghts in bytes.



    Tags:

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

    $pageopen = array()

    -

    [line 1211]

    +

    [line 1219]

    Store the fage status (true when opened, false when closed).



    Tags:

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

    $premode =  false

    -

    [line 1126]

    +

    [line 1134]



    Tags:

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

    $re_spaces =  '/[\s]/'

    -

    [line 1295]

    +

    [line 1303]

    Regular expression used to find blank characters used for word-wrapping.



    Tags:

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

    $sign =  false

    -

    [line 1274]

    +

    [line 1282]

    If true enables document signing



    Tags:

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

    $signature_data = array()

    -

    [line 1281]

    +

    [line 1289]

    Signature data



    Tags:

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

    $signature_max_lenght =  5120

    -

    [line 1288]

    +

    [line 1296]

    Signature max lenght



    Tags:

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

    $spot_colors = array()

    -

    [line 1055]

    +

    [line 1063]

    Array of Spot colors



    Tags:

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

    $tagvspaces = array()

    -

    [line 1097]

    +

    [line 1105]

    Array used for custom vertical spaces for HTML tags



    Tags:

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

    $thead =  ''

    -

    [line 1239]

    +

    [line 1247]

    Table header content to be repeated on each new page



    Tags:

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

    $theadMargins = array()

    -

    [line 1246]

    +

    [line 1254]

    Margins used for table header.



    Tags:

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

    $transfmatrix = array()

    -

    [line 1076]

    +

    [line 1084]

    Array of transformation matrix



    Tags:

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

    $transfmrk = array()

    -

    [line 1134]

    +

    [line 1142]

    Array used to store positions of graphics transformation blocks inside the page buffer.

    keys are the page numbers




    Tags:

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

    constructor __construct [line 1314]

    +

    constructor __construct [line 1322]

    @@ -5293,7 +5322,7 @@ $diskcache = false])
    -

    destructor __destruct [line 1435]

    +

    destructor __destruct [line 1443]

    @@ -5321,7 +5350,7 @@ $diskcache = false])
    -

    method AcceptPageBreak [line 3328]

    +

    method AcceptPageBreak [line 3354]

    @@ -5352,7 +5381,7 @@ $diskcache = false])
    -

    method addExtGState [line 9656]

    +

    method addExtGState [line 9686]

    @@ -5388,7 +5417,7 @@ $parms)
    -

    method AddFont [line 2926]

    +

    method AddFont [line 2952]

    @@ -5445,7 +5474,7 @@ $fontfile = ''])
    -

    method addHtmlLink [line 6940]

    +

    method addHtmlLink [line 6970]

    @@ -5514,7 +5543,7 @@ $style = -1])
    -

    method addHTMLVertSpace [line 12792]

    +

    method addHTMLVertSpace [line 12833]

    @@ -5580,7 +5609,7 @@ $closing = false])
    -

    method AddLink [line 3148]

    +

    method AddLink [line 3174]

    @@ -5611,7 +5640,7 @@ $closing = false])
    -

    method AddPage [line 2160]

    +

    method AddPage [line 2168]

    @@ -5659,7 +5688,7 @@ $format = ''])
    -

    method AddSpotColor [line 2559]

    +

    method AddSpotColor [line 2585]

    @@ -5725,7 +5754,7 @@ $k)
    -

    method addTOC [line 13814]

    +

    method addTOC [line 13855]

    @@ -5779,7 +5808,7 @@ $filler = '.'])
    -

    method AliasNbPages [line 9464]

    +

    method AliasNbPages [line 9494]

    @@ -5821,7 +5850,7 @@ $alias = '{nb}'])
    -

    method AliasNumPage [line 9491]

    +

    method AliasNumPage [line 9521]

    @@ -5863,7 +5892,7 @@ $alias = '{pnb}'])
    -

    method Annotation [line 3204]

    +

    method Annotation [line 3230]

    @@ -5938,7 +5967,7 @@ $spaces = 0])
    -

    method Arrow [line 8370]

    +

    method Arrow [line 8400]

    @@ -6016,7 +6045,7 @@ $arm_angle = 15])
    -

    method arrUTF8ToUTF16BE [line 6842]

    +

    method arrUTF8ToUTF16BE [line 6868]

    @@ -6091,7 +6120,7 @@ $setbom = true])
    -

    method Bookmark [line 8986]

    +

    method Bookmark [line 9016]

    @@ -6145,7 +6174,7 @@ $page = ''])
    -

    method Button [line 9268]

    +

    method Button [line 9298]

    @@ -6211,7 +6240,7 @@ $prop = array()])
    -

    method Cell [line 3389]

    +

    method Cell [line 3415]

    @@ -6307,7 +6336,7 @@ $ignore_min_height = false])
    -

    method CheckBox [line 9248]

    +

    method CheckBox [line 9278]

    @@ -6361,7 +6390,7 @@ $prop = array()])
    -

    method checkPageBreak [line 3341]

    +

    method checkPageBreak [line 3367]

    @@ -6415,7 +6444,7 @@ $addpage = true])
    -

    method Circle [line 8057]

    +

    method Circle [line 8087]

    @@ -6514,7 +6543,7 @@ $afinish:)
    -

    method Clip [line 9919]

    +

    method Clip [line 9949]

    @@ -6574,7 +6603,7 @@ $h)
    -

    method Close [line 2054]

    +

    method Close [line 2062]

    @@ -6605,7 +6634,7 @@ $h)
    -

    method closeHTMLTagHandler [line 12461]

    +

    method closeHTMLTagHandler [line 12502]

    @@ -6659,7 +6688,7 @@ $dom)
    -

    method ComboBox [line 9229]

    +

    method ComboBox [line 9259]

    @@ -6719,7 +6748,7 @@ $prop = array()])
    -

    method commitTransaction [line 13971]

    +

    method commitTransaction [line 14012]

    @@ -6747,7 +6776,7 @@ $prop = array()])
    -

    method convertHTMLColorToDec [line 6973]

    +

    method convertHTMLColorToDec [line 7003]

    @@ -6786,7 +6815,7 @@ $color = '#FFFFFF'])
    -

    method CoonsPatchMesh [line 9839]

    +

    method CoonsPatchMesh [line 9869]

    @@ -6888,7 +6917,7 @@ $coords_max = 1])
    -

    method Curve [line 7832]

    +

    method Curve [line 7862]

    @@ -6990,7 +7019,7 @@ $fill_color = array()])
    -

    method deletePage [line 13674]

    +

    method deletePage [line 13715]

    @@ -7032,7 +7061,7 @@ $page)
    -

    method Ellipse [line 7953]

    +

    method Ellipse [line 7983]

    @@ -7149,7 +7178,7 @@ $afinish:)
    -

    method empty_string [line 14018]

    +

    method empty_string [line 14059]

    @@ -7191,7 +7220,7 @@ $str)
    -

    method endPage [line 2179]

    +

    method endPage [line 2187]

    @@ -7222,7 +7251,7 @@ $str)
    -

    method Error [line 2026]

    +

    method Error [line 2034]

    @@ -7261,7 +7290,7 @@ $msg)
    -

    method Footer [line 2400]

    +

    method Footer [line 2426]

    @@ -7286,7 +7315,7 @@ $msg)
    -

    method formatPageNumber [line 9568]

    +

    method formatPageNumber [line 9598]

    @@ -7325,7 +7354,7 @@ $num)
    -

    method formatTOCPageNumber [line 9580]

    +

    method formatTOCPageNumber [line 9610]

    @@ -7367,7 +7396,7 @@ $num)
    -

    method GetAbsX [line 4885]

    +

    method GetAbsX [line 4912]

    @@ -7398,7 +7427,7 @@ $num)
    -

    method getAliasNbPages [line 9476]

    +

    method getAliasNbPages [line 9506]

    @@ -7429,7 +7458,7 @@ $num)
    -

    method getAliasNumPage [line 9504]

    +

    method getAliasNumPage [line 9534]

    @@ -7460,7 +7489,7 @@ $num)
    -

    method GetArrStringWidth [line 2838]

    +

    method GetArrStringWidth [line 2864]

    @@ -7529,7 +7558,7 @@ $arr)
    -

    method getBarcode [line 10384]

    +

    method getBarcode [line 10414]

    @@ -7557,7 +7586,7 @@ $arr)
    -

    method getBorderMode [line 3834]

    +

    method getBorderMode [line 3861]

    @@ -7605,7 +7634,7 @@ $position = 'start'])
    -

    method getBreakMargin [line 1757]

    +

    method getBreakMargin [line 1765]

    @@ -7653,7 +7682,7 @@ $pagenum = ''])
    -

    method getBuffer [line 13360]

    +

    method getBuffer [line 13401]

    @@ -7684,7 +7713,7 @@ $pagenum = ''])
    -

    method getCellCode [line 3441]

    +

    method getCellCode [line 3467]

    @@ -7780,7 +7809,7 @@ $ignore_min_height = false])
    -

    method getCellHeightRatio [line 9742]

    +

    method getCellHeightRatio [line 9772]

    @@ -7805,7 +7834,7 @@ $ignore_min_height = false])
    -

    method GetCharWidth [line 2865]

    +

    method GetCharWidth [line 2891]

    @@ -7850,7 +7879,7 @@ $char)
    -

    method getFontBuffer [line 13520]

    +

    method getFontBuffer [line 13561]

    @@ -7892,7 +7921,7 @@ $font)
    -

    method getFontFamily [line 10860]

    +

    method getFontFamily [line 10890]

    @@ -7923,7 +7952,7 @@ $font)
    -

    method getFontSize [line 10840]

    +

    method getFontSize [line 10870]

    @@ -7954,7 +7983,7 @@ $font)
    -

    method getFontSizePt [line 10850]

    +

    method getFontSizePt [line 10880]

    @@ -7985,7 +8014,7 @@ $font)
    -

    method getFontsList [line 2904]

    +

    method getFontsList [line 2930]

    @@ -8013,7 +8042,7 @@ $font)
    -

    method getFontStyle [line 10870]

    +

    method getFontStyle [line 10900]

    @@ -8044,7 +8073,7 @@ $font)
    -

    method getFooterFont [line 6903]

    +

    method getFooterFont [line 6929]

    @@ -8072,7 +8101,7 @@ $font)
    -

    method getFooterMargin [line 2314]

    +

    method getFooterMargin [line 2340]

    @@ -8100,7 +8129,7 @@ $font)
    -

    method getGDgamma [line 4828]

    +

    method getGDgamma [line 4855]

    @@ -8139,7 +8168,7 @@ $v)
    -

    method getGraphicVars [line 13228]

    +

    method getGraphicVars [line 13269]

    @@ -8170,7 +8199,7 @@ $v)
    -

    method getGroupPageNo [line 9517]

    +

    method getGroupPageNo [line 9547]

    @@ -8195,7 +8224,7 @@ $v)
    -

    method getGroupPageNoFormatted [line 9527]

    +

    method getGroupPageNoFormatted [line 9557]

    @@ -8226,7 +8255,7 @@ $v)
    -

    method getHeaderData [line 2269]

    +

    method getHeaderData [line 2295]

    @@ -8254,7 +8283,7 @@ $v)
    -

    method getHeaderFont [line 6883]

    +

    method getHeaderFont [line 6909]

    @@ -8282,7 +8311,7 @@ $v)
    -

    method getHeaderMargin [line 2294]

    +

    method getHeaderMargin [line 2320]

    @@ -8310,7 +8339,7 @@ $v)
    -

    method getHtmlDomArray [line 10906]

    +

    method getHtmlDomArray [line 10936]

    @@ -8349,7 +8378,7 @@ $html)
    -

    method getHTMLUnitToUnits [line 12947]

    +

    method getHTMLUnitToUnits [line 12988]

    @@ -8415,7 +8444,7 @@ $point)
    -

    method getImageBuffer [line 13462]

    +

    method getImageBuffer [line 13503]

    @@ -8457,7 +8486,7 @@ $image)
    -

    method getImageRBX [line 2340]

    +

    method getImageRBX [line 2366]

    @@ -8482,7 +8511,7 @@ $image)
    -

    method getImageRBY [line 2349]

    +

    method getImageRBY [line 2375]

    @@ -8507,7 +8536,7 @@ $image)
    -

    method getImageScale [line 1696]

    +

    method getImageScale [line 1704]

    @@ -8541,7 +8570,7 @@ $image)
    -

    method getLastH [line 1674]

    +

    method getLastH [line 1682]

    @@ -8572,7 +8601,7 @@ $image)
    -

    method GetLineWidth [line 7549]

    +

    method GetLineWidth [line 7579]

    @@ -8606,7 +8635,7 @@ $image)
    -

    method getMargins [line 10803]

    +

    method getMargins [line 10833]

    @@ -8637,7 +8666,7 @@ $image)
    -

    method GetNumChars [line 2892]

    +

    method GetNumChars [line 2918]

    @@ -8679,7 +8708,7 @@ $s)
    -

    method getNumLines [line 3913]

    +

    method getNumLines [line 3940]

    @@ -8727,7 +8756,7 @@ $w = 0])
    -

    method getNumPages [line 2147]

    +

    method getNumPages [line 2155]

    @@ -8761,7 +8790,7 @@ $w = 0])
    -

    method getObjFilename [line 13292]

    +

    method getObjFilename [line 13333]

    @@ -8806,7 +8835,7 @@ $prefix)
    -

    method getOriginalMargins [line 10826]

    +

    method getOriginalMargins [line 10856]

    @@ -8837,7 +8866,7 @@ $prefix)
    -

    method getPage [line 2135]

    +

    method getPage [line 2143]

    @@ -8871,7 +8900,7 @@ $prefix)
    -

    method getPageBuffer [line 13403]

    +

    method getPageBuffer [line 13444]

    @@ -8913,7 +8942,7 @@ $page)
    -

    method getPageDimensions [line 1709]

    +

    method getPageDimensions [line 1717]

    @@ -8958,7 +8987,7 @@ $pagenum = ''])
    -

    method getPageGroupAlias [line 9539]

    +

    method getPageGroupAlias [line 9569]

    @@ -8983,7 +9012,7 @@ $pagenum = ''])
    -

    method getPageHeight [line 1741]

    +

    method getPageHeight [line 1749]

    @@ -9031,7 +9060,7 @@ $pagenum = ''])
    -

    method getPageNumGroupAlias [line 9554]

    +

    method getPageNumGroupAlias [line 9584]

    @@ -9056,7 +9085,7 @@ $pagenum = ''])
    -

    method getPageWidth [line 1725]

    +

    method getPageWidth [line 1733]

    @@ -9104,7 +9133,7 @@ $pagenum = ''])
    -

    method getPDFData [line 6922]

    +

    method getPDFData [line 6952]

    @@ -9129,7 +9158,7 @@ $pagenum = ''])
    -

    method getRemainingWidth [line 4274]

    +

    method getRemainingWidth [line 4301]

    @@ -9157,7 +9186,7 @@ $pagenum = ''])
    -

    method getRTL [line 1637]

    +

    method getRTL [line 1645]

    @@ -9185,7 +9214,7 @@ $pagenum = ''])
    -

    method getScaleFactor [line 1771]

    +

    method getScaleFactor [line 1779]

    @@ -9219,7 +9248,7 @@ $pagenum = ''])
    -

    method GetStringWidth [line 2823]

    +

    method GetStringWidth [line 2849]

    @@ -9282,7 +9311,7 @@ $fontsize = 0])
    -

    method GetX [line 4869]

    +

    method GetX [line 4896]

    @@ -9313,7 +9342,7 @@ $fontsize = 0])
    -

    method GetY [line 4896]

    +

    method GetY [line 4923]

    @@ -9344,7 +9373,7 @@ $fontsize = 0])
    -

    method Gradient [line 9942]

    +

    method Gradient [line 9972]

    @@ -9404,7 +9433,7 @@ $coords)
    -

    method Header [line 2358]

    +

    method Header [line 2384]

    @@ -9429,7 +9458,7 @@ $coords)
    -

    method Image [line 4396]

    +

    method Image [line 4423]

    @@ -9555,7 +9584,7 @@ $fitbox = false])
    -

    method ImageEps [line 10114]

    +

    method ImageEps [line 10144]

    @@ -9651,7 +9680,7 @@ $border = 0])
    -

    method ImagePngAlpha [line 4784]

    +

    method ImagePngAlpha [line 4811]

    @@ -9756,7 +9785,7 @@ $palign = ''])
    -

    method IncludeJS [line 9078]

    +

    method IncludeJS [line 9108]

    @@ -9792,7 +9821,7 @@ $script)
    -

    method intToRoman [line 13021]

    +

    method intToRoman [line 13062]

    @@ -9834,7 +9863,7 @@ $number)
    -

    method lastPage [line 2124]

    +

    method lastPage [line 2132]

    @@ -9876,7 +9905,7 @@ $resetmargins = false])
    -

    method Line [line 7699]

    +

    method Line [line 7729]

    @@ -9942,7 +9971,7 @@ $style = array()])
    -

    method LinearGradient [line 9799]

    +

    method LinearGradient [line 9829]

    @@ -10020,7 +10049,7 @@ $coords = array(0,0,1,0)])
    -

    method Link [line 3187]

    +

    method Link [line 3213]

    @@ -10092,7 +10121,7 @@ $spaces = 0])
    -

    method ListBox [line 9206]

    +

    method ListBox [line 9236]

    @@ -10152,7 +10181,7 @@ $prop = array()])
    -

    method Ln [line 4841]

    +

    method Ln [line 4868]

    @@ -10200,7 +10229,7 @@ $cell = false])
    -

    method MirrorH [line 7321]

    +

    method MirrorH [line 7351]

    @@ -10242,7 +10271,7 @@ $x = ''])
    -

    method MirrorL [line 7357]

    +

    method MirrorL [line 7387]

    @@ -10296,7 +10325,7 @@ $y = ''])
    -

    method MirrorP [line 7344]

    +

    method MirrorP [line 7374]

    @@ -10344,7 +10373,7 @@ $y = ''])
    -

    method MirrorV [line 7332]

    +

    method MirrorV [line 7362]

    @@ -10386,7 +10415,7 @@ $y = ''])
    -

    method movePage [line 13537]

    +

    method movePage [line 13578]

    @@ -10434,7 +10463,7 @@ $topage)
    -

    method MultiCell [line 3676]

    +

    method MultiCell [line 3702]

    @@ -10560,7 +10589,7 @@ $maxh = 0])
    -

    method objclone [line 14007]

    +

    method objclone [line 14048]

    @@ -10602,7 +10631,7 @@ $object)
    -

    method Open [line 2041]

    +

    method Open [line 2049]

    @@ -10633,7 +10662,7 @@ $object)
    -

    method openHTMLTagHandler [line 12131]

    +

    method openHTMLTagHandler [line 12172]

    @@ -10687,7 +10716,7 @@ $dom)
    -

    method Output [line 4988]

    +

    method Output [line 5015]

    @@ -10735,7 +10764,7 @@ $dest = 'I'])
    -

    method PageNo [line 2543]

    +

    method PageNo [line 2569]

    @@ -10769,7 +10798,7 @@ $dest = 'I'])
    -

    method PageNoFormatted [line 9590]

    +

    method PageNoFormatted [line 9620]

    @@ -10800,7 +10829,7 @@ $dest = 'I'])
    -

    method PieSector [line 10036]

    +

    method PieSector [line 10066]

    @@ -10902,7 +10931,7 @@ $o:)
    -

    method pixelsToUnits [line 7026]

    +

    method pixelsToUnits [line 7056]

    @@ -10944,7 +10973,7 @@ $px)
    -

    method Polycurve [line 7889]

    +

    method Polycurve [line 7919]

    @@ -11016,7 +11045,7 @@ $fill_color = array()])
    -

    method Polygon [line 8082]

    +

    method Polygon [line 8112]

    @@ -11073,7 +11102,7 @@ $fill_color = array()])
    -

    method putHtmlListBullet [line 13086]

    +

    method putHtmlListBullet [line 13127]

    @@ -11124,7 +11153,7 @@ $size = 10])
    -

    method RadialGradient [line 9817]

    +

    method RadialGradient [line 9847]

    @@ -11202,7 +11231,7 @@ $coords = array(0.5,0.5,0.5,0.5,1)])
    -

    method RadioButton [line 9188]

    +

    method RadioButton [line 9218]

    @@ -11250,7 +11279,7 @@ $prop = array()])
    -

    method readDiskCache [line 13332]

    +

    method readDiskCache [line 13373]

    @@ -11298,7 +11327,7 @@ $file)
    -

    method Rect [line 7734]

    +

    method Rect [line 7764]

    @@ -11376,7 +11405,7 @@ $fill_color = array()])
    -

    method RegularPolygon [line 8181]

    +

    method RegularPolygon [line 8211]

    @@ -11487,7 +11516,7 @@ $r:)
    -

    method removeSHY [line 3406]

    +

    method removeSHY [line 3432]

    @@ -11529,7 +11558,7 @@ $txt = ''])
    -

    method rfread [line 4754]

    +

    method rfread [line 4781]

    @@ -11580,7 +11609,7 @@ $length)
    -

    method rollbackTransaction [line 13984]

    +

    method rollbackTransaction [line 14025]

    @@ -11611,7 +11640,7 @@ $length)
    -

    method Rotate [line 7416]

    +

    method Rotate [line 7446]

    @@ -11665,7 +11694,7 @@ $y = ''])
    -

    method RoundedRect [line 8285]

    +

    method RoundedRect [line 8315]

    @@ -11752,7 +11781,7 @@ $fill_color = array()])
    -

    method Scale [line 7286]

    +

    method Scale [line 7316]

    @@ -11812,7 +11841,7 @@ $y = ''])
    -

    method ScaleX [line 7246]

    +

    method ScaleX [line 7276]

    @@ -11866,7 +11895,7 @@ $y = ''])
    -

    method ScaleXY [line 7272]

    +

    method ScaleXY [line 7302]

    @@ -11920,7 +11949,7 @@ $y = ''])
    -

    method ScaleY [line 7259]

    +

    method ScaleY [line 7289]

    @@ -11974,7 +12003,7 @@ $y = ''])
    -

    method setAlpha [line 9699]

    +

    method setAlpha [line 9729]

    @@ -12016,7 +12045,7 @@ $bm = 'Normal'])
    -

    method SetAuthor [line 1990]

    +

    method SetAuthor [line 1998]

    @@ -12058,7 +12087,7 @@ $author)
    -

    method SetAutoPageBreak [line 1857]

    +

    method SetAutoPageBreak [line 1865]

    @@ -12106,7 +12135,7 @@ $margin = 0])
    -

    method setBarcode [line 10374]

    +

    method setBarcode [line 10404]

    @@ -12142,7 +12171,7 @@ $bc = ''])
    -

    method SetBooklet [line 12861]

    +

    method SetBooklet [line 12902]

    @@ -12193,7 +12222,7 @@ $outer = -1])
    -

    method setBuffer [line 13342]

    +

    method setBuffer [line 13383]

    @@ -12232,7 +12261,7 @@ $data)
    -

    method setCellHeightRatio [line 9733]

    +

    method setCellHeightRatio [line 9763]

    @@ -12268,7 +12297,7 @@ $h)
    -

    method SetCellPadding [line 1845]

    +

    method SetCellPadding [line 1853]

    @@ -12310,7 +12339,7 @@ $pad)
    -

    method SetCompression [line 1950]

    +

    method SetCompression [line 1958]

    @@ -12347,9 +12376,48 @@ $compress)
    [ Top ]
    +
    + +

    method setContentMark [line 2262]

    +
    +
    +
    + void setContentMark( +[int +$page = 0]) +
    +

    + + Set start-writing mark on selected page.



    +

    Tags:

    +
    + + + + + + + +
    since:  4.6.021 (2009-07-20)
    access:  protected
    +
    +

    + + +

    Parameters:

    +
    + + + + + + +
    int  $page  page number (default is the current page)
    +

    +
    [ Top ]
    +

    -

    method SetCreator [line 2014]

    +

    method SetCreator [line 2022]

    @@ -12391,7 +12459,7 @@ $creator)
    -

    method SetDefaultMonospacedFont [line 3137]

    +

    method SetDefaultMonospacedFont [line 3163]

    @@ -12430,7 +12498,7 @@ $font)
    -

    method setDefaultTableColumns [line 9723]

    +

    method setDefaultTableColumns [line 9753]

    @@ -12466,7 +12534,7 @@ $cols = 4])
    -

    method SetDisplayMode [line 1872]

    +

    method SetDisplayMode [line 1880]

    @@ -12517,7 +12585,7 @@ $mode = 'UseNone'])
    -

    method SetDrawColor [line 2598]

    +

    method SetDrawColor [line 2624]

    @@ -12577,7 +12645,7 @@ $col4 = -1])
    -

    method SetDrawColorArray [line 2575]

    +

    method SetDrawColorArray [line 2601]

    @@ -12619,7 +12687,7 @@ $color)
    -

    method SetDrawSpotColor [line 2636]

    +

    method SetDrawSpotColor [line 2662]

    @@ -12667,7 +12735,7 @@ $tint = 100])
    -

    method setExtGState [line 9668]

    +

    method setExtGState [line 9698]

    @@ -12703,7 +12771,7 @@ $gs)
    -

    method SetFillColor [line 2678]

    +

    method SetFillColor [line 2704]

    @@ -12763,7 +12831,7 @@ $col4 = -1])
    -

    method SetFillColorArray [line 2655]

    +

    method SetFillColorArray [line 2681]

    @@ -12805,7 +12873,7 @@ $color)
    -

    method SetFillSpotColor [line 2720]

    +

    method SetFillSpotColor [line 2746]

    @@ -12853,7 +12921,7 @@ $tint = 100])
    -

    method SetFont [line 3092]

    +

    method SetFont [line 3118]

    @@ -12913,7 +12981,7 @@ $fontfile = ''])
    -

    method setFontBuffer [line 13478]

    +

    method setFontBuffer [line 13519]

    @@ -12958,7 +13026,7 @@ $data)
    -

    method SetFontSize [line 3112]

    +

    method SetFontSize [line 3138]

    @@ -13000,7 +13068,7 @@ $size)
    -

    method setFontSubBuffer [line 13500]

    +

    method setFontSubBuffer [line 13541]

    @@ -13051,7 +13119,7 @@ $data)
    -

    method setFooter [line 2466]

    +

    method setFooter [line 2492]

    @@ -13079,7 +13147,7 @@ $data)
    -

    method setFooterFont [line 6893]

    +

    method setFooterFont [line 6919]

    @@ -13118,7 +13186,7 @@ $font)
    -

    method setFooterMargin [line 2304]

    +

    method setFooterMargin [line 2330]

    @@ -13154,7 +13222,7 @@ $fm = 10])
    -

    method setGraphicVars [line 13259]

    +

    method setGraphicVars [line 13300]

    @@ -13193,7 +13261,7 @@ $gvars)
    -

    method setHeader [line 2435]

    +

    method setHeader [line 2461]

    @@ -13221,7 +13289,7 @@ $gvars)
    -

    method setHeaderData [line 2255]

    +

    method setHeaderData [line 2281]

    @@ -13275,7 +13343,7 @@ $hs = ''])
    -

    method setHeaderFont [line 6873]

    +

    method setHeaderFont [line 6899]

    @@ -13314,7 +13382,7 @@ $font)
    -

    method setHeaderMargin [line 2284]

    +

    method setHeaderMargin [line 2310]

    @@ -13350,7 +13418,7 @@ $hm = 10])
    -

    method setHtmlLinksStyle [line 12932]

    +

    method setHtmlLinksStyle [line 12973]

    @@ -13395,7 +13463,7 @@ $fontstyle = 'U'])
    -

    method setHtmlVSpace [line 12901]

    +

    method setHtmlVSpace [line 12942]

    @@ -13434,7 +13502,7 @@ $tagvs)
    -

    method setImageBuffer [line 13419]

    +

    method setImageBuffer [line 13460]

    @@ -13479,7 +13547,7 @@ $data)
    -

    method setImageScale [line 1685]

    +

    method setImageScale [line 1693]

    @@ -13521,7 +13589,7 @@ $scale)
    -

    method setImageSubBuffer [line 13442]

    +

    method setImageSubBuffer [line 13483]

    @@ -13572,7 +13640,7 @@ $data)
    -

    method setJPEGQuality [line 9710]

    +

    method setJPEGQuality [line 9740]

    @@ -13608,7 +13676,7 @@ $quality)
    -

    method SetKeywords [line 2002]

    +

    method SetKeywords [line 2010]

    @@ -13650,7 +13718,7 @@ $keywords)
    -

    method setLanguageArray [line 6913]

    +

    method setLanguageArray [line 6939]

    @@ -13689,7 +13757,7 @@ $language)
    -

    method setLastH [line 1664]

    +

    method setLastH [line 1672]

    @@ -13731,7 +13799,7 @@ $h)
    -

    method SetLeftMargin [line 1801]

    +

    method SetLeftMargin [line 1809]

    @@ -13773,7 +13841,7 @@ $margin)
    -

    method SetLineStyle [line 7574]

    +

    method SetLineStyle [line 7604]

    @@ -13819,7 +13887,7 @@ $style)
    -

    method SetLineWidth [line 7533]

    +

    method SetLineWidth [line 7563]

    @@ -13861,7 +13929,7 @@ $width)
    -

    method SetLink [line 3164]

    +

    method SetLink [line 3190]

    @@ -13915,7 +13983,7 @@ $page = -1])
    -

    method setListIndentWidth [line 12911]

    +

    method setListIndentWidth [line 12952]

    @@ -13954,7 +14022,7 @@ $width)
    -

    method setLIsymbol [line 12821]

    +

    method setLIsymbol [line 12862]

    @@ -13993,7 +14061,7 @@ $symbol = '!'])
    -

    method SetMargins [line 1784]

    +

    method SetMargins [line 1792]

    @@ -14047,7 +14115,7 @@ $right = -1])
    -

    method setOpenCell [line 12921]

    +

    method setOpenCell [line 12962]

    @@ -14086,7 +14154,7 @@ $isopen)
    -

    method setPage [line 2077]

    +

    method setPage [line 2085]

    @@ -14134,7 +14202,7 @@ $resetmargins = false])
    -

    method setPageBuffer [line 13376]

    +

    method setPageBuffer [line 13417]

    @@ -14185,7 +14253,7 @@ $append = false])
    -

    method setPageFormat [line 1492]

    +

    method setPageFormat [line 1500]

    @@ -14230,7 +14298,7 @@ $orientation = 'P'])
    -

    method setPageMark [line 2243]

    +

    method setPageMark [line 2251]

    @@ -14258,7 +14326,7 @@ $orientation = 'P'])
    -

    method setPageOrientation [line 1565]

    +

    method setPageOrientation [line 1573]

    @@ -14309,7 +14377,7 @@ $bottommargin = ''])
    -

    method setPageUnit [line 1450]

    +

    method setPageUnit [line 1458]

    @@ -14348,7 +14416,7 @@ $unit)
    -

    method setPDFVersion [line 9752]

    +

    method setPDFVersion [line 9782]

    @@ -14384,7 +14452,7 @@ $version = '1.7'])
    -

    method setPrintFooter [line 2331]

    +

    method setPrintFooter [line 2357]

    @@ -14426,7 +14494,7 @@ $value)
    -

    method setPrintHeader [line 2322]

    +

    method setPrintHeader [line 2348]

    @@ -14462,7 +14530,7 @@ $val = true])
    -

    method SetProtection [line 7189]

    +

    method SetProtection [line 7219]

    @@ -14516,7 +14584,7 @@ $owner_pass = null])
    -

    method SetRightMargin [line 1831]

    +

    method SetRightMargin [line 1839]

    @@ -14558,7 +14626,7 @@ $margin)
    -

    method setRTL [line 1621]

    +

    method setRTL [line 1629]

    @@ -14603,7 +14671,7 @@ $resetx = true])
    -

    method setSignature [line 9424]

    +

    method setSignature [line 9454]

    @@ -14669,7 +14737,7 @@ $info = array()])
    -

    method setSpacesRE [line 1606]

    +

    method setSpacesRE [line 1614]

    @@ -14708,7 +14776,7 @@ $re = '/[\s]/'])
    -

    method SetSubject [line 1978]

    +

    method SetSubject [line 1986]

    @@ -14750,7 +14818,7 @@ $subject)
    -

    method setTableHeader [line 2508]

    +

    method setTableHeader [line 2534]

    @@ -14778,7 +14846,7 @@ $subject)
    -

    method setTempRTL [line 1647]

    +

    method setTempRTL [line 1655]

    @@ -14817,7 +14885,7 @@ $mode)
    -

    method SetTextColor [line 2762]

    +

    method SetTextColor [line 2788]

    @@ -14877,7 +14945,7 @@ $col4 = -1])
    -

    method SetTextColorArray [line 2739]

    +

    method SetTextColorArray [line 2765]

    @@ -14919,7 +14987,7 @@ $color)
    -

    method SetTextSpotColor [line 2801]

    +

    method SetTextSpotColor [line 2827]

    @@ -14967,7 +15035,7 @@ $tint = 100])
    -

    method SetTitle [line 1966]

    +

    method SetTitle [line 1974]

    @@ -15009,7 +15077,7 @@ $title)
    -

    method SetTopMargin [line 1816]

    +

    method SetTopMargin [line 1824]

    @@ -15051,7 +15119,7 @@ $margin)
    -

    method setUserRights [line 9398]

    +

    method setUserRights [line 9428]

    @@ -15111,7 +15179,7 @@ $signature = '/Modify'])
    -

    method setViewerPreferences [line 9782]

    +

    method setViewerPreferences [line 9812]

    @@ -15147,7 +15215,7 @@ $preferences)
    -

    method setVisibility [line 9620]

    +

    method setVisibility [line 9650]

    @@ -15183,7 +15251,7 @@ $v)
    -

    method SetX [line 4909]

    +

    method SetX [line 4936]

    @@ -15225,7 +15293,7 @@ $x)
    -

    method SetXY [line 4972]

    +

    method SetXY [line 4999]

    @@ -15273,7 +15341,7 @@ $y)
    -

    method SetY [line 4941]

    +

    method SetY [line 4968]

    @@ -15321,7 +15389,7 @@ $resetx = true])
    -

    method Skew [line 7476]

    +

    method Skew [line 7506]

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

    method SkewX [line 7449]

    +

    method SkewX [line 7479]

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

    method SkewY [line 7462]

    +

    method SkewY [line 7492]

    @@ -15489,7 +15557,7 @@ $y = ''])
    -

    method StarPolygon [line 8236]

    +

    method StarPolygon [line 8266]

    @@ -15613,7 +15681,7 @@ $draw_circle:)
    -

    method startPage [line 2203]

    +

    method startPage [line 2211]

    @@ -15661,7 +15729,7 @@ $format = ''])
    -

    method startPageGroup [line 9449]

    +

    method startPageGroup [line 9479]

    @@ -15697,7 +15765,7 @@ $page = ''])
    -

    method startTransaction [line 13957]

    +

    method startTransaction [line 13998]

    @@ -15725,7 +15793,7 @@ $page = ''])
    -

    method StartTransform [line 7217]

    +

    method StartTransform [line 7247]

    @@ -15756,7 +15824,7 @@ $page = ''])
    -

    method StopTransform [line 7230]

    +

    method StopTransform [line 7260]

    @@ -15787,7 +15855,7 @@ $page = ''])
    -

    method swapMargins [line 12877]

    +

    method swapMargins [line 12918]

    @@ -15826,7 +15894,7 @@ $reverse = true])
    -

    method Text [line 3288]

    +

    method Text [line 3314]

    @@ -15895,7 +15963,7 @@ $clip = false])
    -

    method TextField [line 9175]

    +

    method TextField [line 9205]

    @@ -15949,7 +16017,7 @@ $prop = array()])
    -

    method Transform [line 7509]

    +

    method Transform [line 7539]

    @@ -15991,7 +16059,7 @@ $tm)
    -

    method Translate [line 7392]

    +

    method Translate [line 7422]

    @@ -16039,7 +16107,7 @@ $t_y)
    -

    method TranslateX [line 7369]

    +

    method TranslateX [line 7399]

    @@ -16081,7 +16149,7 @@ $t_x)
    -

    method TranslateY [line 7380]

    +

    method TranslateY [line 7410]

    @@ -16123,7 +16191,7 @@ $t_y)
    -

    method unhtmlentities [line 7037]

    +

    method unhtmlentities [line 7067]

    @@ -16162,7 +16230,7 @@ $text_to_convert)
    -

    method UniArrSubString [line 4313]

    +

    method UniArrSubString [line 4340]

    @@ -16216,7 +16284,7 @@ $end = ''])
    -

    method unichr [line 4346]

    +

    method unichr [line 4373]

    @@ -16261,7 +16329,7 @@ $c)
    -

    method UTF8ArrayToUniArray [line 4334]

    +

    method UTF8ArrayToUniArray [line 4361]

    @@ -16303,7 +16371,7 @@ $ta)
    -

    method UTF8ArrSubString [line 4290]

    +

    method UTF8ArrSubString [line 4317]

    @@ -16354,7 +16422,7 @@ $end = ''])
    -

    method utf8Bidi [line 8419]

    +

    method utf8Bidi [line 8449]

    @@ -16408,7 +16476,7 @@ $forcertl = false])
    -

    method UTF8StringToArray [line 6675]

    +

    method UTF8StringToArray [line 6701]

    @@ -16474,7 +16542,7 @@ $str)
    -

    method utf8StrRev [line 8405]

    +

    method utf8StrRev [line 8435]

    @@ -16528,7 +16596,7 @@ $forcertl = false])
    -

    method UTF8ToLatin1 [line 6782]

    +

    method UTF8ToLatin1 [line 6808]

    @@ -16570,7 +16638,7 @@ $str)
    -

    method UTF8ToUTF16BE [line 6766]

    +

    method UTF8ToUTF16BE [line 6792]

    @@ -16621,7 +16689,7 @@ $setbom = true])
    -

    method Write [line 3956]

    +

    method Write [line 3983]

    @@ -16717,7 +16785,7 @@ $maxh = 0])
    -

    method write1DBarcode [line 10403]

    +

    method write1DBarcode [line 10433]

    @@ -16807,7 +16875,7 @@ $align = ''])
    -

    method write2DBarcode [line 10656]

    +

    method write2DBarcode [line 10686]

    @@ -16891,7 +16959,7 @@ $align = ''])
    -

    method writeBarcode [line 10606]

    +

    method writeBarcode [line 10636]

    @@ -16981,7 +17049,7 @@ $code)
    -

    method writeDiskCache [line 13304]

    +

    method writeDiskCache [line 13345]

    @@ -17038,7 +17106,7 @@ $file)
    -

    method writeHTML [line 11306]

    +

    method writeHTML [line 11336]

    @@ -17104,7 +17172,7 @@ $align = ''])
    -

    method writeHTMLCell [line 10894]

    +

    method writeHTMLCell [line 10924]

    @@ -17206,7 +17274,7 @@ $autopadding = true])
    -

    method _addfield [line 9140]

    +

    method _addfield [line 9170]

    @@ -17278,7 +17346,7 @@ $prop)
    -

    method _beginpage [line 6455]

    +

    method _beginpage [line 6481]

    @@ -17320,7 +17388,7 @@ $format = ''])
    -

    method _datastring [line 6565]

    +

    method _datastring [line 6591]

    @@ -17359,7 +17427,7 @@ $s)
    -

    method _destroy [line 5143]

    +

    method _destroy [line 5170]

    @@ -17404,7 +17472,7 @@ $preserve_objcopy = false])
    -

    method _dochecks [line 5170]

    +

    method _dochecks [line 5197]

    @@ -17429,7 +17497,7 @@ $preserve_objcopy = false])
    -

    method _dolinethrough [line 6530]

    +

    method _dolinethrough [line 6556]

    @@ -17477,7 +17545,7 @@ $txt)
    -

    method _dounderline [line 6516]

    +

    method _dounderline [line 6542]

    @@ -17525,7 +17593,7 @@ $txt)
    -

    method _enddoc [line 6394]

    +

    method _enddoc [line 6420]

    @@ -17550,7 +17618,7 @@ $txt)
    -

    method _endpage [line 6494]

    +

    method _endpage [line 6520]

    @@ -17575,7 +17643,7 @@ $txt)
    -

    method _escape [line 6554]

    +

    method _escape [line 6580]

    @@ -17614,7 +17682,7 @@ $s)
    -

    method _escapetext [line 6592]

    +

    method _escapetext [line 6618]

    @@ -17653,7 +17721,7 @@ $s)
    -

    method _freadint [line 6543]

    +

    method _freadint [line 6569]

    @@ -17692,7 +17760,7 @@ $f)
    -

    method _generateencryptionkey [line 7157]

    +

    method _generateencryptionkey [line 7187]

    @@ -17746,7 +17814,7 @@ $protection)
    -

    method _getfontpath [line 5186]

    +

    method _getfontpath [line 5213]

    @@ -17771,7 +17839,7 @@ $protection)
    -

    method _JScolor [line 9116]

    +

    method _JScolor [line 9146]

    @@ -17807,7 +17875,7 @@ $color)
    -

    method _md5_16 [line 7118]

    +

    method _md5_16 [line 7148]

    @@ -17852,7 +17920,7 @@ $str)
    -

    method _newobj [line 6503]

    +

    method _newobj [line 6529]

    @@ -17877,7 +17945,7 @@ $str)
    -

    method _objectkey [line 7050]

    +

    method _objectkey [line 7080]

    @@ -17916,7 +17984,7 @@ $n)
    -

    method _out [line 6623]

    +

    method _out [line 6649]

    @@ -17952,7 +18020,7 @@ $s)
    -

    method _outarc [line 10016]

    +

    method _outarc [line 10046]

    @@ -18024,7 +18092,7 @@ $y3)
    -

    method _outCurve [line 7679]

    +

    method _outCurve [line 7709]

    @@ -18090,7 +18158,7 @@ $y3)
    -

    method _outLine [line 7643]

    +

    method _outLine [line 7673]

    @@ -18132,7 +18200,7 @@ $y)
    -

    method _outPoint [line 7629]

    +

    method _outPoint [line 7659]

    @@ -18174,7 +18242,7 @@ $y)
    -

    method _outRect [line 7660]

    +

    method _outRect [line 7690]

    @@ -18237,7 +18305,7 @@ $op)
    -

    method _Ovalue [line 7131]

    +

    method _Ovalue [line 7161]

    @@ -18288,7 +18356,7 @@ $owner_pass)
    -

    method _parsejpeg [line 4623]

    +

    method _parsejpeg [line 4650]

    @@ -18327,7 +18395,7 @@ $file)
    -

    method _parsepng [line 4649]

    +

    method _parsepng [line 4676]

    @@ -18366,7 +18434,7 @@ $file)
    -

    method _putannots [line 5342]

    +

    method _putannots [line 5369]

    @@ -18408,7 +18476,7 @@ $n)
    -

    method _putbookmarks [line 9014]

    +

    method _putbookmarks [line 9044]

    @@ -18433,7 +18501,7 @@ $n)
    -

    method _putcatalog [line 6259]

    +

    method _putcatalog [line 6285]

    @@ -18458,7 +18526,7 @@ $n)
    -

    method _putcertification [line 9341]

    +

    method _putcertification [line 9371]

    @@ -18483,7 +18551,7 @@ $n)
    -

    method _putcidfont0 [line 6008]

    +

    method _putcidfont0 [line 6034]

    @@ -18525,7 +18593,7 @@ $font)
    -

    method _putEmbeddedFiles [line 3257]

    +

    method _putEmbeddedFiles [line 3283]

    @@ -18556,7 +18624,7 @@ $font)
    -

    method _putencryption [line 7059]

    +

    method _putencryption [line 7089]

    @@ -18584,7 +18652,7 @@ $font)
    -

    method _putextgstates [line 9678]

    +

    method _putextgstates [line 9708]

    @@ -18609,7 +18677,7 @@ $font)
    -

    method _putfonts [line 5698]

    +

    method _putfonts [line 5724]

    @@ -18634,7 +18702,7 @@ $font)
    -

    method _putfontwidths [line 5825]

    +

    method _putfontwidths [line 5851]

    @@ -18682,7 +18750,7 @@ $cidoffset = 0])
    -

    method _putheader [line 6386]

    +

    method _putheader [line 6412]

    @@ -18707,7 +18775,7 @@ $cidoffset = 0])
    -

    method _putimages [line 6068]

    +

    method _putimages [line 6094]

    @@ -18732,7 +18800,7 @@ $cidoffset = 0])
    -

    method _putinfo [line 6225]

    +

    method _putinfo [line 6251]

    @@ -18757,7 +18825,7 @@ $cidoffset = 0])
    -

    method _putjavascript [line 9088]

    +

    method _putjavascript [line 9118]

    @@ -18782,7 +18850,7 @@ $cidoffset = 0])
    -

    method _putocg [line 9599]

    +

    method _putocg [line 9629]

    @@ -18807,7 +18875,7 @@ $cidoffset = 0])
    -

    method _putpages [line 5197]

    +

    method _putpages [line 5224]

    @@ -18832,7 +18900,7 @@ $cidoffset = 0])
    -

    method _putresourcedict [line 6151]

    +

    method _putresourcedict [line 6177]

    @@ -18857,7 +18925,7 @@ $cidoffset = 0])
    -

    method _putresources [line 6192]

    +

    method _putresources [line 6218]

    @@ -18882,7 +18950,7 @@ $cidoffset = 0])
    -

    method _putshaders [line 9966]

    +

    method _putshaders [line 9996]

    @@ -18913,7 +18981,7 @@ $cidoffset = 0])
    -

    method _putspotcolors [line 6123]

    +

    method _putspotcolors [line 6149]

    @@ -18941,7 +19009,7 @@ $cidoffset = 0])
    -

    method _putstream [line 6609]

    +

    method _putstream [line 6635]

    @@ -18977,7 +19045,7 @@ $s)
    -

    method _puttrailer [line 6372]

    +

    method _puttrailer [line 6398]

    @@ -19002,7 +19070,7 @@ $s)
    -

    method _puttruetypeunicode [line 5923]

    +

    method _puttruetypeunicode [line 5949]

    @@ -19044,7 +19112,7 @@ $font)
    -

    method _putuserrights [line 9291]

    +

    method _putuserrights [line 9321]

    diff --git a/tcpdf.php b/tcpdf.php index d2785ad..0eaa3e5 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -2,9 +2,9 @@ //============================================================+ // File name : tcpdf.php // Begin : 2002-08-03 -// Last Update : 2009-07-16 +// Last Update : 2009-07-20 // Author : Nicola Asuni - info@tecnick.com - http://www.tcpdf.org -// Version : 4.6.020 +// Version : 4.6.021 // License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html) // ---------------------------------------------------------------------------- // Copyright (C) 2002-2009 Nicola Asuni - Tecnick.com S.r.l. @@ -126,7 +126,7 @@ * @copyright 2002-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 * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL - * @version 4.6.020 + * @version 4.6.021 */ /** @@ -150,14 +150,14 @@ if (!class_exists('TCPDF', false)) { /** * define default PDF document producer */ - define('PDF_PRODUCER', 'TCPDF 4.6.020 (http://www.tcpdf.org)'); + define('PDF_PRODUCER', 'TCPDF 4.6.021 (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 4.6.020 + * @version 4.6.021 * @author Nicola Asuni - info@tecnick.com * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL @@ -974,7 +974,15 @@ if (!class_exists('TCPDF', false)) { * @access protected * @since 3.2.000 (2008-06-26) */ - protected $intmrk = array(); + protected $intmrk = array(); + + /** + * Array used to store content positions inside the pages buffer. + * keys are the page numbers + * @access protected + * @since 4.6.021 (2009-07-20) + */ + protected $cntmrk = array(); /** * Array used to store footer positions of each page. @@ -1087,7 +1095,7 @@ if (!class_exists('TCPDF', false)) { * @access protected * @since 4.2.000 (2008-10-29) */ - protected $feps = 0.001; + protected $feps = 0.005; /** * Array used for custom vertical spaces for HTML tags @@ -1319,8 +1327,8 @@ if (!class_exists('TCPDF', false)) { } // set disk caching $this->diskcache = $diskcache ? true : false; - // set language direction - $this->rtl = $this->l['a_meta_dir']=='rtl' ? true : false; + // set language direction + $this->rtl = false; $this->tmprtl = false; //Some checks $this->_dochecks(); @@ -1419,8 +1427,8 @@ if (!class_exists('TCPDF', false)) { // \p{Z} or \p{Separator}: any kind of Unicode whitespace or invisible separator. // \p{Lo} or \p{Other_Letter}: a Unicode letter or ideograph that does not have lowercase and uppercase variants. // \p{Lo} is needed because Chinese characters are packed next to each other without spaces in between. - //$this->re_spaces = '/[\s\p{Z}\p{Lo}]/'; - $this->re_spaces = '/[\s\p{Z}]/'; + //$this->re_spaces = '/[\s\p{Z}\p{Lo}]/u'; + $this->re_spaces = '/[\s\p{Z}]/u'; } else { // PCRE unicode support is turned OFF $this->re_spaces = '/[\s]/'; @@ -2241,9 +2249,27 @@ if (!class_exists('TCPDF', false)) { * @since 4.0.016 (2008-07-30) */ public function setPageMark() { - $this->intmrk[$this->page] = $this->pagelen[$this->page]; + $this->intmrk[$this->page] = $this->pagelen[$this->page]; + $this->setContentMark(); } + /** + * Set start-writing mark on selected page. + * @param int $page page number (default is the current page) + * @access protected + * @since 4.6.021 (2009-07-20) + */ + protected function setContentMark($page=0) { + if ($page <= 0) { + $page = $this->page; + } + if (isset($this->footerlen[$page])) { + $this->cntmrk[$page] = $this->pagelen[$page] - $this->footerlen[$page]; + } else { + $this->cntmrk[$page] = $this->pagelen[$page]; + } + } + /** * Set header data. * @param string $ln header image logo @@ -3819,7 +3845,8 @@ if (!class_exists('TCPDF', false)) { $this->setPage($startpage); $this->y = $y; $this->SetX($x + $w); - } + } + $this->setContentMark(); return $nl; } @@ -4564,7 +4591,7 @@ if (!class_exists('TCPDF', false)) { $this->x = $bx; $this->y = $by; } - if ($link) { + if ($link) { $this->Link($ximg, $y, $w, $h, $link, 0); } // set pointer to align the successive text/objects @@ -5530,7 +5557,7 @@ if (!class_exists('TCPDF', false)) { case 'link': { if(is_string($pl['txt'])) { // external URI link - $annots .= ' /A <_datastring($pl['txt']).'>>'; + $annots .= ' /A <_datastring($this->unhtmlentities($pl['txt'])).'>>'; } else { // internal link $l = $this->links[$pl['txt']]; @@ -5683,7 +5710,6 @@ if (!class_exists('TCPDF', false)) { break; } } - $annots .= '>>'; } $annots .= "\n]"; @@ -6911,8 +6937,12 @@ if (!class_exists('TCPDF', false)) { * @since 1.1 */ public function setLanguageArray($language) { - $this->l = $language; - $this->rtl = $this->l['a_meta_dir']=='rtl' ? true : false; + $this->l = $language; + if (isset($this->l['a_meta_dir'])) { + $this->rtl = $this->l['a_meta_dir']=='rtl' ? true : false; + } else { + $this->rtl = false; + } } /** @@ -7595,7 +7625,7 @@ if (!class_exists('TCPDF', false)) { if (isset($dash)) { $dash_string = ''; if ($dash) { - if (ereg('^.+,', $dash)) { + if (preg_match('/^.+,/', $dash) > 0) { $tab = explode(',', $dash); } else { $tab = array($dash); @@ -11062,7 +11092,7 @@ if (!class_exists('TCPDF', false)) { if (isset($dom[$key]['style']['font-family'])) { // font family if (isset($dom[$key]['style']['font-family'])) { - $fontslist = split(',', strtolower($dom[$key]['style']['font-family'])); + $fontslist = preg_split('/[,]/', strtolower($dom[$key]['style']['font-family'])); foreach ($fontslist as $font) { $font = trim(strtolower($font)); if (in_array($font, $this->fontlist) OR in_array($font, $this->fontkeys)) { @@ -11176,7 +11206,7 @@ if (!class_exists('TCPDF', false)) { if ($dom[$key]['value'] == 'font') { // font family if (isset($dom[$key]['attribute']['face'])) { - $fontslist = split(',', strtolower($dom[$key]['attribute']['face'])); + $fontslist = preg_split('/[,]/', strtolower($dom[$key]['attribute']['face'])); foreach ($fontslist as $font) { $font = trim(strtolower($font)); if (in_array($font, $this->fontlist) OR in_array($font, $this->fontkeys)) { @@ -11377,7 +11407,7 @@ if (!class_exists('TCPDF', false)) { $this->checkPageBreak($imgh); } if ($this->page > $startlinepage) { - // fix lines splitted over two pages + // fix line splitted over two pages if (isset($this->footerlen[$startlinepage])) { $curpos = $this->pagelen[$startlinepage] - $this->footerlen[$startlinepage]; } @@ -11386,34 +11416,39 @@ if (!class_exists('TCPDF', false)) { $linebeg = substr($pagebuff, $startlinepos, ($curpos - $startlinepos)); $tstart = substr($pagebuff, 0, $startlinepos); $tend = substr($this->getPageBuffer($startlinepage), $curpos); - // remove line start from previous page + // remove line from previous page $this->setPageBuffer($startlinepage, $tstart.''.$tend); $pagebuff = $this->getPageBuffer($this->page); - $tstart = substr($pagebuff, 0, $this->intmrk[$this->page]); - $tend = substr($pagebuff, $this->intmrk[$this->page]); + $tstart = substr($pagebuff, 0, $this->cntmrk[$this->page]); + $tend = substr($pagebuff, $this->cntmrk[$this->page]); // add line start to current page $yshift = $minstartliney - $this->y; $try = sprintf('1 0 0 1 0 %.3F cm', ($yshift * $this->k)); $this->setPageBuffer($this->page, $tstart."\nq\n".$try."\n".$linebeg."\nQ\n".$tend); // shift the annotations and links + if (isset($this->PageAnnots[$this->page])) { + $next_pask = count($this->PageAnnots[$this->page]); + } else { + $next_pask = 0; + } if (isset($this->PageAnnots[$startlinepage])) { foreach ($this->PageAnnots[$startlinepage] as $pak => $pac) { if ($pak >= $pask) { $this->PageAnnots[$this->page][] = $pac; unset($this->PageAnnots[$startlinepage][$pak]); - $npak = count($this->PageAnnots[$this->page]) - 1; - $this->PageAnnots[$this->page][$npak]['y'] -= $yshift; + $npak = count($this->PageAnnots[$this->page]) - 1; + $this->PageAnnots[$this->page][$npak]['y'] -= $yshift; } - } + } + } - $startlinepos = $this->intmrk[$this->page]; + $pask = $next_pask; + $startlinepos = $this->cntmrk[$this->page]; $startlinepage = $this->page; $startliney = $this->y; } - $this->y += (($curfontsize / $this->k) - $imgh); - $minstartliney = min($this->y, $minstartliney); - + $minstartliney = min($this->y, $minstartliney); } elseif (isset($dom[$key]['fontname']) OR isset($dom[$key]['fontstyle']) OR isset($dom[$key]['fontsize'])) { // account for different font size $pfontname = $curfontname; @@ -11443,13 +11478,18 @@ if (!class_exists('TCPDF', false)) { // remove line start from previous page $this->setPageBuffer($startlinepage, $tstart.''.$tend); $pagebuff = $this->getPageBuffer($this->page); - $tstart = substr($pagebuff, 0, $this->intmrk[$this->page]); - $tend = substr($pagebuff, $this->intmrk[$this->page]); + $tstart = substr($pagebuff, 0, $this->cntmrk[$this->page]); + $tend = substr($pagebuff, $this->cntmrk[$this->page]); // add line start to current page $yshift = $minstartliney - $this->y; $try = sprintf('1 0 0 1 0 %.3F cm', ($yshift * $this->k)); $this->setPageBuffer($this->page, $tstart."\nq\n".$try."\n".$linebeg."\nQ\n".$tend); // shift the annotations and links + if (isset($this->PageAnnots[$this->page])) { + $next_pask = count($this->PageAnnots[$this->page]); + } else { + $next_pask = 0; + } if (isset($this->PageAnnots[$startlinepage])) { foreach ($this->PageAnnots[$startlinepage] as $pak => $pac) { if ($pak >= $pask) { @@ -11460,6 +11500,7 @@ if (!class_exists('TCPDF', false)) { } } } + $pask = $next_pask; } $this->y += (($curfontsize - $fontsize) / $this->k); $minstartliney = min($this->y, $minstartliney);
    diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html index e06d8ec..62588ea 100644 --- a/doc/li_com-tecnick-tcpdf.html +++ b/doc/li_com-tecnick-tcpdf.html @@ -58,7 +58,7 @@ This documentation was generated by phpDocumentor v1.4.1

    - Documentation generated on Thu, 16 Jul 2009 14:48:05 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:26 +0200 by phpDocumentor 1.4.1
    @@ -19069,7 +19137,7 @@ $font)
    -

    method _putviewerpreferences [line 6302]

    +

    method _putviewerpreferences [line 6328]

    diff --git a/doc/index.html b/doc/index.html index e06d8ec..62588ea 100644 --- a/doc/index.html +++ b/doc/index.html @@ -58,7 +58,7 @@ This documentation was generated by phpDocumentor v1.4.1

    - Documentation generated on Thu, 16 Jul 2009 14:48:05 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:26 +0200 by phpDocumentor 1.4.1
    diff --git a/doc/errors.html b/doc/errors.html index 5f1caee..982f6a9 100644 --- a/doc/errors.html +++ b/doc/errors.html @@ -35,7 +35,7 @@ Post-parsing

    - Documentation generated on Thu, 16 Jul 2009 14:48:15 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:32 +0200 by phpDocumentor 1.4.1
    @@ -19100,7 +19168,7 @@ $font)
    -

    method _putxobjectdict [line 6140]

    +

    method _putxobjectdict [line 6166]

    diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index 1e19fb6..1f140bf 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -330,6 +330,8 @@
    in file tcpdf.php, variable TCPDF::$cell_height_ratio
        Default cell height ratio.
    $cMargin
    in file tcpdf.php, variable TCPDF::$cMargin
    +
    $cntmrk
    +
    in file tcpdf.php, variable TCPDF::$cntmrk
        Array used to store content positions inside the pages buffer.
    $ColorFlag
    in file tcpdf.php, variable TCPDF::$ColorFlag
    $compress
    @@ -1070,6 +1072,8 @@
    in file tcpdf.php, method TCPDF::SetCellPadding()
        Set the internal Cell padding.
    SetCompression
    in file tcpdf.php, method TCPDF::SetCompression()
        Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
    +
    setContentMark
    +
    in file tcpdf.php, method TCPDF::setContentMark()
        Set start-writing mark on selected page.
    SetCreator
    in file tcpdf.php, method TCPDF::SetCreator()
        Defines the creator of the document. This is typically the name of the application that generates the PDF.
    SetDefaultMonospacedFont
    @@ -1391,7 +1395,7 @@ top

    - Documentation generated on Thu, 16 Jul 2009 14:48:04 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:26 +0200 by phpDocumentor 1.4.1
    diff --git a/doc/elementindex.html b/doc/elementindex.html index c56aa5a..93b9814 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -179,6 +179,8 @@
    in file tcpdf.php, variable TCPDF::$cell_height_ratio
        Default cell height ratio.
    $cMargin
    in file tcpdf.php, variable TCPDF::$cMargin
    +
    $cntmrk
    +
    in file tcpdf.php, variable TCPDF::$cntmrk
        Array used to store content positions inside the pages buffer.
    $ColorFlag
    in file tcpdf.php, variable TCPDF::$ColorFlag
    $compress
    @@ -919,6 +921,8 @@
    in file tcpdf.php, method TCPDF::SetCellPadding()
        Set the internal Cell padding.
    SetCompression
    in file tcpdf.php, method TCPDF::SetCompression()
        Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
    +
    setContentMark
    +
    in file tcpdf.php, method TCPDF::setContentMark()
        Set start-writing mark on selected page.
    SetCreator
    in file tcpdf.php, method TCPDF::SetCreator()
        Defines the creator of the document. This is typically the name of the application that generates the PDF.
    SetDefaultMonospacedFont
    @@ -1368,7 +1372,7 @@ top

    - Documentation generated on Thu, 16 Jul 2009 14:48:05 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:26 +0200 by phpDocumentor 1.4.1
    @@ -19125,7 +19193,7 @@ $font)
    -

    method _RC4 [line 7078]

    +

    method _RC4 [line 7108]

    diff --git a/doc/com-tecnick-tcpdf/_unicode_data.php.html b/doc/com-tecnick-tcpdf/_unicode_data.php.html index b70e2ae..dd5779f 100644 --- a/doc/com-tecnick-tcpdf/_unicode_data.php.html +++ b/doc/com-tecnick-tcpdf/_unicode_data.php.html @@ -237,7 +237,7 @@ Unicode Include file for TCPDF.




    - Documentation generated on Thu, 16 Jul 2009 14:48:14 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:32 +0200 by phpDocumentor 1.4.1
    @@ -19176,7 +19244,7 @@ $text)
    -

    method _textstring [line 6578]

    +

    method _textstring [line 6604]

    diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html index 6319837..55eb570 100644 --- a/doc/com-tecnick-tcpdf/_tcpdf.php.html +++ b/doc/com-tecnick-tcpdf/_tcpdf.php.html @@ -73,7 +73,7 @@ This is a PHP class for generating PDF documents without requiring external exte - + @@ -104,7 +104,7 @@ unicode data

    diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html index 8df9510..86f4374 100644 --- a/doc/com-tecnick-tcpdf/_htmlcolors.php.html +++ b/doc/com-tecnick-tcpdf/_htmlcolors.php.html @@ -88,7 +88,7 @@ Array of WEB safe colors.




    - Documentation generated on Thu, 16 Jul 2009 14:48:06 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:27 +0200 by phpDocumentor 1.4.1
    @@ -19215,7 +19283,7 @@ $s)
    -

    method _toJPEG [line 4607]

    +

    method _toJPEG [line 4634]

    diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html index 3227554..26ad331 100644 --- a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html +++ b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html @@ -507,7 +507,7 @@ Configuration file for TCPDF.




    - Documentation generated on Thu, 16 Jul 2009 14:48:14 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:32 +0200 by phpDocumentor 1.4.1
    diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html index 5ea7e62..c362662 100644 --- a/doc/com-tecnick-tcpdf/_barcodes.php.html +++ b/doc/com-tecnick-tcpdf/_barcodes.php.html @@ -96,7 +96,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit

    - Documentation generated on Thu, 16 Jul 2009 14:48:05 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:26 +0200 by phpDocumentor 1.4.1
    @@ -19257,7 +19325,7 @@ $file)
    -

    method _Uvalue [line 7144]

    +

    method _Uvalue [line 7174]

    diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html index 8995aef..9220d9d 100644 --- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html @@ -1368,7 +1368,7 @@ $type)

    - Documentation generated on Thu, 16 Jul 2009 14:48:05 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:26 +0200 by phpDocumentor 1.4.1
    @@ -19294,7 +19362,7 @@ $file)

    - Documentation generated on Thu, 16 Jul 2009 14:48:06 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:27 +0200 by phpDocumentor 1.4.1
    author:  Nicola Asuni
    version:  4.6.020version:  4.6.021
    copyright:  2002-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
    - PDF_PRODUCER = 'TCPDF 4.6.020 (http://www.tcpdf.org)' + PDF_PRODUCER = 'TCPDF 4.6.021 (http://www.tcpdf.org)'
    @@ -115,7 +115,7 @@ unicode data


    - Documentation generated on Thu, 16 Jul 2009 14:48:06 +0200 by phpDocumentor 1.4.1 + Documentation generated on Mon, 20 Jul 2009 15:44:27 +0200 by phpDocumentor 1.4.1