diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index d9026b2..0001a13 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,8 @@ +4.6.030 (2009-08-29) + - IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML). + - Various minor bugs were fixed. + - Example n. 52 (digital signature) was updated. + 4.6.029 (2009-08-26) - PHP4 version was fixed. diff --git a/README.TXT b/README.TXT index dba6c99..eca1a43 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.029 -Release date: 2009-08-26 +Version: 4.6.030 +Release date: 2009-08-29 Author: Nicola Asuni Copyright (c) 2001-2009: diff --git a/barcodes.php b/barcodes.php index 08c4ebe..c859595 100755 --- a/barcodes.php +++ b/barcodes.php @@ -2,8 +2,8 @@ //============================================================+ // File name : barcodes.php // Begin : 2008-06-09 -// Last Update : 2009-08-17 -// Version : 1.0.008 +// Last Update : 2009-08-26 +// Version : 1.0.009 // License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html) // ---------------------------------------------------------------------------- // Copyright (C) 2008-2009 Nicola Asuni - Tecnick.com S.r.l. @@ -219,6 +219,8 @@ class TCPDFBarcode { } default: { $this->barcode_array = false; + $arrcode = false; + break; } } $this->barcode_array = $arrcode; diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index a279d79..f293213 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -45,7 +45,7 @@

- Documentation generated on Wed, 26 Aug 2009 08:57:50 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index 45ef904..cedd81d 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -74,7 +74,7 @@ Source Location: /tcpdf.php

Version:

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

Class Details

-[line 166]
+[line 167]
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.




Tags:

@@ -598,7 +598,7 @@ This is a PHP class for generating PDF documents without requiring external exte author:  Nicola Asuni - info@tecnick.com - version:  4.6.029 + version:  4.6.030 link:  http://www.tcpdf.org @@ -621,7 +621,7 @@ This is a PHP class for generating PDF documents without requiring external exte

$AliasNbPages =  '{nb}'

-

[line 507]

+

[line 508]



Tags:

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

$AliasNumPage =  '{pnb}'

-

[line 513]

+

[line 514]



Tags:

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

$author =  ''

-

[line 489]

+

[line 490]



Tags:

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

$AutoPageBreak =

-

[line 447]

+

[line 448]



Tags:

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

$barcode =  false

-

[line 605]

+

[line 606]



Tags:

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

$bgcolor =

-

[line 698]

+

[line 699]



Tags:

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

$bMargin =

-

[line 288]

+

[line 289]



Tags:

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

$booklet =  false

-

[line 1092]

+

[line 1093]

Booklet mode for double-sided pages



Tags:

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

$buffer =

-

[line 192]

+

[line 193]



Tags:

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

$bufferlen =  0

-

[line 1192]

+

[line 1193]

Lenght of the buffer in bytes.



Tags:

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

$byterange_string =  '/ByteRange[0 ********** ********** **********]'

-

[line 1318]

+

[line 1319]

ByteRange placemark used during signature process.



Tags:

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

$cache_file_lenght = array()

-

[line 1241]

+

[line 1242]

Array used to store the lenghts of cache files



Tags:

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

$cache_maxsize_UTF8StringToArray =  8

-

[line 1269]

+

[line 1270]

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



Tags:

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

$cache_size_UTF8StringToArray =  0

-

[line 1276]

+

[line 1277]

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



Tags:

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

$cache_UTF8StringToArray = array()

-

[line 1262]

+

[line 1263]

Cache array for UTF8StringToArray() method.



Tags:

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

$cell_height_ratio =  K_CELL_HEIGHT_RATIO

-

[line 949]

+

[line 950]

Default cell height ratio.



Tags:

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

$cMargin =

-

[line 295]

+

[line 296]



Tags:

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

$cntmrk = array()

-

[line 986]

+

[line 987]

Array used to store content positions inside the pages buffer.

keys are the page numbers




Tags:

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

$ColorFlag =

-

[line 441]

+

[line 442]



Tags:

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

$compress =

-

[line 210]

+

[line 211]



Tags:

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

$CoreFonts =

-

[line 331]

+

[line 332]



Tags:

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

$creator =  ''

-

[line 501]

+

[line 502]



Tags:

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

$CurOrientation =

-

[line 216]

+

[line 217]



Tags:

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

$CurrentFont =

-

[line 405]

+

[line 406]



Tags:

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

$currpagegroup =

-

[line 907]

+

[line 908]

Contains the alias of the current page group



Tags:

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

$customlistindent =  -1

-

[line 1114]

+

[line 1115]



Tags:

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

$default_monospaced_font =  'courier'

-

[line 1227]

+

[line 1228]

Default monospaced font



Tags:

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

$default_table_columns =  4

-

[line 647]

+

[line 648]



Tags:

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

$diffs = array()

-

[line 349]

+

[line 350]



Tags:

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

$diskcache =  false

-

[line 1199]

+

[line 1200]

If true enables disk caching.



Tags:

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

$dpi =  72

-

[line 886]

+

[line 887]

Dot Per Inch Document Resolution (do not change)



Tags:

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

$DrawColor =

-

[line 423]

+

[line 424]



Tags:

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

$embeddedfiles = array()

-

[line 1128]

+

[line 1129]



Tags:

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

$encoding =  'UTF-8'

-

[line 717]

+

[line 718]



Tags:

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

$encrypted =

-

[line 747]

+

[line 748]

Indicates whether document is protected



Tags:

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

$encryption_key =

-

[line 801]

+

[line 802]

RC4 encryption key



Tags:

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

$enc_obj_id =

-

[line 775]

+

[line 776]

encryption object id



Tags:

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

$endlinex =  0

-

[line 1015]

+

[line 1016]

End position of the latest inserted line



Tags:

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

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

-

[line 1078]

+

[line 1079]

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



Tags:

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

$extgstates =

-

[line 935]

+

[line 936]

Array of transparency objects and parameters.



Tags:

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

$feps =  0.005

-

[line 1099]

+

[line 1100]

Epsilon value used for float calculations



Tags:

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

$fgcolor =

-

[line 668]

+

[line 669]



Tags:

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

$fhPt =

-

[line 240]

+

[line 241]



Tags:

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

$FillColor =

-

[line 429]

+

[line 430]



Tags:

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

$FontAscent =

-

[line 386]

+

[line 387]



Tags:

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

$FontDescent =

-

[line 393]

+

[line 394]



Tags:

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

$FontFamily =

-

[line 373]

+

[line 374]



Tags:

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

$FontFiles = array()

-

[line 343]

+

[line 344]



Tags:

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

$fontkeys = array()

-

[line 1213]

+

[line 1214]

Store the font keys.



Tags:

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

$fontlist = array()

-

[line 662]

+

[line 663]



Tags:

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

$fonts = array()

-

[line 337]

+

[line 338]



Tags:

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

$FontSize =

-

[line 417]

+

[line 418]



Tags:

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

$FontSizePt =

-

[line 411]

+

[line 412]



Tags:

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

$FontStyle =

-

[line 379]

+

[line 380]



Tags:

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

$footerlen = array()

-

[line 1001]

+

[line 1002]

Array used to store footer lenght of each page.



Tags:

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

$footerpos = array()

-

[line 993]

+

[line 994]

Array used to store footer positions of each page.



Tags:

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

$footer_font =

-

[line 593]

+

[line 594]



Tags:

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

$footer_margin =

-

[line 567]

+

[line 568]



Tags:

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

$fwPt =

-

[line 234]

+

[line 235]



Tags:

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

$gradients = array()

-

[line 970]

+

[line 971]

Array for storing gradient information.



Tags:

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

$h =

-

[line 264]

+

[line 265]



Tags:

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

$header_font =

-

[line 587]

+

[line 588]



Tags:

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

$header_logo =  ''

-

[line 623]

+

[line 624]



Tags:

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

$header_logo_width =  30

-

[line 629]

+

[line 630]



Tags:

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

$header_margin =

-

[line 561]

+

[line 562]



Tags:

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

$header_string =  ''

-

[line 641]

+

[line 642]



Tags:

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

$header_title =  ''

-

[line 635]

+

[line 636]



Tags:

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

$hPt =

-

[line 252]

+

[line 253]



Tags:

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

$HREF = array()

-

[line 656]

+

[line 657]



Tags:

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

$htmlLinkColorArray = array(0, 0, 255)

-

[line 1150]

+

[line 1151]

Default color for html links



Tags:

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

$htmlLinkFontStyle =  'U'

-

[line 1157]

+

[line 1158]

Default font style to add to html links



Tags:

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

$htmlvspace =  0

-

[line 1057]

+

[line 1058]

Count the latest inserted vertical spaces on HTML



Tags:

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

$imagekeys = array()

-

[line 1185]

+

[line 1186]

Store the image keys.



Tags:

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

$images = array()

-

[line 355]

+

[line 356]



Tags:

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

$imgscale =  1

-

[line 537]

+

[line 538]



Tags:

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

$img_rb_x =

-

[line 521]

+

[line 522]



Tags:

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

$img_rb_y =

-

[line 529]

+

[line 530]



Tags:

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

$InFooter =  false

-

[line 459]

+

[line 460]



Tags:

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

$internal_encoding =

-

[line 724]

+

[line 725]



Tags:

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

$intmrk = array()

-

[line 978]

+

[line 979]

Array used to store positions inside the pages buffer.

keys are the page numbers




Tags:

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

$isunicode =  false

-

[line 545]

+

[line 546]



Tags:

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

$javascript =  ''

-

[line 827]

+

[line 828]

javascript code



Tags:

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

$jpeg_quality =

-

[line 942]

+

[line 943]

Set the default JPEG compression quality (1-100)



Tags:

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

$k =

-

[line 228]

+

[line 229]



Tags:

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

$keywords =  ''

-

[line 495]

+

[line 496]



Tags:

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

$l =

-

[line 599]

+

[line 600]



Tags:

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

$lasth =

-

[line 319]

+

[line 320]



Tags:

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

$last_rc4_key =

-

[line 782]

+

[line 783]

last RC4 key encrypted (cached for optimisation)



Tags:

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

$last_rc4_key_c =

-

[line 789]

+

[line 790]

last RC4 computed key



Tags:

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

$LayoutMode =

-

[line 471]

+

[line 472]



Tags:

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

$linestyleCap =  '0 J'

-

[line 1029]

+

[line 1030]

PDF string for last line width



Tags:

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

$linestyleDash =  '[] 0 d'

-

[line 1043]

+

[line 1044]

PDF string for last line width



Tags:

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

$linestyleJoin =  '0 j'

-

[line 1036]

+

[line 1037]

PDF string for last line width



Tags:

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

$linestyleWidth =  ''

-

[line 1022]

+

[line 1023]

PDF string for last line width



Tags:

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

$linethrough =

-

[line 841]

+

[line 842]

line trough state



Tags:

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

$LineWidth =

-

[line 325]

+

[line 326]



Tags:

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

$links = array()

-

[line 367]

+

[line 368]



Tags:

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

$lispacer =  ''

-

[line 710]

+

[line 711]



Tags:

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

$listcount = array()

-

[line 680]

+

[line 681]



Tags:

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

$listindent =

-

[line 692]

+

[line 693]



Tags:

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

$listnum =  0

-

[line 686]

+

[line 687]



Tags:

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

$listordered = array()

-

[line 674]

+

[line 675]



Tags:

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

$lisymbol =  ''

-

[line 1071]

+

[line 1072]

Symbol used for HTML unordered list items



Tags:

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

$lMargin =

-

[line 270]

+

[line 271]



Tags:

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

$n =

-

[line 180]

+

[line 181]



Tags:

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

$newline =  true

-

[line 1008]

+

[line 1009]

True if a newline is created.



Tags:

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

$newpagegroup = array()

-

[line 893]

+

[line 894]

Array of page numbers were a new page group was started



Tags:

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

$numfonts =  0

-

[line 1206]

+

[line 1207]

Counts the number of fonts.



Tags:

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

$numimages =  0

-

[line 1178]

+

[line 1179]

Counts the number of pages.



Tags:

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

$numpages =  0

-

[line 1164]

+

[line 1165]

Counts the number of pages.



Tags:

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

$n_js =

-

[line 834]

+

[line 835]

javascript counter



Tags:

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

$n_ocg_print =

-

[line 921]

+

[line 922]

Print visibility.



Tags:

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

$n_ocg_view =

-

[line 928]

+

[line 929]

View visibility.



Tags:

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

$objcopy =

-

[line 1234]

+

[line 1235]

Used to store a cloned copy of the current class object



Tags:

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

$offsets =

-

[line 186]

+

[line 187]



Tags:

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

$oldcMargin =

-

[line 301]

+

[line 302]



Tags:

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

$opencell =  true

-

[line 1121]

+

[line 1122]



Tags:

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

$openMarkedContent =  false

-

[line 1050]

+

[line 1051]

True if marked-content sequence is open



Tags:

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

$original_lMargin =

-

[line 574]

+

[line 575]



Tags:

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

$original_rMargin =

-

[line 581]

+

[line 582]



Tags:

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

$OutlineRoot =

-

[line 817]

+

[line 818]

Outline root for bookmark



Tags:

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

$outlines = array()

-

[line 810]

+

[line 811]

Outlines for bookmark



Tags:

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

$Ovalue =

-

[line 761]

+

[line 762]

O entry in pdf document



Tags:

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

$padding =  "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A"

-

[line 795]

+

[line 796]

RC4 padding



Tags:

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

$page =

-

[line 174]

+

[line 175]



Tags:

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

$PageAnnots = array()

-

[line 361]

+

[line 362]



Tags:

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

$PageBreakTrigger =

-

[line 453]

+

[line 454]



Tags:

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

$pagedim = array()

-

[line 222]

+

[line 223]



Tags:

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

$pagegroups =

-

[line 900]

+

[line 901]

Contains the number of pages of the groups



Tags:

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

$pagelen = array()

-

[line 1171]

+

[line 1172]

Array containing page lenghts in bytes.



Tags:

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

$PageMode =

-

[line 963]

+

[line 964]

A name object specifying how the document should be displayed when opened.



Tags:

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

$pageopen = array()

-

[line 1220]

+

[line 1221]

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



Tags:

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

$pages = array()

-

[line 198]

+

[line 199]



Tags:

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

$PDFVersion =  '1.7'

-

[line 552]

+

[line 553]



Tags:

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

$premode =  false

-

[line 1135]

+

[line 1136]



Tags:

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

$print_footer =  true

-

[line 617]

+

[line 618]



Tags:

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

$print_header =  true

-

[line 611]

+

[line 612]



Tags:

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

$Pvalue =

-

[line 768]

+

[line 769]

P entry in pdf document



Tags:

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

$re_spaces =  '/[\s]/'

-

[line 1304]

+

[line 1305]

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



Tags:

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

$rMargin =

-

[line 282]

+

[line 283]



Tags:

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

$rtl =  false

-

[line 731]

+

[line 732]



Tags:

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

$sign =  false

-

[line 1283]

+

[line 1284]

If true enables document signing



Tags:

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

$signature_data = array()

-

[line 1290]

+

[line 1291]

Signature data



Tags:

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

$signature_max_lenght =  5120

-

[line 1297]

+

[line 1298]

Signature max lenght



Tags:

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

$sig_annot_ref =  '/Annots [********** 0 R'

-

[line 1325]

+

[line 1326]

Placemark used during signature process.



Tags:

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

$sig_obj_id =  0

-

[line 1311]

+

[line 1312]

Signature object ID



Tags:

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

$spot_colors = array()

-

[line 1064]

+

[line 1065]

Array of Spot colors



Tags:

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

$state =

-

[line 204]

+

[line 205]



Tags:

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

$subject =  ''

-

[line 483]

+

[line 484]



Tags:

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

$tagvspaces = array()

-

[line 1106]

+

[line 1107]

Array used for custom vertical spaces for HTML tags



Tags:

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

$tempfontsize =  10

-

[line 704]

+

[line 705]



Tags:

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

$TextColor =

-

[line 435]

+

[line 436]



Tags:

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

$thead =  ''

-

[line 1248]

+

[line 1249]

Table header content to be repeated on each new page



Tags:

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

$theadMargins = array()

-

[line 1255]

+

[line 1256]

Margins used for table header.



Tags:

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

$title =  ''

-

[line 477]

+

[line 478]



Tags:

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

$tMargin =

-

[line 276]

+

[line 277]



Tags:

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

$tmprtl =  false

-

[line 738]

+

[line 739]



Tags:

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

$transfmatrix = array()

-

[line 1085]

+

[line 1086]

Array of transformation matrix



Tags:

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

$transfmrk = array()

-

[line 1143]

+

[line 1144]

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

keys are the page numbers




Tags:

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

$underline =

-

[line 399]

+

[line 400]



Tags:

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

$ur =

-

[line 851]

+

[line 852]

If true enables user's rights on PDF reader



Tags:

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

$ur_annots =

-

[line 865]

+

[line 866]

Names specifying additional annotation-related usage rights for the document.



Tags:

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

$ur_document =

-

[line 858]

+

[line 859]

Names specifying additional document-wide usage rights for the document.



Tags:

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

$ur_form =

-

[line 872]

+

[line 873]

Names specifying additional form-field-related usage rights for the document.



Tags:

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

$ur_signature =

-

[line 879]

+

[line 880]

Names specifying additional signature-related usage rights for the document.



Tags:

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

$Uvalue =

-

[line 754]

+

[line 755]

U entry in pdf document



Tags:

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

$viewer_preferences =

-

[line 956]

+

[line 957]

PDF viewer preferences.



Tags:

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

$visibility =  'all'

-

[line 914]

+

[line 915]

Restrict the rendering of some elements to screen or printout.



Tags:

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

$w =

-

[line 258]

+

[line 259]



Tags:

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

$wPt =

-

[line 246]

+

[line 247]



Tags:

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

$x =

-

[line 307]

+

[line 308]



Tags:

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

$y =

-

[line 313]

+

[line 314]



Tags:

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

$ZoomMode =

-

[line 465]

+

[line 466]



Tags:

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

constructor __construct [line 1344]

+

constructor __construct [line 1345]

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

destructor __destruct [line 1465]

+

destructor __destruct [line 1466]

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

method AcceptPageBreak [line 3400]

+

method AcceptPageBreak [line 3401]

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

method addExtGState [line 9829]

+

method addExtGState [line 9830]

@@ -5504,7 +5504,7 @@ $parms)
-

method AddFont [line 2974]

+

method AddFont [line 2975]

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

method addHtmlLink [line 7119]

+

method addHtmlLink [line 7120]

@@ -5630,7 +5630,7 @@ $style = -1])
-

method addHTMLVertSpace [line 12990]

+

method addHTMLVertSpace [line 12989]

@@ -5696,7 +5696,7 @@ $closing = false])
-

method AddLink [line 3215]

+

method AddLink [line 3216]

@@ -5727,7 +5727,7 @@ $closing = false])
-

method AddPage [line 2190]

+

method AddPage [line 2191]

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

method AddSpotColor [line 2607]

+

method AddSpotColor [line 2608]

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

method addTOC [line 14012]

+

method addTOC [line 14011]

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

method AliasNbPages [line 9637]

+

method AliasNbPages [line 9638]

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

method AliasNumPage [line 9664]

+

method AliasNumPage [line 9665]

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

method Annotation [line 3271]

+

method Annotation [line 3272]

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

method Arrow [line 8549]

+

method Arrow [line 8550]

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

method arrUTF8ToUTF16BE [line 7017]

+

method arrUTF8ToUTF16BE [line 7018]

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

method Bookmark [line 9169]

+

method Bookmark [line 9170]

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

method Button [line 9451]

+

method Button [line 9452]

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

method Cell [line 3461]

+

method Cell [line 3462]

@@ -6423,7 +6423,7 @@ $ignore_min_height = false])
-

method CheckBox [line 9431]

+

method CheckBox [line 9432]

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

method checkPageBreak [line 3413]

+

method checkPageBreak [line 3414]

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

method Circle [line 8236]

+

method Circle [line 8237]

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

method Clip [line 10092]

+

method Clip [line 10093]

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

method Close [line 2084]

+

method Close [line 2085]

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

method closeHTMLTagHandler [line 12659]

+

method closeHTMLTagHandler [line 12658]

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

method ComboBox [line 9412]

+

method ComboBox [line 9413]

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

method commitTransaction [line 14169]

+

method commitTransaction [line 14168]

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

method convertHTMLColorToDec [line 7152]

+

method convertHTMLColorToDec [line 7153]

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

method CoonsPatchMesh [line 10012]

+

method CoonsPatchMesh [line 10013]

@@ -7004,7 +7004,7 @@ $coords_max = 1])
-

method Curve [line 8011]

+

method Curve [line 8012]

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

method deletePage [line 13872]

+

method deletePage [line 13871]

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

method Ellipse [line 8132]

+

method Ellipse [line 8133]

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

method empty_string [line 14216]

+

method empty_string [line 14215]

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

method endPage [line 2209]

+

method endPage [line 2210]

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

method Error [line 2056]

+

method Error [line 2057]

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

method Footer [line 2448]

+

method Footer [line 2449]

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

method formatPageNumber [line 9741]

+

method formatPageNumber [line 9742]

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

method formatTOCPageNumber [line 9753]

+

method formatTOCPageNumber [line 9754]

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

method GetAbsX [line 4981]

+

method GetAbsX [line 4982]

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

method getAliasNbPages [line 9649]

+

method getAliasNbPages [line 9650]

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

method getAliasNumPage [line 9677]

+

method getAliasNumPage [line 9678]

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

method GetArrStringWidth [line 2886]

+

method GetArrStringWidth [line 2887]

@@ -7639,7 +7639,7 @@ $fontsize = 0])
-

method getBarcode [line 10557]

+

method getBarcode [line 10558]

@@ -7667,7 +7667,7 @@ $fontsize = 0])
-

method getBorderMode [line 3907]

+

method getBorderMode [line 3908]

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

method getBreakMargin [line 1787]

+

method getBreakMargin [line 1788]

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

method getBuffer [line 13558]

+

method getBuffer [line 13557]

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

method getCellCode [line 3513]

+

method getCellCode [line 3514]

@@ -7890,7 +7890,7 @@ $ignore_min_height = false])
-

method getCellHeightRatio [line 9915]

+

method getCellHeightRatio [line 9916]

@@ -7915,7 +7915,7 @@ $ignore_min_height = false])
-

method GetCharWidth [line 2913]

+

method GetCharWidth [line 2914]

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

method getFontBuffer [line 13718]

+

method getFontBuffer [line 13717]

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

method getFontFamily [line 11033]

+

method getFontFamily [line 11032]

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

method getFontSize [line 11013]

+

method getFontSize [line 11012]

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

method getFontSizePt [line 11023]

+

method getFontSizePt [line 11022]

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

method getFontsList [line 2952]

+

method getFontsList [line 2953]

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

method getFontStyle [line 11043]

+

method getFontStyle [line 11042]

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

method getFooterFont [line 7078]

+

method getFooterFont [line 7079]

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

method getFooterMargin [line 2362]

+

method getFooterMargin [line 2363]

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

method getGDgamma [line 4924]

+

method getGDgamma [line 4925]

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

method getGraphicVars [line 13426]

+

method getGraphicVars [line 13425]

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

method getGroupPageNo [line 9690]

+

method getGroupPageNo [line 9691]

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

method getGroupPageNoFormatted [line 9700]

+

method getGroupPageNoFormatted [line 9701]

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

method getHeaderData [line 2317]

+

method getHeaderData [line 2318]

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

method getHeaderFont [line 7058]

+

method getHeaderFont [line 7059]

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

method getHeaderMargin [line 2342]

+

method getHeaderMargin [line 2343]

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

method getHtmlDomArray [line 11079]

+

method getHtmlDomArray [line 11078]

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

method getHTMLUnitToUnits [line 13145]

+

method getHTMLUnitToUnits [line 13144]

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

method getImageBuffer [line 13660]

+

method getImageBuffer [line 13659]

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

method getImageRBX [line 2388]

+

method getImageRBX [line 2389]

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

method getImageRBY [line 2397]

+

method getImageRBY [line 2398]

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

method getImageScale [line 1726]

+

method getImageScale [line 1727]

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

method getLastH [line 1704]

+

method getLastH [line 1705]

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

method GetLineWidth [line 7728]

+

method GetLineWidth [line 7729]

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

method getMargins [line 10976]

+

method getMargins [line 10975]

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

method GetNumChars [line 2940]

+

method GetNumChars [line 2941]

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

method getNumLines [line 3986]

+

method getNumLines [line 3987]

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

method getNumPages [line 2177]

+

method getNumPages [line 2178]

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

method getObjFilename [line 13490]

+

method getObjFilename [line 13489]

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

method getOriginalMargins [line 10999]

+

method getOriginalMargins [line 10998]

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

method getPage [line 2165]

+

method getPage [line 2166]

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

method getPageBuffer [line 13601]

+

method getPageBuffer [line 13600]

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

method getPageDimensions [line 1739]

+

method getPageDimensions [line 1740]

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

method getPageGroupAlias [line 9712]

+

method getPageGroupAlias [line 9713]

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

method getPageHeight [line 1771]

+

method getPageHeight [line 1772]

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

method getPageNumGroupAlias [line 9727]

+

method getPageNumGroupAlias [line 9728]

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

method getPageWidth [line 1755]

+

method getPageWidth [line 1756]

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

method getPDFData [line 7101]

+

method getPDFData [line 7102]

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

method getRemainingWidth [line 4347]

+

method getRemainingWidth [line 4348]

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

method getRTL [line 1667]

+

method getRTL [line 1668]

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

method getScaleFactor [line 1801]

+

method getScaleFactor [line 1802]

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

method GetStringWidth [line 2871]

+

method GetStringWidth [line 2872]

@@ -9392,7 +9392,7 @@ $fontsize = 0])
-

method GetX [line 4965]

+

method GetX [line 4966]

@@ -9423,7 +9423,7 @@ $fontsize = 0])
-

method GetY [line 4992]

+

method GetY [line 4993]

@@ -9454,7 +9454,7 @@ $fontsize = 0])
-

method get_mqr [line 4688]

+

method get_mqr [line 4689]

@@ -9485,7 +9485,7 @@ $fontsize = 0])
-

method Gradient [line 10115]

+

method Gradient [line 10116]

@@ -9545,7 +9545,7 @@ $coords)
-

method Header [line 2406]

+

method Header [line 2407]

@@ -9570,7 +9570,7 @@ $coords)
-

method Image [line 4469]

+

method Image [line 4470]

@@ -9696,7 +9696,7 @@ $fitbox = false])
-

method ImageEps [line 10287]

+

method ImageEps [line 10288]

@@ -9792,7 +9792,7 @@ $border = 0])
-

method ImagePngAlpha [line 4880]

+

method ImagePngAlpha [line 4881]

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

method IncludeJS [line 9261]

+

method IncludeJS [line 9262]

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

method intToRoman [line 13219]

+

method intToRoman [line 13218]

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

method lastPage [line 2154]

+

method lastPage [line 2155]

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

method Line [line 7878]

+

method Line [line 7879]

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

method LinearGradient [line 9972]

+

method LinearGradient [line 9973]

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

method Link [line 3254]

+

method Link [line 3255]

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

method ListBox [line 9389]

+

method ListBox [line 9390]

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

method Ln [line 4937]

+

method Ln [line 4938]

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

method MirrorH [line 7500]

+

method MirrorH [line 7501]

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

method MirrorL [line 7536]

+

method MirrorL [line 7537]

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

method MirrorP [line 7523]

+

method MirrorP [line 7524]

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

method MirrorV [line 7511]

+

method MirrorV [line 7512]

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

method movePage [line 13735]

+

method movePage [line 13734]

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

method MultiCell [line 3748]

+

method MultiCell [line 3749]

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

method objclone [line 14205]

+

method objclone [line 14204]

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

method Open [line 2071]

+

method Open [line 2072]

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

method openHTMLTagHandler [line 12329]

+

method openHTMLTagHandler [line 12328]

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

method Output [line 5084]

+

method Output [line 5085]

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

method PageNo [line 2591]

+

method PageNo [line 2592]

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

method PageNoFormatted [line 9763]

+

method PageNoFormatted [line 9764]

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

method PieSector [line 10209]

+

method PieSector [line 10210]

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

method pixelsToUnits [line 7205]

+

method pixelsToUnits [line 7206]

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

method Polycurve [line 8068]

+

method Polycurve [line 8069]

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

method Polygon [line 8261]

+

method Polygon [line 8262]

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

method putHtmlListBullet [line 13284]

+

method putHtmlListBullet [line 13283]

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

method RadialGradient [line 9990]

+

method RadialGradient [line 9991]

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

method RadioButton [line 9371]

+

method RadioButton [line 9372]

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

method readDiskCache [line 13530]

+

method readDiskCache [line 13529]

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

method Rect [line 7913]

+

method Rect [line 7914]

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

method RegularPolygon [line 8360]

+

method RegularPolygon [line 8361]

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

method removeSHY [line 3478]

+

method removeSHY [line 3479]

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

method rfread [line 4850]

+

method rfread [line 4851]

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

method rollbackTransaction [line 14182]

+

method rollbackTransaction [line 14181]

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

method Rotate [line 7595]

+

method Rotate [line 7596]

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

method RoundedRect [line 8464]

+

method RoundedRect [line 8465]

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

method Scale [line 7465]

+

method Scale [line 7466]

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

method ScaleX [line 7425]

+

method ScaleX [line 7426]

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

method ScaleXY [line 7451]

+

method ScaleXY [line 7452]

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

method ScaleY [line 7438]

+

method ScaleY [line 7439]

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

method setAlpha [line 9872]

+

method setAlpha [line 9873]

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

method SetAuthor [line 2020]

+

method SetAuthor [line 2021]

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

method SetAutoPageBreak [line 1887]

+

method SetAutoPageBreak [line 1888]

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

method setBarcode [line 10547]

+

method setBarcode [line 10548]

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

method SetBooklet [line 13059]

+

method SetBooklet [line 13058]

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

method setBuffer [line 13540]

+

method setBuffer [line 13539]

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

method setCellHeightRatio [line 9906]

+

method setCellHeightRatio [line 9907]

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

method SetCellPadding [line 1875]

+

method SetCellPadding [line 1876]

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

method SetCompression [line 1980]

+

method SetCompression [line 1981]

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

method setContentMark [line 2284]

+

method setContentMark [line 2285]

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

method SetCreator [line 2044]

+

method SetCreator [line 2045]

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

method SetDefaultMonospacedFont [line 3204]

+

method SetDefaultMonospacedFont [line 3205]

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

method setDefaultTableColumns [line 9896]

+

method setDefaultTableColumns [line 9897]

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

method SetDisplayMode [line 1902]

+

method SetDisplayMode [line 1903]

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

method SetDrawColor [line 2646]

+

method SetDrawColor [line 2647]

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

method SetDrawColorArray [line 2623]

+

method SetDrawColorArray [line 2624]

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

method SetDrawSpotColor [line 2684]

+

method SetDrawSpotColor [line 2685]

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

method setExtGState [line 9841]

+

method setExtGState [line 9842]

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

method SetFillColor [line 2726]

+

method SetFillColor [line 2727]

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

method SetFillColorArray [line 2703]

+

method SetFillColorArray [line 2704]

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

method SetFillSpotColor [line 2768]

+

method SetFillSpotColor [line 2769]

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

method SetFont [line 3159]

+

method SetFont [line 3160]

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

method setFontBuffer [line 13676]

+

method setFontBuffer [line 13675]

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

method SetFontSize [line 3179]

+

method SetFontSize [line 3180]

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

method setFontSubBuffer [line 13698]

+

method setFontSubBuffer [line 13697]

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

method setFooter [line 2514]

+

method setFooter [line 2515]

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

method setFooterFont [line 7068]

+

method setFooterFont [line 7069]

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

method setFooterMargin [line 2352]

+

method setFooterMargin [line 2353]

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

method setGraphicVars [line 13457]

+

method setGraphicVars [line 13456]

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

method setHeader [line 2483]

+

method setHeader [line 2484]

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

method setHeaderData [line 2303]

+

method setHeaderData [line 2304]

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

method setHeaderFont [line 7048]

+

method setHeaderFont [line 7049]

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

method setHeaderMargin [line 2332]

+

method setHeaderMargin [line 2333]

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

method setHtmlLinksStyle [line 13130]

+

method setHtmlLinksStyle [line 13129]

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

method setHtmlVSpace [line 13099]

+

method setHtmlVSpace [line 13098]

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

method setImageBuffer [line 13617]

+

method setImageBuffer [line 13616]

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

method setImageScale [line 1715]

+

method setImageScale [line 1716]

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

method setImageSubBuffer [line 13640]

+

method setImageSubBuffer [line 13639]

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

method setJPEGQuality [line 9883]

+

method setJPEGQuality [line 9884]

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

method SetKeywords [line 2032]

+

method SetKeywords [line 2033]

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

method setLanguageArray [line 7088]

+

method setLanguageArray [line 7089]

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

method setLastH [line 1694]

+

method setLastH [line 1695]

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

method SetLeftMargin [line 1831]

+

method SetLeftMargin [line 1832]

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

method SetLineStyle [line 7753]

+

method SetLineStyle [line 7754]

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

method SetLineWidth [line 7712]

+

method SetLineWidth [line 7713]

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

method SetLink [line 3231]

+

method SetLink [line 3232]

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

method setListIndentWidth [line 13109]

+

method setListIndentWidth [line 13108]

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

method setLIsymbol [line 13019]

+

method setLIsymbol [line 13018]

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

method SetMargins [line 1814]

+

method SetMargins [line 1815]

@@ -14227,7 +14227,7 @@ $right = -1])
-

method setOpenCell [line 13119]

+

method setOpenCell [line 13118]

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

method setPage [line 2107]

+

method setPage [line 2108]

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

method setPageBuffer [line 13574]

+

method setPageBuffer [line 13573]

@@ -14365,7 +14365,7 @@ $append = false])
-

method setPageFormat [line 1522]

+

method setPageFormat [line 1523]

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

method setPageMark [line 2273]

+

method setPageMark [line 2274]

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

method setPageOrientation [line 1595]

+

method setPageOrientation [line 1596]

@@ -14489,7 +14489,7 @@ $bottommargin = ''])
-

method setPageUnit [line 1480]

+

method setPageUnit [line 1481]

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

method setPDFVersion [line 9925]

+

method setPDFVersion [line 9926]

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

method setPrintFooter [line 2379]

+

method setPrintFooter [line 2380]

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

method setPrintHeader [line 2370]

+

method setPrintHeader [line 2371]

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

method SetProtection [line 7368]

+

method SetProtection [line 7369]

@@ -14696,7 +14696,7 @@ $owner_pass = null])
-

method SetRightMargin [line 1861]

+

method SetRightMargin [line 1862]

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

method setRTL [line 1651]

+

method setRTL [line 1652]

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

method setSignature [line 9595]

+

method setSignature [line 9596]

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

method setSpacesRE [line 1636]

+

method setSpacesRE [line 1637]

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

method SetSubject [line 2008]

+

method SetSubject [line 2009]

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

method setTableHeader [line 2556]

+

method setTableHeader [line 2557]

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

method setTempRTL [line 1677]

+

method setTempRTL [line 1678]

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

method SetTextColor [line 2810]

+

method SetTextColor [line 2811]

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

method SetTextColorArray [line 2787]

+

method SetTextColorArray [line 2788]

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

method SetTextSpotColor [line 2849]

+

method SetTextSpotColor [line 2850]

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

method SetTitle [line 1996]

+

method SetTitle [line 1997]

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

method SetTopMargin [line 1846]

+

method SetTopMargin [line 1847]

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

method setUserRights [line 9569]

+

method setUserRights [line 9570]

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

method setViewerPreferences [line 9955]

+

method setViewerPreferences [line 9956]

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

method setVisibility [line 9793]

+

method setVisibility [line 9794]

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

method SetX [line 5005]

+

method SetX [line 5006]

@@ -15405,7 +15405,7 @@ $x)
-

method SetXY [line 5068]

+

method SetXY [line 5069]

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

method SetY [line 5037]

+

method SetY [line 5038]

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

method set_mqr [line 4677]

+

method set_mqr [line 4678]

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

method Skew [line 7655]

+

method Skew [line 7656]

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

method SkewX [line 7628]

+

method SkewX [line 7629]

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

method SkewY [line 7641]

+

method SkewY [line 7642]

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

method StarPolygon [line 8415]

+

method StarPolygon [line 8416]

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

method startPage [line 2233]

+

method startPage [line 2234]

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

method startPageGroup [line 9622]

+

method startPageGroup [line 9623]

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

method startTransaction [line 14155]

+

method startTransaction [line 14154]

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

method StartTransform [line 7396]

+

method StartTransform [line 7397]

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

method StopTransform [line 7409]

+

method StopTransform [line 7410]

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

method swapMargins [line 13075]

+

method swapMargins [line 13074]

@@ -16045,7 +16045,7 @@ $reverse = true])
-

method Text [line 3360]

+

method Text [line 3361]

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

method TextField [line 9358]

+

method TextField [line 9359]

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

method Transform [line 7688]

+

method Transform [line 7689]

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

method Translate [line 7571]

+

method Translate [line 7572]

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

method TranslateX [line 7548]

+

method TranslateX [line 7549]

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

method TranslateY [line 7559]

+

method TranslateY [line 7560]

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

method unhtmlentities [line 7216]

+

method unhtmlentities [line 7217]

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

method UniArrSubString [line 4386]

+

method UniArrSubString [line 4387]

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

method unichr [line 4419]

+

method unichr [line 4420]

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

method UTF8ArrayToUniArray [line 4407]

+

method UTF8ArrayToUniArray [line 4408]

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

method UTF8ArrSubString [line 4363]

+

method UTF8ArrSubString [line 4364]

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

method utf8Bidi [line 8598]

+

method utf8Bidi [line 8599]

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

method UTF8StringToArray [line 6850]

+

method UTF8StringToArray [line 6851]

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

method utf8StrRev [line 8584]

+

method utf8StrRev [line 8585]

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

method UTF8ToLatin1 [line 6957]

+

method UTF8ToLatin1 [line 6958]

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

method UTF8ToUTF16BE [line 6941]

+

method UTF8ToUTF16BE [line 6942]

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

method Write [line 4029]

+

method Write [line 4030]

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

method write1DBarcode [line 10576]

+

method write1DBarcode [line 10577]

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

method write2DBarcode [line 10829]

+

method write2DBarcode [line 10828]

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

method writeBarcode [line 10779]

+

method writeBarcode [line 10778]

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

method writeDiskCache [line 13502]

+

method writeDiskCache [line 13501]

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

method writeHTML [line 11479]

+

method writeHTML [line 11478]

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

method writeHTMLCell [line 11067]

+

method writeHTMLCell [line 11066]

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

method _addfield [line 9323]

+

method _addfield [line 9324]

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

method _beginpage [line 6617]

+

method _beginpage [line 6618]

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

method _datastring [line 6729]

+

method _datastring [line 6730]

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

method _datestring [line 6742]

+

method _datestring [line 6743]

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

method _destroy [line 5239]

+

method _destroy [line 5240]

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

method _dochecks [line 5267]

+

method _dochecks [line 5268]

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

method _dolinethrough [line 6694]

+

method _dolinethrough [line 6695]

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

method _dounderline [line 6680]

+

method _dounderline [line 6681]

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

method _enddoc [line 6521]

+

method _enddoc [line 6522]

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

method _endpage [line 6656]

+

method _endpage [line 6657]

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

method _escape [line 6718]

+

method _escape [line 6719]

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

method _escapetext [line 6767]

+

method _escapetext [line 6768]

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

method _freadint [line 6707]

+

method _freadint [line 6708]

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

method _generateencryptionkey [line 7336]

+

method _generateencryptionkey [line 7337]

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

method _getfontpath [line 5283]

+

method _getfontpath [line 5284]

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

method _JScolor [line 9299]

+

method _JScolor [line 9300]

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

method _md5_16 [line 7297]

+

method _md5_16 [line 7298]

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

method _newobj [line 6666]

+

method _newobj [line 6667]

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

method _objectkey [line 7229]

+

method _objectkey [line 7230]

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

method _out [line 6798]

+

method _out [line 6799]

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

method _outarc [line 10189]

+

method _outarc [line 10190]

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

method _outCurve [line 7858]

+

method _outCurve [line 7859]

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

method _outLine [line 7822]

+

method _outLine [line 7823]

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

method _outPoint [line 7808]

+

method _outPoint [line 7809]

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

method _outRect [line 7839]

+

method _outRect [line 7840]

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

method _Ovalue [line 7310]

+

method _Ovalue [line 7311]

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

method _parsejpeg [line 4719]

+

method _parsejpeg [line 4720]

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

method _parsepng [line 4745]

+

method _parsepng [line 4746]

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

method _putannots [line 5439]

+

method _putannots [line 5440]

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

method _putbookmarks [line 9197]

+

method _putbookmarks [line 9198]

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

method _putcatalog [line 6373]

+

method _putcatalog [line 6374]

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

method _putcidfont0 [line 6121]

+

method _putcidfont0 [line 6122]

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

method _putEmbeddedFiles [line 3329]

+

method _putEmbeddedFiles [line 3330]

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

method _putencryption [line 7238]

+

method _putencryption [line 7239]

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

method _putextgstates [line 9851]

+

method _putextgstates [line 9852]

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

method _putfonts [line 5807]

+

method _putfonts [line 5808]

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

method _putfontwidths [line 5936]

+

method _putfontwidths [line 5937]

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

method _putheader [line 6513]

+

method _putheader [line 6514]

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

method _putimages [line 6182]

+

method _putimages [line 6183]

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

method _putinfo [line 6339]

+

method _putinfo [line 6340]

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

method _putjavascript [line 9271]

+

method _putjavascript [line 9272]

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

method _putocg [line 9772]

+

method _putocg [line 9773]

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

method _putpages [line 5294]

+

method _putpages [line 5295]

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

method _putresourcedict [line 6265]

+

method _putresourcedict [line 6266]

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

method _putresources [line 6306]

+

method _putresources [line 6307]

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

method _putshaders [line 10139]

+

method _putshaders [line 10140]

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

method _putsignature [line 9518]

+

method _putsignature [line 9519]

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

method _putspotcolors [line 6237]

+

method _putspotcolors [line 6238]

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

method _putstream [line 6784]

+

method _putstream [line 6785]

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

method _puttrailer [line 6499]

+

method _puttrailer [line 6500]

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

method _puttruetypeunicode [line 6034]

+

method _puttruetypeunicode [line 6035]

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

method _putursignature [line 9474]

+

method _putursignature [line 9475]

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

method _putviewerpreferences [line 6429]

+

method _putviewerpreferences [line 6430]

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

method _putxobjectdict [line 6254]

+

method _putxobjectdict [line 6255]

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

method _RC4 [line 7257]

+

method _RC4 [line 7258]

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

method _textstring [line 6753]

+

method _textstring [line 6754]

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

method _toJPEG [line 4703]

+

method _toJPEG [line 4704]

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

method _Uvalue [line 7323]

+

method _Uvalue [line 7324]

diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html index 38494fc..9ed0542 100644 --- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html @@ -245,7 +245,7 @@ $type)
-

method barcode_c128 [line 797]

+

method barcode_c128 [line 799]

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

- Documentation generated on Wed, 26 Aug 2009 08:57:51 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
@@ -290,7 +290,7 @@ $type = 'B'])
-

method barcode_codabar [line 1485]

+

method barcode_codabar [line 1487]

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

method barcode_code11 [line 1541]

+

method barcode_code11 [line 1543]

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

method barcode_code39 [line 235]

+

method barcode_code39 [line 237]

@@ -419,7 +419,7 @@ $checksum = false])
-

method barcode_code93 [line 404]

+

method barcode_code93 [line 406]

@@ -464,7 +464,7 @@ $checksum)
-

method barcode_eanext [line 1186]

+

method barcode_eanext [line 1188]

@@ -509,7 +509,7 @@ $len = 5])
-

method barcode_eanupc [line 993]

+

method barcode_eanupc [line 995]

@@ -554,7 +554,7 @@ $len = 13])
-

method barcode_i25 [line 733]

+

method barcode_i25 [line 735]

@@ -599,7 +599,7 @@ $checksum = false])
-

method barcode_imb [line 1722]

+

method barcode_imb [line 1724]

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

method barcode_msi [line 603]

+

method barcode_msi [line 605]

@@ -683,7 +683,7 @@ $checksum = false])
-

method barcode_pharmacode [line 1633]

+

method barcode_pharmacode [line 1635]

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

method barcode_pharmacode2t [line 1659]

+

method barcode_pharmacode2t [line 1661]

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

method barcode_postnet [line 1261]

+

method barcode_postnet [line 1263]

@@ -806,7 +806,7 @@ $planet = false])
-

method barcode_rms4cc [line 1334]

+

method barcode_rms4cc [line 1336]

@@ -851,7 +851,7 @@ $kix = false])
-

method barcode_s25 [line 662]

+

method barcode_s25 [line 664]

@@ -896,7 +896,7 @@ $checksum = false])
-

method binseq_to_array [line 703]

+

method binseq_to_array [line 705]

@@ -941,7 +941,7 @@ $bararray)
-

method checksum_code39 [line 380]

+

method checksum_code39 [line 382]

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

method checksum_code93 [line 532]

+

method checksum_code93 [line 534]

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

method checksum_s25 [line 577]

+

method checksum_s25 [line 579]

diff --git a/examples/example_052.php b/examples/example_052.php index 6da03a2..32a7c79 100644 --- a/examples/example_052.php +++ b/examples/example_052.php @@ -2,7 +2,7 @@ //============================================================+ // File name : example_052.php // Begin : 2009-05-07 -// Last Update : 2009-08-21 +// Last Update : 2009-08-29 // // Description : Example 052 for TCPDF class // Certification Signature (experimental) @@ -89,8 +89,16 @@ $pdf->SetFont('helvetica', '', 10); // add a page $pdf->AddPage(); -// print a line using Cell() -$pdf->Cell(0, 12, 'Signed Document', 1, 1, 'C'); +// print a line of text + +$text = 'This is a digitally signed document using the default (example) tcpdf.crt certificate.
+To validate this signature you have to load the tcpdf.fdf on the Arobat Reader to add the certificate to List of Trusted Identities.
+
+For more information check the source code of this example and the source code documentation for the setSignature() method.
+
+www.tcpdf.org.'; + +$pdf->writeHTML($text, true, 0, true, 0); // --------------------------------------------------------- diff --git a/tcpdf.php b/tcpdf.php index a9839bd..23cdb17 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -2,9 +2,9 @@ //============================================================+ // File name : tcpdf.php // Begin : 2002-08-03 -// Last Update : 2009-08-26 +// Last Update : 2009-08-29 // Author : Nicola Asuni - info@tecnick.com - http://www.tcpdf.org -// Version : 4.6.029 +// Version : 4.6.030 // License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html) // ---------------------------------------------------------------------------- // Copyright (C) 2002-2009 Nicola Asuni - Tecnick.com S.r.l. @@ -119,6 +119,7 @@ *
  • supports page compression (requires zlib extension);
  • *
  • supports text hyphenation.
  • *
  • supports transactions to UNDO commands.
  • +*
  • supports signature certifications.
  • * * Tools to encode your unicode fonts are on fonts/utils directory.

    * @package com.tecnick.tcpdf @@ -127,7 +128,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.029 + * @version 4.6.030 */ /** @@ -151,14 +152,14 @@ if (!class_exists('TCPDF', false)) { /** * define default PDF document producer */ - define('PDF_PRODUCER', 'TCPDF 4.6.029 (http://www.tcpdf.org)'); + define('PDF_PRODUCER', 'TCPDF 4.6.030 (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.029 + * @version 4.6.030 * @author Nicola Asuni - info@tecnick.com * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL @@ -10606,15 +10607,13 @@ if (!class_exists('TCPDF', false)) { if (!isset($style['border'])) { $style['border'] = false; } + $fontsize = 0; if (!isset($style['text'])) { $style['text'] = false; - $fontsize = 0; } if ($style['text'] AND isset($style['font'])) { if (isset($style['fontsize'])) { $fontsize = $style['fontsize']; - } else { - $fontsize = 0; } $this->SetFont($style['font'], '', $fontsize); } @@ -10698,7 +10697,7 @@ if (!class_exists('TCPDF', false)) { $this->rtl = false; // print background color if ($style['bgcolor']) { - $this->Rect($xpos_rect, $y, $fbw, $h, 'DF', '', $style['bgcolor']); + $this->Rect($xpos_rect, $y, $fbw, $h, $style['border'] ? 'DF' : 'F', '', $style['bgcolor']); } elseif ($style['border']) { $this->Rect($xpos_rect, $y, $fbw, $h, 'D'); } @@ -10893,7 +10892,7 @@ if (!class_exists('TCPDF', false)) { $this->rtl = false; // print background color if ($style['bgcolor']) { - $this->Rect($x, $y, $w, $h, 'DF', '', $style['bgcolor']); + $this->Rect($x, $y, $w, $h, $style['border'] ? 'DF' : 'F', '', $style['bgcolor']); } elseif ($style['border']) { $this->Rect($x, $y, $w, $h, 'D'); } @@ -11993,7 +11992,7 @@ if (!class_exists('TCPDF', false)) { $colspan = $dom[$key]['attribute']['colspan']; $wtmp = ($colspan * ($table_width / $dom[$table_el]['cols'])); if (isset($dom[$key]['width'])) { - $cellw = $this->getHTMLUnitToUnits($dom[$key]['width'], $wtmp, 'px'); + $cellw = $this->getHTMLUnitToUnits($dom[$key]['width'], $table_width, 'px'); } else { $cellw = $wtmp; }
    @@ -1058,7 +1058,7 @@ $code)
    -

    method dec_to_hex [line 1846]

    +

    method dec_to_hex [line 1848]

    diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html index 8828ea6..e80e6ad 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 Wed, 26 Aug 2009 08:57:50 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
    diff --git a/doc/index.html b/doc/index.html index 8828ea6..e80e6ad 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 Wed, 26 Aug 2009 08:57:50 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
    @@ -1097,7 +1097,7 @@ $number)
    -

    method encode_code39_ext [line 329]

    +

    method encode_code39_ext [line 331]

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

    - Documentation generated on Wed, 26 Aug 2009 08:57:57 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:08 +0200 by phpDocumentor 1.4.1
    diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index 4debbb7..6947376 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -1407,7 +1407,7 @@ top

    - Documentation generated on Wed, 26 Aug 2009 08:57:50 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:01 +0200 by phpDocumentor 1.4.1
    @@ -1161,7 +1161,7 @@ $code)
    -

    method hex_to_dec [line 1870]

    +

    method hex_to_dec [line 1872]

    diff --git a/doc/elementindex.html b/doc/elementindex.html index 880afd4..7ac3890 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -1384,7 +1384,7 @@ top

    - Documentation generated on Wed, 26 Aug 2009 08:57:50 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
    diff --git a/doc/com-tecnick-tcpdf/_unicode_data.php.html b/doc/com-tecnick-tcpdf/_unicode_data.php.html index 9b520c1..30709ec 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 Wed, 26 Aug 2009 08:57:57 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:08 +0200 by phpDocumentor 1.4.1
    @@ -1200,7 +1200,7 @@ $hex)
    -

    method imb_crc11fcs [line 1887]

    +

    method imb_crc11fcs [line 1889]

    diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html index d81858b..99db841 100644 --- a/doc/com-tecnick-tcpdf/_tcpdf.php.html +++ b/doc/com-tecnick-tcpdf/_tcpdf.php.html @@ -65,7 +65,7 @@ Source Location: /tcpdf.php



    Page Details:

    -This is a PHP class for generating PDF documents without requiring external extensions.


    TCPDF project (http://www.tcpdf.org) was originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
    <h3>TCPDF main features are:</h3>

    • no external libraries are required for the basic functions;
    • supports all ISO page formats;
    • supports custom page formats, margins and units of measure;
    • supports UTF-8 Unicode and Right-To-Left languages;
    • supports TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
    • supports document encryption;
    • includes methods to publish some XHTML code;
    • includes graphic (geometric) and transformation methods;
    • includes Javascript and forms support;
    • includes a method to print various barcode formats: 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;
    • includes methods to set Bookmarks and print a Table of Content;
    • includes methods to move and delete pages;
    • includes methods for automatic page header and footer management;
    • supports automatic page break;
    • supports automatic page numbering and page groups;
    • supports automatic line break and text justification;
    • supports JPEG and PNG 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)
    • supports stroke and clipping mode for text;
    • supports clipping masks;
    • supports Grayscale, RGB, CMYK, Spot Colors and Transparencies;
    • supports several annotations, including links, text and file attachments;
    • supports page compression (requires zlib extension);
    • supports text hyphenation.
    • supports transactions to UNDO commands.
    Tools to encode your unicode fonts are on fonts/utils directory.</p>




    +This is a PHP class for generating PDF documents without requiring external extensions.


    TCPDF project (http://www.tcpdf.org) was originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
    <h3>TCPDF main features are:</h3>

    • no external libraries are required for the basic functions;
    • supports all ISO page formats;
    • supports custom page formats, margins and units of measure;
    • supports UTF-8 Unicode and Right-To-Left languages;
    • supports TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
    • supports document encryption;
    • includes methods to publish some XHTML code;
    • includes graphic (geometric) and transformation methods;
    • includes Javascript and forms support;
    • includes a method to print various barcode formats: 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;
    • includes methods to set Bookmarks and print a Table of Content;
    • includes methods to move and delete pages;
    • includes methods for automatic page header and footer management;
    • supports automatic page break;
    • supports automatic page numbering and page groups;
    • supports automatic line break and text justification;
    • supports JPEG and PNG 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)
    • supports stroke and clipping mode for text;
    • supports clipping masks;
    • supports Grayscale, RGB, CMYK, Spot Colors and Transparencies;
    • supports several annotations, including links, text and file attachments;
    • supports page compression (requires zlib extension);
    • supports text hyphenation.
    • supports transactions to UNDO commands.
    • supports signature certifications.
    Tools to encode your unicode fonts are on fonts/utils directory.</p>




    Tags:

    @@ -1239,7 +1239,7 @@ $code_arr)
    -

    method imb_reverse_us [line 1923]

    +

    method imb_reverse_us [line 1925]

    diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html index 6caec04..0ddf79f 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 Wed, 26 Aug 2009 08:57:51 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
    diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html index d452dc1..bff0e62 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 Wed, 26 Aug 2009 08:57:57 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:08 +0200 by phpDocumentor 1.4.1
    @@ -1278,7 +1278,7 @@ $num)
    -

    method imb_tables [line 1940]

    +

    method imb_tables [line 1942]

    diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html index 3ed9ee3..7905127 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 Wed, 26 Aug 2009 08:57:50 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
    @@ -1368,7 +1368,7 @@ $type)

    - Documentation generated on Wed, 26 Aug 2009 08:57:50 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1
    @@ -73,7 +73,7 @@ This is a PHP class for generating PDF documents without requiring external exte - + @@ -92,19 +92,19 @@ This is a PHP class for generating PDF documents without requiring external exte

    Includes:

    -require_once(dirname(__FILE__).'/config/tcpdf_config.php') [line 136]
    -main configuration file

    require_once(dirname(__FILE__).'/htmlcolors.php') [line 148]
    -html colors table

    require_once(dirname(__FILE__).'/unicode_data.php') [line 143]
    +require_once(dirname(__FILE__).'/config/tcpdf_config.php') [line 137]
    +main configuration file

    require_once(dirname(__FILE__).'/htmlcolors.php') [line 149]
    +html colors table

    require_once(dirname(__FILE__).'/unicode_data.php') [line 144]
    unicode data






    -

    PDF_PRODUCER [line 154]

    +

    PDF_PRODUCER [line 155]

    author:  Nicola Asuni
    version:  4.6.029version:  4.6.030
    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.029 (http://www.tcpdf.org)' + PDF_PRODUCER = 'TCPDF 4.6.030 (http://www.tcpdf.org)'
    @@ -115,7 +115,7 @@ unicode data


    - Documentation generated on Wed, 26 Aug 2009 08:57:51 +0200 by phpDocumentor 1.4.1 + Documentation generated on Sat, 29 Aug 2009 14:54:02 +0200 by phpDocumentor 1.4.1