From de6fc346e1f2ed1d06e4865952b7e8cc01e5fb6b Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Wed, 19 May 2010 13:13:18 +0200 Subject: [PATCH] 5.0.011 --- CHANGELOG.TXT | 4 + README.TXT | 50 +- doc/classtrees_com-tecnick-tcpdf.html | 2 +- doc/com-tecnick-tcpdf/QRcode.html | 2 +- doc/com-tecnick-tcpdf/TCPDF.html | 732 +++++++++--------- 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 | 2 +- doc/elementindex_com-tecnick-tcpdf.html | 2 +- doc/errors.html | 2 +- doc/index.html | 2 +- doc/li_com-tecnick-tcpdf.html | 2 +- tcpdf.php | 29 +- 20 files changed, 434 insertions(+), 417 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index fe90255..ee4e295 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,7 @@ +5.0.011 (2010-05-19) + - Page orientation bug was fixed. + - Bug #3003966 "Multiple columns and nested lists" was fixed. + 5.0.010 (2010-05-17) - The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions. - The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox); diff --git a/README.TXT b/README.TXT index f1d51f1..132fde9 100755 --- a/README.TXT +++ b/README.TXT @@ -1,15 +1,15 @@ TCPDF - README ============================================================ -IF YOU'D LIKE TO SUPPORT TCPDF, PLEASE CONSIDER MAKING A -DONATION: +I WISH TO IMPROVE AND EXPAND TCPDF BUT I NEED YOUR SUPPORT. +PLEASE MAKE A DONATION: http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 5.0.010 -Release date: 2010-05-17 +Version: 5.0.011 +Release date: 2010-05-19 Author: Nicola Asuni Copyright (c) 2001-2010: @@ -29,27 +29,27 @@ Description: TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org). Main Features: -// * no external libraries are required for the basic functions; -// * all ISO page formats, custom page formats, custom margins and units of measure; -// * UTF-8 Unicode and Right-To-Left languages; -// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; -// * methods to publish some XHTML code, Javascript and Forms; -// * images, graphic (geometric figures) and transformation methods; -// * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html) -// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code; -// * Grayscale, RGB, CMYK, Spot Colors and Transparencies; -// * automatic page header and footer management; -// * document encryption and digital signature certifications; -// * transactions to UNDO commands; -// * PDF annotations, including links, text and file attachments; -// * text rendering modes (fill, stroke and clipping); -// * multiple columns mode; -// * bookmarks and table of content; -// * text hyphenation; -// * automatic page break, line break and text alignments including justification; -// * automatic page numbering and page groups; -// * move and delete pages; -// * page compression (requires php-zlib extension); +// * no external libraries are required for the basic functions; +// * all ISO page formats, custom page formats, custom margins and units of measure; +// * UTF-8 Unicode and Right-To-Left languages; +// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; +// * methods to publish some XHTML code, Javascript and Forms; +// * images, graphic (geometric figures) and transformation methods; +// * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html) +// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code; +// * Grayscale, RGB, CMYK, Spot Colors and Transparencies; +// * automatic page header and footer management; +// * document encryption and digital signature certifications; +// * transactions to UNDO commands; +// * PDF annotations, including links, text and file attachments; +// * text rendering modes (fill, stroke and clipping); +// * multiple columns mode; +// * bookmarks and table of content; +// * text hyphenation; +// * automatic page break, line break and text alignments including justification; +// * automatic page numbering and page groups; +// * move and delete pages; +// * page compression (requires php-zlib extension); Installation (full instructions on http://www.tcpdf.org): diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index 043dec7..52f05e4 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -55,7 +55,7 @@

- Documentation generated on Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/QRcode.html b/doc/com-tecnick-tcpdf/QRcode.html index dae1be2..9d15ce0 100644 --- a/doc/com-tecnick-tcpdf/QRcode.html +++ b/doc/com-tecnick-tcpdf/QRcode.html @@ -5548,7 +5548,7 @@ $frame)

- Documentation generated on Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:08 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index 804f318..4077c6d 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -80,7 +80,7 @@ Source Location: /tcpdf.php

Version:

@@ -713,7 +713,7 @@ This is a PHP class for generating PDF documents without requiring external exte author:  Nicola Asuni - info@tecnick.com - version:  5.0.010 + version:  5.0.011 link:  http://www.tcpdf.org @@ -6878,7 +6878,7 @@ $diskcache = false])
-

method AcceptPageBreak [line 4152]

+

method AcceptPageBreak [line 4153]

@@ -6909,7 +6909,7 @@ $diskcache = false])
-

method addExtGState [line 12762]

+

method addExtGState [line 12763]

@@ -6957,7 +6957,7 @@ $params)
-

method AddFont [line 3652]

+

method AddFont [line 3653]

@@ -7014,7 +7014,7 @@ $fontfile = ''])
-

method addHtmlLink [line 8849]

+

method addHtmlLink [line 8850]

@@ -7089,7 +7089,7 @@ $firstblock = false])
-

method addHTMLTOC [line 18360]

+

method addHTMLTOC [line 18373]

@@ -7152,7 +7152,7 @@ $correct_align = true])
-

method addHTMLVertSpace [line 17124]

+

method addHTMLVertSpace [line 17125]

@@ -7206,7 +7206,7 @@ $firstorlast = false])
-

method addJavascriptObject [line 11390]

+

method addJavascriptObject [line 11391]

@@ -7257,7 +7257,7 @@ $onload = false])
-

method AddLink [line 3954]

+

method AddLink [line 3955]

@@ -7288,7 +7288,7 @@ $onload = false])
-

method AddPage [line 2827]

+

method AddPage [line 2828]

@@ -7348,7 +7348,7 @@ $tocpage = false])
-

method AddSpotColor [line 3271]

+

method AddSpotColor [line 3272]

@@ -7414,7 +7414,7 @@ $k)
-

method addTOC [line 18210]

+

method addTOC [line 18223]

@@ -7477,7 +7477,7 @@ $toc_name = 'TOC'])
-

method addTOCPage [line 2802]

+

method addTOCPage [line 2803]

@@ -7531,7 +7531,7 @@ $keepmargins = false])
-

method AliasNbPages [line 12574]

+

method AliasNbPages [line 12575]

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

method AliasNumPage [line 12601]

+

method AliasNumPage [line 12602]

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

method Annotation [line 4010]

+

method Annotation [line 4011]

@@ -7690,7 +7690,7 @@ $spaces = 0])
-

method Arrow [line 10603]

+

method Arrow [line 10604]

@@ -7768,7 +7768,7 @@ $arm_angle = 15])
-

method arrUTF8ToUTF16BE [line 8746]

+

method arrUTF8ToUTF16BE [line 8747]

@@ -7843,7 +7843,7 @@ $setbom = true])
-

method Bookmark [line 11268]

+

method Bookmark [line 11269]

@@ -7903,7 +7903,7 @@ $page = ''])
-

method Button [line 12277]

+

method Button [line 12278]

@@ -7999,7 +7999,7 @@ $js = false])
-

method Cell [line 4231]

+

method Cell [line 4232]

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

method CheckBox [line 12207]

+

method CheckBox [line 12208]

@@ -8197,7 +8197,7 @@ $js = false])
-

method checkPageBreak [line 4179]

+

method checkPageBreak [line 4180]

@@ -8251,7 +8251,7 @@ $addpage = true])
-

method Circle [line 10291]

+

method Circle [line 10292]

@@ -8350,7 +8350,7 @@ $angend:)
-

method Clip [line 13223]

+

method Clip [line 13224]

@@ -8410,7 +8410,7 @@ $h)
-

method Close [line 2697]

+

method Close [line 2698]

@@ -8441,7 +8441,7 @@ $h)
-

method closeHTMLTagHandler [line 16734]

+

method closeHTMLTagHandler [line 16735]

@@ -8501,7 +8501,7 @@ $dom)
-

method colorRegistrationBar [line 12898]

+

method colorRegistrationBar [line 12899]

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

method ComboBox [line 12146]

+

method ComboBox [line 12147]

@@ -8669,7 +8669,7 @@ $js = false])
-

method commitTransaction [line 18472]

+

method commitTransaction [line 18485]

@@ -8697,7 +8697,7 @@ $js = false])
-

method convertHexStringToString [line 9461]

+

method convertHexStringToString [line 9462]

@@ -8739,7 +8739,7 @@ $bs)
-

method convertHTMLColorToDec [line 8882]

+

method convertHTMLColorToDec [line 8883]

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

method convertStringToHexString [line 9482]

+

method convertStringToHexString [line 9483]

@@ -8823,7 +8823,7 @@ $s)
-

method convertSVGtMatrix [line 19407]

+

method convertSVGtMatrix [line 19420]

@@ -8865,7 +8865,7 @@ $tm)
-

method CoonsPatchMesh [line 13138]

+

method CoonsPatchMesh [line 13139]

@@ -8973,7 +8973,7 @@ $antialias = false])
-

method copyPage [line 18142]

+

method copyPage [line 18155]

@@ -9015,7 +9015,7 @@ $page = 0])
-

method cropMark [line 12996]

+

method cropMark [line 12997]

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

method Curve [line 10096]

+

method Curve [line 10097]

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

method deletePage [line 18005]

+

method deletePage [line 18018]

@@ -9231,7 +9231,7 @@ $page)
-

method Ellipse [line 10160]

+

method Ellipse [line 10161]

@@ -9351,7 +9351,7 @@ $afinish:)
-

method empty_string [line 18526]

+

method empty_string [line 18539]

@@ -9393,7 +9393,7 @@ $str)
-

method endPage [line 2847]

+

method endPage [line 2848]

@@ -9435,7 +9435,7 @@ $tocpage = false])
-

method endSVGElementHandler [line 20434]

+

method endSVGElementHandler [line 20447]

@@ -9483,7 +9483,7 @@ $name)
-

method endTOCPage [line 2812]

+

method endTOCPage [line 2813]

@@ -9514,7 +9514,7 @@ $name)
-

method Error [line 2669]

+

method Error [line 2670]

@@ -9553,7 +9553,7 @@ $msg)
-

method Footer [line 3094]

+

method Footer [line 3095]

@@ -9578,7 +9578,7 @@ $msg)
-

method formatPageNumber [line 12678]

+

method formatPageNumber [line 12679]

@@ -9617,7 +9617,7 @@ $num)
-

method formatTOCPageNumber [line 12690]

+

method formatTOCPageNumber [line 12691]

@@ -9659,7 +9659,7 @@ $num)
-

method GetAbsX [line 6108]

+

method GetAbsX [line 6109]

@@ -9690,7 +9690,7 @@ $num)
-

method getAliasNbPages [line 12586]

+

method getAliasNbPages [line 12587]

@@ -9721,7 +9721,7 @@ $num)
-

method getAliasNumPage [line 12614]

+

method getAliasNumPage [line 12615]

@@ -9752,7 +9752,7 @@ $num)
-

method getAnnotOptFromJSProp [line 11514]

+

method getAnnotOptFromJSProp [line 11515]

@@ -9797,7 +9797,7 @@ $prop)
-

method GetArrStringWidth [line 3555]

+

method GetArrStringWidth [line 3556]

@@ -9866,7 +9866,7 @@ $getarray = false])
-

method getBarcode [line 13873]

+

method getBarcode [line 13874]

@@ -9894,7 +9894,7 @@ $getarray = false])
-

method getBorderMode [line 4855]

+

method getBorderMode [line 4856]

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

method getBreakMargin [line 2394]

+

method getBreakMargin [line 2395]

@@ -9990,7 +9990,7 @@ $pagenum = ''])
-

method getBuffer [line 17691]

+

method getBuffer [line 17704]

@@ -10021,7 +10021,7 @@ $pagenum = ''])
-

method getCellCode [line 4286]

+

method getCellCode [line 4287]

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

method getCellHeightRatio [line 12858]

+

method getCellHeightRatio [line 12859]

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

method GetCharWidth [line 3591]

+

method GetCharWidth [line 3592]

@@ -10202,7 +10202,7 @@ $char)
-

method getEncPermissionsString [line 9499]

+

method getEncPermissionsString [line 9500]

@@ -10244,7 +10244,7 @@ $protection)
-

method getFontAscent [line 3925]

+

method getFontAscent [line 3926]

@@ -10298,7 +10298,7 @@ $size = 0])
-

method getFontBuffer [line 17851]

+

method getFontBuffer [line 17864]

@@ -10340,7 +10340,7 @@ $font)
-

method getFontDescent [line 3904]

+

method getFontDescent [line 3905]

@@ -10394,7 +10394,7 @@ $size = 0])
-

method getFontFamily [line 14357]

+

method getFontFamily [line 14358]

@@ -10425,7 +10425,7 @@ $size = 0])
-

method getFontSize [line 14337]

+

method getFontSize [line 14338]

@@ -10456,7 +10456,7 @@ $size = 0])
-

method getFontSizePt [line 14347]

+

method getFontSizePt [line 14348]

@@ -10487,7 +10487,7 @@ $size = 0])
-

method getFontsList [line 3630]

+

method getFontsList [line 3631]

@@ -10515,7 +10515,7 @@ $size = 0])
-

method getFontStyle [line 14367]

+

method getFontStyle [line 14368]

@@ -10546,7 +10546,7 @@ $size = 0])
-

method getFooterFont [line 8807]

+

method getFooterFont [line 8808]

@@ -10574,7 +10574,7 @@ $size = 0])
-

method getFooterMargin [line 3008]

+

method getFooterMargin [line 3009]

@@ -10602,7 +10602,7 @@ $size = 0])
-

method getFormDefaultProp [line 11889]

+

method getFormDefaultProp [line 11890]

@@ -10636,7 +10636,7 @@ $size = 0])
-

method getGDgamma [line 6048]

+

method getGDgamma [line 6049]

@@ -10675,7 +10675,7 @@ $v)
-

method getGraphicVars [line 17555]

+

method getGraphicVars [line 17556]

@@ -10706,7 +10706,7 @@ $v)
-

method getGroupPageNo [line 12627]

+

method getGroupPageNo [line 12628]

@@ -10737,7 +10737,7 @@ $v)
-

method getGroupPageNoFormatted [line 12637]

+

method getGroupPageNoFormatted [line 12638]

@@ -10768,7 +10768,7 @@ $v)
-

method getHeaderData [line 2963]

+

method getHeaderData [line 2964]

@@ -10796,7 +10796,7 @@ $v)
-

method getHeaderFont [line 8787]

+

method getHeaderFont [line 8788]

@@ -10824,7 +10824,7 @@ $v)
-

method getHeaderMargin [line 2988]

+

method getHeaderMargin [line 2989]

@@ -10852,7 +10852,7 @@ $v)
-

method getHtmlDomArray [line 14403]

+

method getHtmlDomArray [line 14404]

@@ -10891,7 +10891,7 @@ $html)
-

method getHTMLUnitToUnits [line 17270]

+

method getHTMLUnitToUnits [line 17271]

@@ -10957,7 +10957,7 @@ $point)
-

method getHyphenPatternsFromTEX [line 18798]

+

method getHyphenPatternsFromTEX [line 18811]

@@ -11002,7 +11002,7 @@ $file)
-

method getImageBuffer [line 17793]

+

method getImageBuffer [line 17806]

@@ -11044,7 +11044,7 @@ $image)
-

method getImageFileType [line 5424]

+

method getImageFileType [line 5425]

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

method getImageRBX [line 3034]

+

method getImageRBX [line 3035]

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

method getImageRBY [line 3043]

+

method getImageRBY [line 3044]

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

method getImageScale [line 2333]

+

method getImageScale [line 2334]

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

method getLastH [line 2311]

+

method getLastH [line 2312]

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

method GetLineWidth [line 9842]

+

method GetLineWidth [line 9843]

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

method getMargins [line 14300]

+

method getMargins [line 14301]

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

method GetNumChars [line 3618]

+

method GetNumChars [line 3619]

@@ -11314,7 +11314,7 @@ $s)
-

method getNumLines [line 4943]

+

method getNumLines [line 4944]

@@ -11367,7 +11367,7 @@ $w = 0])
-

method getNumPages [line 2790]

+

method getNumPages [line 2791]

@@ -11401,7 +11401,7 @@ $w = 0])
-

method getObjFilename [line 17623]

+

method getObjFilename [line 17636]

@@ -11446,7 +11446,7 @@ $prefix)
-

method getOriginalMargins [line 14323]

+

method getOriginalMargins [line 14324]

@@ -11477,7 +11477,7 @@ $prefix)
-

method getPage [line 2778]

+

method getPage [line 2779]

@@ -11511,7 +11511,7 @@ $prefix)
-

method getPageBuffer [line 17734]

+

method getPageBuffer [line 17747]

@@ -11553,7 +11553,7 @@ $page)
-

method getPageDimensions [line 2346]

+

method getPageDimensions [line 2347]

@@ -11598,7 +11598,7 @@ $pagenum = ''])
-

method getPageGroupAlias [line 12649]

+

method getPageGroupAlias [line 12650]

@@ -11629,7 +11629,7 @@ $pagenum = ''])
-

method getPageHeight [line 2378]

+

method getPageHeight [line 2379]

@@ -11677,7 +11677,7 @@ $pagenum = ''])
-

method getPageNumGroupAlias [line 12664]

+

method getPageNumGroupAlias [line 12665]

@@ -11750,7 +11750,7 @@ $format)
-

method getPageWidth [line 2362]

+

method getPageWidth [line 2363]

@@ -11798,7 +11798,7 @@ $pagenum = ''])
-

method getPathPaintOperator [line 18910]

+

method getPathPaintOperator [line 18923]

@@ -11852,7 +11852,7 @@ $mode)
-

method getPDFData [line 8830]

+

method getPDFData [line 8831]

@@ -11877,7 +11877,7 @@ $mode)
-

method getRemainingWidth [line 5325]

+

method getRemainingWidth [line 5326]

@@ -11905,7 +11905,7 @@ $mode)
-

method getRTL [line 2246]

+

method getRTL [line 2247]

@@ -11933,7 +11933,7 @@ $mode)
-

method getScaleFactor [line 2408]

+

method getScaleFactor [line 2409]

@@ -11967,7 +11967,7 @@ $mode)
-

method getSpaceString [line 14946]

+

method getSpaceString [line 14947]

@@ -11998,7 +11998,7 @@ $mode)
-

method GetStringWidth [line 3539]

+

method GetStringWidth [line 3540]

@@ -12067,7 +12067,7 @@ $getarray = false])
-

method getSVGTransformMatrix [line 19285]

+

method getSVGTransformMatrix [line 19298]

@@ -12112,7 +12112,7 @@ $attribute)
-

method getTransformationMatrixProduct [line 19389]

+

method getTransformationMatrixProduct [line 19402]

@@ -12163,7 +12163,7 @@ $tb)
-

method getUserPermissionCode [line 9340]

+

method getUserPermissionCode [line 9341]

@@ -12211,7 +12211,7 @@ $mode = 0])
-

method getVectorsAngle [line 20020]

+

method getVectorsAngle [line 20033]

@@ -12271,7 +12271,7 @@ $y2)
-

method GetX [line 6092]

+

method GetX [line 6093]

@@ -12302,7 +12302,7 @@ $y2)
-

method GetY [line 6119]

+

method GetY [line 6120]

@@ -12333,7 +12333,7 @@ $y2)
-

method get_mqr [line 5764]

+

method get_mqr [line 5765]

@@ -12364,7 +12364,7 @@ $y2)
-

method Gradient [line 13247]

+

method Gradient [line 13248]

@@ -12430,7 +12430,7 @@ $antialias = false])
-

method Header [line 3052]

+

method Header [line 3053]

@@ -12455,7 +12455,7 @@ $antialias = false])
-

method hyphenateText [line 18837]

+

method hyphenateText [line 18850]

@@ -12536,7 +12536,7 @@ $charmax = 8])
-

method hyphenateWord [line 18728]

+

method hyphenateWord [line 18741]

@@ -12617,7 +12617,7 @@ $charmax = 8])
-

method Image [line 5474]

+

method Image [line 5475]

@@ -12755,7 +12755,7 @@ $fitonpage = false])
-

method ImageEps [line 13587]

+

method ImageEps [line 13588]

@@ -12857,7 +12857,7 @@ $fitonpage = false])
-

method ImagePngAlpha [line 6002]

+

method ImagePngAlpha [line 6003]

@@ -12962,7 +12962,7 @@ $palign = ''])
-

method ImageSVG [line 19001]

+

method ImageSVG [line 19014]

@@ -13058,7 +13058,7 @@ $fitonpage = false])
-

method IncludeJS [line 11377]

+

method IncludeJS [line 11378]

@@ -13100,7 +13100,7 @@ $script)
-

method intToRoman [line 17349]

+

method intToRoman [line 17350]

@@ -13142,7 +13142,7 @@ $number)
-

method isRTLTextDir [line 2290]

+

method isRTLTextDir [line 2291]

@@ -13170,7 +13170,7 @@ $number)
-

method lastPage [line 2767]

+

method lastPage [line 2768]

@@ -13212,7 +13212,7 @@ $resetmargins = false])
-

method Line [line 10012]

+

method Line [line 10013]

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

method LinearGradient [line 13097]

+

method LinearGradient [line 13098]

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

method Link [line 3993]

+

method Link [line 3994]

@@ -13428,7 +13428,7 @@ $spaces = 0])
-

method ListBox [line 12086]

+

method ListBox [line 12087]

@@ -13518,7 +13518,7 @@ $js = false])
-

method Ln [line 6061]

+

method Ln [line 6062]

@@ -13566,7 +13566,7 @@ $cell = false])
-

method MirrorH [line 9624]

+

method MirrorH [line 9625]

@@ -13608,7 +13608,7 @@ $x = ''])
-

method MirrorL [line 9660]

+

method MirrorL [line 9661]

@@ -13662,7 +13662,7 @@ $y = ''])
-

method MirrorP [line 9647]

+

method MirrorP [line 9648]

@@ -13710,7 +13710,7 @@ $y = ''])
-

method MirrorV [line 9635]

+

method MirrorV [line 9636]

@@ -13752,7 +13752,7 @@ $y = ''])
-

method movePage [line 17868]

+

method movePage [line 17881]

@@ -13800,7 +13800,7 @@ $topage)
-

method MultiCell [line 4696]

+

method MultiCell [line 4697]

@@ -13926,7 +13926,7 @@ $maxh = 0])
-

method objclone [line 18515]

+

method objclone [line 18528]

@@ -13968,7 +13968,7 @@ $object)
-

method Open [line 2684]

+

method Open [line 2685]

@@ -13999,7 +13999,7 @@ $object)
-

method openHTMLTagHandler [line 16116]

+

method openHTMLTagHandler [line 16117]

@@ -14053,7 +14053,7 @@ $dom)
-

method Output [line 6211]

+

method Output [line 6212]

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

method PageNo [line 3255]

+

method PageNo [line 3256]

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

method PageNoFormatted [line 12700]

+

method PageNoFormatted [line 12701]

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

method PieSector [line 13526]

+

method PieSector [line 13527]

@@ -14262,7 +14262,7 @@ $o:)
-

method PieSectorXY [line 13547]

+

method PieSectorXY [line 13548]

@@ -14370,7 +14370,7 @@ $o:)
-

method pixelsToUnits [line 8939]

+

method pixelsToUnits [line 8940]

@@ -14412,7 +14412,7 @@ $px)
-

method Polycurve [line 10123]

+

method Polycurve [line 10124]

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

method Polygon [line 10329]

+

method Polygon [line 10330]

@@ -14547,7 +14547,7 @@ $closed = true])
-

method PolyLine [line 10310]

+

method PolyLine [line 10311]

@@ -14610,7 +14610,7 @@ $closed)
-

method putHtmlListBullet [line 17414]

+

method putHtmlListBullet [line 17415]

@@ -14661,7 +14661,7 @@ $size = 10])
-

method RadialGradient [line 13115]

+

method RadialGradient [line 13116]

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

method RadioButton [line 11998]

+

method RadioButton [line 11999]

@@ -14829,7 +14829,7 @@ $js = false])
-

method readDiskCache [line 17663]

+

method readDiskCache [line 17676]

@@ -14877,7 +14877,7 @@ $file)
-

method Rect [line 10040]

+

method Rect [line 10041]

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

method registrationMark [line 13066]

+

method registrationMark [line 13067]

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

method RegularPolygon [line 10427]

+

method RegularPolygon [line 10428]

@@ -15138,7 +15138,7 @@ $r:)
-

method removeSHY [line 4249]

+

method removeSHY [line 4250]

@@ -15180,7 +15180,7 @@ $txt = ''])
-

method revstrpos [line 18539]

+

method revstrpos [line 18552]

@@ -15234,7 +15234,7 @@ $offset = 0])
-

method rfread [line 5972]

+

method rfread [line 5973]

@@ -15285,7 +15285,7 @@ $length)
-

method rollbackTransaction [line 18486]

+

method rollbackTransaction [line 18499]

@@ -15327,7 +15327,7 @@ $self = false])
-

method Rotate [line 9716]

+

method Rotate [line 9717]

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

method RoundedRect [line 10517]

+

method RoundedRect [line 10518]

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

method RoundedRectXY [line 10536]

+

method RoundedRectXY [line 10537]

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

method Scale [line 9592]

+

method Scale [line 9593]

@@ -15621,7 +15621,7 @@ $y = ''])
-

method ScaleX [line 9552]

+

method ScaleX [line 9553]

@@ -15675,7 +15675,7 @@ $y = ''])
-

method ScaleXY [line 9578]

+

method ScaleXY [line 9579]

@@ -15729,7 +15729,7 @@ $y = ''])
-

method ScaleY [line 9565]

+

method ScaleY [line 9566]

@@ -15783,7 +15783,7 @@ $y = ''])
-

method segSVGContentHandler [line 20472]

+

method segSVGContentHandler [line 20485]

@@ -15831,7 +15831,7 @@ $data)
-

method selectColumn [line 18602]

+

method selectColumn [line 18615]

@@ -15870,7 +15870,7 @@ $col = ''])
-

method serializeTCPDFtagParameters [line 18653]

+

method serializeTCPDFtagParameters [line 18666]

@@ -15912,7 +15912,7 @@ $pararray)
-

method setAlpha [line 12815]

+

method setAlpha [line 12816]

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

method SetAuthor [line 2633]

+

method SetAuthor [line 2634]

@@ -15999,7 +15999,7 @@ $author)
-

method SetAutoPageBreak [line 2500]

+

method SetAutoPageBreak [line 2501]

@@ -16047,7 +16047,7 @@ $margin = 0])
-

method setBarcode [line 13863]

+

method setBarcode [line 13864]

@@ -16083,7 +16083,7 @@ $bc = ''])
-

method SetBooklet [line 17184]

+

method SetBooklet [line 17185]

@@ -16134,7 +16134,7 @@ $outer = -1])
-

method setBuffer [line 17673]

+

method setBuffer [line 17686]

@@ -16173,7 +16173,7 @@ $data)
-

method setCellHeightRatio [line 12849]

+

method setCellHeightRatio [line 12850]

@@ -16212,7 +16212,7 @@ $h)
-

method SetCellPadding [line 2488]

+

method SetCellPadding [line 2489]

@@ -16254,7 +16254,7 @@ $pad)
-

method setColumnsArray [line 18589]

+

method setColumnsArray [line 18602]

@@ -16293,7 +16293,7 @@ $columns)
-

method SetCompression [line 2593]

+

method SetCompression [line 2594]

@@ -16332,7 +16332,7 @@ $compress)
-

method setContentMark [line 2930]

+

method setContentMark [line 2931]

@@ -16371,7 +16371,7 @@ $page = 0])
-

method SetCreator [line 2657]

+

method SetCreator [line 2658]

@@ -16413,7 +16413,7 @@ $creator)
-

method SetDefaultMonospacedFont [line 3943]

+

method SetDefaultMonospacedFont [line 3944]

@@ -16452,7 +16452,7 @@ $font)
-

method setDefaultTableColumns [line 12839]

+

method setDefaultTableColumns [line 12840]

@@ -16491,7 +16491,7 @@ $cols = 4])
-

method SetDisplayMode [line 2515]

+

method SetDisplayMode [line 2516]

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

method SetDrawColor [line 3310]

+

method SetDrawColor [line 3311]

@@ -16602,7 +16602,7 @@ $col4 = -1])
-

method SetDrawColorArray [line 3287]

+

method SetDrawColorArray [line 3288]

@@ -16644,7 +16644,7 @@ $color)
-

method SetDrawSpotColor [line 3351]

+

method SetDrawSpotColor [line 3352]

@@ -16692,7 +16692,7 @@ $tint = 100])
-

method setEqualColumns [line 18556]

+

method setEqualColumns [line 18569]

@@ -16743,7 +16743,7 @@ $y = ''])
-

method setExtGState [line 12781]

+

method setExtGState [line 12782]

@@ -16782,7 +16782,7 @@ $gs)
-

method SetFillColor [line 3393]

+

method SetFillColor [line 3394]

@@ -16842,7 +16842,7 @@ $col4 = -1])
-

method SetFillColorArray [line 3370]

+

method SetFillColorArray [line 3371]

@@ -16884,7 +16884,7 @@ $color)
-

method SetFillSpotColor [line 3435]

+

method SetFillSpotColor [line 3436]

@@ -16932,7 +16932,7 @@ $tint = 100])
-

method SetFont [line 3856]

+

method SetFont [line 3857]

@@ -16992,7 +16992,7 @@ $fontfile = ''])
-

method setFontBuffer [line 17809]

+

method setFontBuffer [line 17822]

@@ -17037,7 +17037,7 @@ $data)
-

method SetFontSize [line 3876]

+

method SetFontSize [line 3877]

@@ -17079,7 +17079,7 @@ $size)
-

method setFontSubBuffer [line 17831]

+

method setFontSubBuffer [line 17844]

@@ -17130,7 +17130,7 @@ $data)
-

method setFooter [line 3165]

+

method setFooter [line 3166]

@@ -17158,7 +17158,7 @@ $data)
-

method setFooterFont [line 8797]

+

method setFooterFont [line 8798]

@@ -17197,7 +17197,7 @@ $font)
-

method setFooterMargin [line 2998]

+

method setFooterMargin [line 2999]

@@ -17233,7 +17233,7 @@ $fm = 10])
-

method setFormDefaultProp [line 11878]

+

method setFormDefaultProp [line 11879]

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

method setGraphicVars [line 17588]

+

method setGraphicVars [line 17595]

@@ -17314,7 +17314,7 @@ $gvars)
-

method setHeader [line 3129]

+

method setHeader [line 3130]

@@ -17342,7 +17342,7 @@ $gvars)
-

method setHeaderData [line 2949]

+

method setHeaderData [line 2950]

@@ -17396,7 +17396,7 @@ $hs = ''])
-

method setHeaderFont [line 8777]

+

method setHeaderFont [line 8778]

@@ -17435,7 +17435,7 @@ $font)
-

method setHeaderMargin [line 2978]

+

method setHeaderMargin [line 2979]

@@ -17471,7 +17471,7 @@ $hm = 10])
-

method setHtmlLinksStyle [line 17255]

+

method setHtmlLinksStyle [line 17256]

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

method setHtmlVSpace [line 17224]

+

method setHtmlVSpace [line 17225]

@@ -17555,7 +17555,7 @@ $tagvs)
-

method setImageBuffer [line 17750]

+

method setImageBuffer [line 17763]

@@ -17600,7 +17600,7 @@ $data)
-

method setImageScale [line 2322]

+

method setImageScale [line 2323]

@@ -17642,7 +17642,7 @@ $scale)
-

method setImageSubBuffer [line 17773]

+

method setImageSubBuffer [line 17786]

@@ -17693,7 +17693,7 @@ $data)
-

method setJPEGQuality [line 12826]

+

method setJPEGQuality [line 12827]

@@ -17732,7 +17732,7 @@ $quality)
-

method SetKeywords [line 2645]

+

method SetKeywords [line 2646]

@@ -17774,7 +17774,7 @@ $keywords)
-

method setLanguageArray [line 8817]

+

method setLanguageArray [line 8818]

@@ -17813,7 +17813,7 @@ $language)
-

method setLastH [line 2301]

+

method setLastH [line 2302]

@@ -17855,7 +17855,7 @@ $h)
-

method SetLeftMargin [line 2444]

+

method SetLeftMargin [line 2445]

@@ -17897,7 +17897,7 @@ $margin)
-

method SetLineStyle [line 9867]

+

method SetLineStyle [line 9868]

@@ -17943,7 +17943,7 @@ $style)
-

method SetLineWidth [line 9826]

+

method SetLineWidth [line 9827]

@@ -17985,7 +17985,7 @@ $width)
-

method SetLink [line 3970]

+

method SetLink [line 3971]

@@ -18039,7 +18039,7 @@ $page = -1])
-

method setListIndentWidth [line 17234]

+

method setListIndentWidth [line 17235]

@@ -18078,7 +18078,7 @@ $width)
-

method setLIsymbol [line 17145]

+

method setLIsymbol [line 17146]

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

method SetMargins [line 2422]

+

method SetMargins [line 2423]

@@ -18177,7 +18177,7 @@ $keepmargins = false])
-

method setOpenCell [line 17244]

+

method setOpenCell [line 17245]

@@ -18216,7 +18216,7 @@ $isopen)
-

method setPage [line 2720]

+

method setPage [line 2721]

@@ -18333,7 +18333,7 @@ $ury)
-

method setPageBuffer [line 17707]

+

method setPageBuffer [line 17720]

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

method setPageMark [line 2918]

+

method setPageMark [line 2919]

@@ -18547,7 +18547,7 @@ $unit)
-

method setPDFVersion [line 12868]

+

method setPDFVersion [line 12869]

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

method setPrintFooter [line 3025]

+

method setPrintFooter [line 3026]

@@ -18628,7 +18628,7 @@ $value)
-

method setPrintHeader [line 3016]

+

method setPrintHeader [line 3017]

@@ -18664,7 +18664,7 @@ $val = true])
-

method SetProtection [line 9384]

+

method SetProtection [line 9385]

@@ -18730,7 +18730,7 @@ $pubkeys = null])
-

method setRasterizeVectorImages [line 18884]

+

method setRasterizeVectorImages [line 18897]

@@ -18769,7 +18769,7 @@ $mode)
-

method SetRightMargin [line 2474]

+

method SetRightMargin [line 2475]

@@ -18811,7 +18811,7 @@ $margin)
-

method setRTL [line 2230]

+

method setRTL [line 2231]

@@ -18856,7 +18856,7 @@ $resetx = true])
-

method setSignature [line 12530]

+

method setSignature [line 12531]

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

method setSpacesRE [line 2215]

+

method setSpacesRE [line 2216]

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

method SetSubject [line 2621]

+

method SetSubject [line 2622]

@@ -19009,7 +19009,7 @@ $subject)
-

method setSVGStyles [line 19446]

+

method setSVGStyles [line 19459]

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

method setTableHeader [line 3211]

+

method setTableHeader [line 3212]

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

method setTempRTL [line 2256]

+

method setTempRTL [line 2257]

@@ -19160,7 +19160,7 @@ $mode)
-

method SetTextColor [line 3477]

+

method SetTextColor [line 3478]

@@ -19220,7 +19220,7 @@ $col4 = -1])
-

method SetTextColorArray [line 3454]

+

method SetTextColorArray [line 3455]

@@ -19262,7 +19262,7 @@ $color)
-

method setTextRenderingMode [line 18665]

+

method setTextRenderingMode [line 18678]

@@ -19313,7 +19313,7 @@ $clip = false])
-

method SetTextSpotColor [line 3516]

+

method SetTextSpotColor [line 3517]

@@ -19361,7 +19361,7 @@ $tint = 100])
-

method SetTitle [line 2609]

+

method SetTitle [line 2610]

@@ -19403,7 +19403,7 @@ $title)
-

method SetTopMargin [line 2459]

+

method SetTopMargin [line 2460]

@@ -19445,7 +19445,7 @@ $margin)
-

method setUserRights [line 12497]

+

method setUserRights [line 12498]

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

method setViewerPreferences [line 12881]

+

method setViewerPreferences [line 12882]

@@ -19553,7 +19553,7 @@ $preferences)
-

method setVisibility [line 12726]

+

method setVisibility [line 12727]

@@ -19592,7 +19592,7 @@ $v)
-

method SetX [line 6132]

+

method SetX [line 6133]

@@ -19640,7 +19640,7 @@ $rtloff = false])
-

method SetXY [line 6196]

+

method SetXY [line 6197]

@@ -19694,7 +19694,7 @@ $rtloff = false])
-

method SetY [line 6164]

+

method SetY [line 6165]

@@ -19748,7 +19748,7 @@ $rtloff = false])
-

method set_mqr [line 5749]

+

method set_mqr [line 5750]

@@ -19787,7 +19787,7 @@ $mqr)
-

method Skew [line 9772]

+

method Skew [line 9773]

@@ -19847,7 +19847,7 @@ $y = ''])
-

method SkewX [line 9745]

+

method SkewX [line 9746]

@@ -19901,7 +19901,7 @@ $y = ''])
-

method SkewY [line 9758]

+

method SkewY [line 9759]

@@ -19955,7 +19955,7 @@ $y = ''])
-

method StarPolygon [line 10475]

+

method StarPolygon [line 10476]

@@ -20079,7 +20079,7 @@ $draw_circle:)
-

method startPage [line 2874]

+

method startPage [line 2875]

@@ -20133,7 +20133,7 @@ $tocpage = false])
-

method startPageGroup [line 12559]

+

method startPageGroup [line 12560]

@@ -20172,7 +20172,7 @@ $page = ''])
-

method startSVGElementHandler [line 20043]

+

method startSVGElementHandler [line 20056]

@@ -20226,7 +20226,7 @@ $attribs)
-

method startTransaction [line 18455]

+

method startTransaction [line 18468]

@@ -20254,7 +20254,7 @@ $attribs)
-

method StartTransform [line 9520]

+

method StartTransform [line 9521]

@@ -20285,7 +20285,7 @@ $attribs)
-

method StopTransform [line 9535]

+

method StopTransform [line 9536]

@@ -20316,7 +20316,7 @@ $attribs)
-

method SVGPath [line 19702]

+

method SVGPath [line 19715]

@@ -20367,7 +20367,7 @@ $style = ''])
-

method SVGTransform [line 19427]

+

method SVGTransform [line 19440]

@@ -20406,7 +20406,7 @@ $tm)
-

method swapMargins [line 17200]

+

method swapMargins [line 17201]

@@ -20484,7 +20484,7 @@ $page)
-

method Text [line 4132]

+

method Text [line 4133]

@@ -20616,7 +20616,7 @@ $rtloff = false])
-

method TextField [line 11907]

+

method TextField [line 11908]

@@ -20700,7 +20700,7 @@ $js = false])
-

method Transform [line 9802]

+

method Transform [line 9803]

@@ -20742,7 +20742,7 @@ $tm)
-

method Translate [line 9695]

+

method Translate [line 9696]

@@ -20790,7 +20790,7 @@ $t_y)
-

method TranslateX [line 9672]

+

method TranslateX [line 9673]

@@ -20832,7 +20832,7 @@ $t_x)
-

method TranslateY [line 9683]

+

method TranslateY [line 9684]

@@ -20874,7 +20874,7 @@ $t_y)
-

method unhtmlentities [line 8950]

+

method unhtmlentities [line 8951]

@@ -20913,7 +20913,7 @@ $text_to_convert)
-

method UniArrSubString [line 5364]

+

method UniArrSubString [line 5365]

@@ -20967,7 +20967,7 @@ $end = ''])
-

method unichr [line 5397]

+

method unichr [line 5398]

@@ -21012,7 +21012,7 @@ $c)
-

method UTF8ArrayToUniArray [line 5385]

+

method UTF8ArrayToUniArray [line 5386]

@@ -21054,7 +21054,7 @@ $ta)
-

method UTF8ArrSubString [line 5341]

+

method UTF8ArrSubString [line 5342]

@@ -21105,7 +21105,7 @@ $end = ''])
-

method UTF8ArrToLatin1 [line 8687]

+

method UTF8ArrToLatin1 [line 8688]

@@ -21147,7 +21147,7 @@ $unicode)
-

method utf8Bidi [line 10697]

+

method utf8Bidi [line 10698]

@@ -21204,7 +21204,7 @@ $forcertl = false])
-

method utf8StrArrRev [line 10683]

+

method utf8StrArrRev [line 10684]

@@ -21264,7 +21264,7 @@ $forcertl = false])
-

method UTF8StringToArray [line 8550]

+

method UTF8StringToArray [line 8551]

@@ -21330,7 +21330,7 @@ $str)
-

method utf8StrRev [line 10668]

+

method utf8StrRev [line 10669]

@@ -21384,7 +21384,7 @@ $forcertl = false])
-

method UTF8ToLatin1 [line 8657]

+

method UTF8ToLatin1 [line 8658]

@@ -21426,7 +21426,7 @@ $str)
-

method UTF8ToUTF16BE [line 8641]

+

method UTF8ToUTF16BE [line 8642]

@@ -21477,7 +21477,7 @@ $setbom = true])
-

method Write [line 4987]

+

method Write [line 4988]

@@ -21573,7 +21573,7 @@ $maxh = 0])
-

method write1DBarcode [line 13892]

+

method write1DBarcode [line 13893]

@@ -21663,7 +21663,7 @@ $align = ''])
-

method write2DBarcode [line 14134]

+

method write2DBarcode [line 14135]

@@ -21747,7 +21747,7 @@ $align = ''])
-

method writeBarcode [line 14084]

+

method writeBarcode [line 14085]

@@ -21837,7 +21837,7 @@ $code)
-

method writeDiskCache [line 17635]

+

method writeDiskCache [line 17648]

@@ -21894,7 +21894,7 @@ $file)
-

method writeHTML [line 14966]

+

method writeHTML [line 14967]

@@ -21960,7 +21960,7 @@ $align = ''])
-

method writeHTMLCell [line 14391]

+

method writeHTMLCell [line 14392]

@@ -22062,7 +22062,7 @@ $autopadding = true])
-

method _addfield [line 11479]

+

method _addfield [line 11480]

@@ -22140,7 +22140,7 @@ $prop)
-

method _AES [line 9172]

+

method _AES [line 9173]

@@ -22191,7 +22191,7 @@ $text)
-

method _beginpage [line 8229]

+

method _beginpage [line 8230]

@@ -22233,7 +22233,7 @@ $format = ''])
-

method _dataannobjstring [line 8406]

+

method _dataannobjstring [line 8407]

@@ -22272,7 +22272,7 @@ $s)
-

method _datastring [line 8395]

+

method _datastring [line 8396]

@@ -22311,7 +22311,7 @@ $s)
-

method _datestring [line 8417]

+

method _datestring [line 8418]

@@ -22342,7 +22342,7 @@ $s)
-

method _destroy [line 6405]

+

method _destroy [line 6406]

@@ -22387,7 +22387,7 @@ $preserve_objcopy = false])
-

method _dochecks [line 6433]

+

method _dochecks [line 6434]

@@ -22412,7 +22412,7 @@ $preserve_objcopy = false])
-

method _dolinethrough [line 8322]

+

method _dolinethrough [line 8323]

@@ -22460,7 +22460,7 @@ $txt)
-

method _dolinethroughw [line 8335]

+

method _dolinethroughw [line 8336]

@@ -22517,7 +22517,7 @@ $txt)
-

method _dooverline [line 8348]

+

method _dooverline [line 8349]

@@ -22568,7 +22568,7 @@ $txt)
-

method _dooverlinew [line 8361]

+

method _dooverlinew [line 8362]

@@ -22619,7 +22619,7 @@ $w)
-

method _dounderline [line 8297]

+

method _dounderline [line 8298]

@@ -22667,7 +22667,7 @@ $txt)
-

method _dounderlinew [line 8310]

+

method _dounderlinew [line 8311]

@@ -22718,7 +22718,7 @@ $w)
-

method _encrypt_data [line 8983]

+

method _encrypt_data [line 8984]

@@ -22766,7 +22766,7 @@ $s)
-

method _enddoc [line 8128]

+

method _enddoc [line 8129]

@@ -22791,7 +22791,7 @@ $s)
-

method _endpage [line 8273]

+

method _endpage [line 8274]

@@ -22816,7 +22816,7 @@ $s)
-

method _escape [line 8384]

+

method _escape [line 8385]

@@ -22855,7 +22855,7 @@ $s)
-

method _escapetext [line 8456]

+

method _escapetext [line 8457]

@@ -22894,7 +22894,7 @@ $s)
-

method _freadint [line 8373]

+

method _freadint [line 8374]

@@ -22933,7 +22933,7 @@ $f)
-

method _generateencryptionkey [line 9259]

+

method _generateencryptionkey [line 9260]

@@ -22987,7 +22987,7 @@ $protection)
-

method _getannotsrefs [line 6678]

+

method _getannotsrefs [line 6679]

@@ -23029,7 +23029,7 @@ $n)
-

method _getfontpath [line 6449]

+

method _getfontpath [line 6450]

@@ -23054,7 +23054,7 @@ $n)
-

method _getstream [line 8474]

+

method _getstream [line 8475]

@@ -23096,7 +23096,7 @@ $n = 0])
-

method _JScolor [line 11455]

+

method _JScolor [line 11456]

@@ -23138,7 +23138,7 @@ $color)
-

method _md5_16 [line 9190]

+

method _md5_16 [line 9191]

@@ -23183,7 +23183,7 @@ $str)
-

method _newobj [line 8283]

+

method _newobj [line 8284]

@@ -23211,7 +23211,7 @@ $str)
-

method _objectkey [line 8964]

+

method _objectkey [line 8965]

@@ -23253,7 +23253,7 @@ $n)
-

method _out [line 8498]

+

method _out [line 8499]

@@ -23289,7 +23289,7 @@ $s)
-

method _outCurve [line 9967]

+

method _outCurve [line 9968]

@@ -23358,7 +23358,7 @@ $y3)
-

method _outCurveV [line 9981]

+

method _outCurveV [line 9982]

@@ -23415,7 +23415,7 @@ $y3)
-

method _outCurveY [line 9997]

+

method _outCurveY [line 9998]

@@ -23484,7 +23484,7 @@ $y2)
-

method _outellipticalarc [line 10194]

+

method _outellipticalarc [line 10195]

@@ -23592,7 +23592,7 @@ $angf:)
-

method _outLine [line 9937]

+

method _outLine [line 9938]

@@ -23637,7 +23637,7 @@ $y)
-

method _outPoint [line 9925]

+

method _outPoint [line 9926]

@@ -23682,7 +23682,7 @@ $y)
-

method _outRect [line 9951]

+

method _outRect [line 9952]

@@ -23745,7 +23745,7 @@ $op)
-

method _Ovalue [line 9203]

+

method _Ovalue [line 9204]

@@ -23796,7 +23796,7 @@ $owner_pass)
-

method _parsejpeg [line 5841]

+

method _parsejpeg [line 5842]

@@ -23835,7 +23835,7 @@ $file)
-

method _parsepng [line 5867]

+

method _parsepng [line 5868]

@@ -23874,7 +23874,7 @@ $file)
-

method _putannotsobjs [line 6710]

+

method _putannotsobjs [line 6711]

@@ -23905,7 +23905,7 @@ $file)
-

method _putannotsrefs [line 6666]

+

method _putannotsrefs [line 6667]

@@ -23950,7 +23950,7 @@ $n)
-

method _putAPXObject [line 7322]

+

method _putAPXObject [line 7323]

@@ -24004,7 +24004,7 @@ $stream = ''])
-

method _putbookmarks [line 11296]

+

method _putbookmarks [line 11297]

@@ -24035,7 +24035,7 @@ $stream = ''])
-

method _putcatalog [line 7946]

+

method _putcatalog [line 7947]

@@ -24060,7 +24060,7 @@ $stream = ''])
-

method _putcidfont0 [line 7680]

+

method _putcidfont0 [line 7681]

@@ -24105,7 +24105,7 @@ $font)
-

method _putEmbeddedFiles [line 4090]

+

method _putEmbeddedFiles [line 4091]

@@ -24136,7 +24136,7 @@ $font)
-

method _putencryption [line 9007]

+

method _putencryption [line 9008]

@@ -24167,7 +24167,7 @@ $font)
-

method _putextgstates [line 12791]

+

method _putextgstates [line 12792]

@@ -24206,7 +24206,7 @@ $gs)
-

method _putfonts [line 7351]

+

method _putfonts [line 7352]

@@ -24231,7 +24231,7 @@ $gs)
-

method _putfontwidths [line 7488]

+

method _putfontwidths [line 7489]

@@ -24282,7 +24282,7 @@ $cidoffset = 0])
-

method _putheader [line 8120]

+

method _putheader [line 8121]

@@ -24307,7 +24307,7 @@ $cidoffset = 0])
-

method _putimages [line 7747]

+

method _putimages [line 7748]

@@ -24332,7 +24332,7 @@ $cidoffset = 0])
-

method _putinfo [line 7902]

+

method _putinfo [line 7903]

@@ -24357,7 +24357,7 @@ $cidoffset = 0])
-

method _putjavascript [line 11402]

+

method _putjavascript [line 11403]

@@ -24388,7 +24388,7 @@ $cidoffset = 0])
-

method _putocg [line 12709]

+

method _putocg [line 12710]

@@ -24416,7 +24416,7 @@ $cidoffset = 0])
-

method _putpages [line 6460]

+

method _putpages [line 6461]

@@ -24441,7 +24441,7 @@ $cidoffset = 0])
-

method _putresourcedict [line 7819]

+

method _putresourcedict [line 7820]

@@ -24466,7 +24466,7 @@ $cidoffset = 0])
-

method _putresources [line 7879]

+

method _putresources [line 7880]

@@ -24491,7 +24491,7 @@ $cidoffset = 0])
-

method _putshaders [line 13345]

+

method _putshaders [line 13346]

@@ -24522,7 +24522,7 @@ $cidoffset = 0])
-

method _putsignature [line 12427]

+

method _putsignature [line 12428]

@@ -24553,7 +24553,7 @@ $cidoffset = 0])
-

method _putspotcolors [line 7801]

+

method _putspotcolors [line 7802]

@@ -24581,7 +24581,7 @@ $cidoffset = 0])
-

method _putstream [line 8489]

+

method _putstream [line 8490]

@@ -24623,7 +24623,7 @@ $n = 0])
-

method _puttrailer [line 8103]

+

method _puttrailer [line 8104]

@@ -24648,7 +24648,7 @@ $n = 0])
-

method _puttruetypeunicode [line 7587]

+

method _puttruetypeunicode [line 7588]

diff --git a/tcpdf.php b/tcpdf.php index 0d06ecf..69391be 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -2,9 +2,9 @@ //============================================================+ // File name : tcpdf.php // Begin : 2002-08-03 -// Last Update : 2010-05-17 +// Last Update : 2010-05-19 // Author : Nicola Asuni - info@tecnick.com - http://www.tcpdf.org -// Version : 5.0.010 +// Version : 5.0.011 // 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.010 + * @version 5.0.011 */ /** @@ -146,14 +146,14 @@ if (!class_exists('TCPDF', false)) { /** * define default PDF document producer */ - define('PDF_PRODUCER', 'TCPDF 5.0.010 (http://www.tcpdf.org)'); + define('PDF_PRODUCER', 'TCPDF 5.0.011 (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.010 + * @version 5.0.011 * @author Nicola Asuni - info@tecnick.com * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL @@ -2160,19 +2160,20 @@ if (!class_exists('TCPDF', false)) { if (empty($orientation)) { $orientation = $default_orientation; } else { - $orientation = $orientation{0}; - $orientation = strtoupper($orientation); + $orientation = strtoupper($orientation{0}); } if (in_array($orientation, $valid_orientations) AND ($orientation != $default_orientation)) { $this->CurOrientation = $orientation; $this->wPt = $this->fhPt; $this->hPt = $this->fwPt; - $this->swapPageBoxCoordinates($this->page); } else { $this->CurOrientation = $default_orientation; $this->wPt = $this->fwPt; $this->hPt = $this->fhPt; } + if ($this->pagedim[$this->page]['MediaBox']['urx'] != $this->wPt) { + $this->swapPageBoxCoordinates($this->page); + } $this->w = $this->wPt / $this->k; $this->h = $this->hPt / $this->k; if ($this->empty_string($autopagebreak)) { @@ -17574,6 +17575,12 @@ if (!class_exists('TCPDF', false)) { 'bgcolor' => $this->bgcolor, 'fgcolor' => $this->fgcolor, 'htmlvspace' => $this->htmlvspace, + 'listindent' => $this->listindent, + 'listindentlevel' => $this->listindentlevel, + 'listnum' => $this->listnum, + 'listordered' => $this->listordered, + 'listcount' => $this->listcount, + 'lispacer' => $this->lispacer, 'lasth' => $this->lasth ); return $grapvars; @@ -17606,6 +17613,12 @@ if (!class_exists('TCPDF', false)) { $this->bgcolor = $gvars['bgcolor']; $this->fgcolor = $gvars['fgcolor']; $this->htmlvspace = $gvars['htmlvspace']; + $this->listindent = $gvars['listindent']; + $this->listindentlevel = $gvars['listindentlevel']; + $this->listnum = $gvars['listnum']; + $this->listordered = $gvars['listordered']; + $this->listcount = $gvars['listcount']; + $this->lispacer = $gvars['lispacer']; //$this->lasth = $gvars['lasth']; $this->_out(''.$this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor.' '.$this->FillColor.''); if (!$this->empty_string($this->FontFamily)) {
@@ -24693,7 +24693,7 @@ $font)
-

method _putviewerpreferences [line 8032]

+

method _putviewerpreferences [line 8033]

diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html index 6d953d2..48f362b 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 Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
diff --git a/doc/index.html b/doc/index.html index 6d953d2..48f362b 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 Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
@@ -24727,7 +24727,7 @@ $font)
-

method _RC4 [line 9126]

+

method _RC4 [line 9127]

diff --git a/doc/errors.html b/doc/errors.html index 9a54c62..70b88d5 100644 --- a/doc/errors.html +++ b/doc/errors.html @@ -35,7 +35,7 @@ Post-parsing

- Documentation generated on Mon, 17 May 2010 20:35:41 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:13 +0200 by phpDocumentor 1.4.3
diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index a281d43..2cf9d02 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -1985,7 +1985,7 @@ top

- Documentation generated on Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
@@ -24778,7 +24778,7 @@ $text)
-

method _setGDImageTransparency [line 5820]

+

method _setGDImageTransparency [line 5821]

diff --git a/doc/elementindex.html b/doc/elementindex.html index b4ef3f2..e6c47e2 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -1956,7 +1956,7 @@ top

- Documentation generated on Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +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 b7d9b95..9288950 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 Mon, 17 May 2010 20:35:41 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:13 +0200 by phpDocumentor 1.4.3
@@ -24823,7 +24823,7 @@ $image)
-

method _textannobjstring [line 8442]

+

method _textannobjstring [line 8443]

diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html index c0577dd..3beace5 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

@@ -24862,7 +24862,7 @@ $s)
-

method _textstring [line 8428]

+

method _textstring [line 8429]

diff --git a/doc/com-tecnick-tcpdf/_qrcode.php.html b/doc/com-tecnick-tcpdf/_qrcode.php.html index 5b138d7..3b284bc 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 Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:08 +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 cba3b49..d59e9d3 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 Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:08 +0200 by phpDocumentor 1.4.3
@@ -24901,7 +24901,7 @@ $s)
-

method _toJPEG [line 5783]

+

method _toJPEG [line 5784]

diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html index 897dca5..34c2143 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 Mon, 17 May 2010 20:35:41 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:13 +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 4ce7ddf..958771b 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 Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
@@ -24943,7 +24943,7 @@ $file)
-

method _toPNG [line 5802]

+

method _toPNG [line 5803]

diff --git a/doc/com-tecnick-tcpdf/_2dbarcodes.php.html b/doc/com-tecnick-tcpdf/_2dbarcodes.php.html index 4112f92..6105baa 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 Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html index 071a0b0..73f1304 100644 --- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html @@ -1374,7 +1374,7 @@ $type)

- Documentation generated on Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
@@ -24988,7 +24988,7 @@ $file)
-

method _Uvalue [line 9232]

+

method _Uvalue [line 9233]

diff --git a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html index 6b72fb0..b897af3 100644 --- a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html @@ -296,7 +296,7 @@ $type)

- Documentation generated on Mon, 17 May 2010 20:35:36 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:07 +0200 by phpDocumentor 1.4.3
@@ -25025,7 +25025,7 @@ $file)

- Documentation generated on Mon, 17 May 2010 20:35:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:09 +0200 by phpDocumentor 1.4.3
author:  Nicola Asuni
version:  5.0.010version:  5.0.011
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.010 (http://www.tcpdf.org)' + PDF_PRODUCER = 'TCPDF 5.0.011 (http://www.tcpdf.org)'
@@ -121,7 +121,7 @@ unicode data


- Documentation generated on Mon, 17 May 2010 20:35:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 19 May 2010 13:13:09 +0200 by phpDocumentor 1.4.3