diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 48d0bbd..238544a 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,5 +1,5 @@ 4.6.028 (2009-08-25) - - Signature algorithm was fixed (see example n. 52). + - Signature algorithm was finally fixed (see example n. 52). 4.6.027 (2009-08-24) - TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file. diff --git a/README.TXT b/README.TXT index 1499a1f..59784d4 100755 --- a/README.TXT +++ b/README.TXT @@ -53,6 +53,7 @@ Main Features: // * supports page compression (requires zlib extension); // * supports text hyphenation. // * supports transactions to UNDO commands. +// * supports signature certifications. Installation (full instructions on http://www.tcpdf.org): 1. copy the folder on your Web server diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index c10a71e..d85307b 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -45,7 +45,7 @@

- Documentation generated on Tue, 25 Aug 2009 20:07:38 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:51 +0200 by phpDocumentor 1.4.1
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index 0af132e..0dbc766 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -589,7 +589,7 @@ Source Location: /tcpdf.php

Class Details

-[line 165]
+[line 166]
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:

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

$AliasNbPages =  '{nb}'

-

[line 506]

+

[line 507]



Tags:

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

$AliasNumPage =  '{pnb}'

-

[line 512]

+

[line 513]



Tags:

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

$author =  ''

-

[line 488]

+

[line 489]



Tags:

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

$AutoPageBreak =

-

[line 446]

+

[line 447]



Tags:

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

$barcode =  false

-

[line 604]

+

[line 605]



Tags:

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

$bgcolor =

-

[line 697]

+

[line 698]



Tags:

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

$bMargin =

-

[line 287]

+

[line 288]



Tags:

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

$booklet =  false

-

[line 1091]

+

[line 1092]

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 191]

+

[line 192]



Tags:

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

$bufferlen =  0

-

[line 1191]

+

[line 1192]

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 1317]

+

[line 1318]

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 1240]

+

[line 1241]

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 1268]

+

[line 1269]

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 1275]

+

[line 1276]

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 1261]

+

[line 1262]

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 948]

+

[line 949]

Default cell height ratio.



Tags:

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

$cMargin =

-

[line 294]

+

[line 295]



Tags:

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

$cntmrk = array()

-

[line 985]

+

[line 986]

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 440]

+

[line 441]



Tags:

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

$compress =

-

[line 209]

+

[line 210]



Tags:

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

$CoreFonts =

-

[line 330]

+

[line 331]



Tags:

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

$creator =  ''

-

[line 500]

+

[line 501]



Tags:

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

$CurOrientation =

-

[line 215]

+

[line 216]



Tags:

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

$CurrentFont =

-

[line 404]

+

[line 405]



Tags:

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

$currpagegroup =

-

[line 906]

+

[line 907]

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 1113]

+

[line 1114]



Tags:

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

$default_monospaced_font =  'courier'

-

[line 1226]

+

[line 1227]

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 646]

+

[line 647]



Tags:

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

$diffs = array()

-

[line 348]

+

[line 349]



Tags:

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

$diskcache =  false

-

[line 1198]

+

[line 1199]

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 885]

+

[line 886]

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 422]

+

[line 423]



Tags:

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

$embeddedfiles = array()

-

[line 1127]

+

[line 1128]



Tags:

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

$encoding =  'UTF-8'

-

[line 716]

+

[line 717]



Tags:

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

$encrypted =

-

[line 746]

+

[line 747]

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 800]

+

[line 801]

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 774]

+

[line 775]

encryption object id



Tags:

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

$endlinex =  0

-

[line 1014]

+

[line 1015]

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 1077]

+

[line 1078]

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 934]

+

[line 935]

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 1098]

+

[line 1099]

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 667]

+

[line 668]



Tags:

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

$fhPt =

-

[line 239]

+

[line 240]



Tags:

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

$FillColor =

-

[line 428]

+

[line 429]



Tags:

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

$FontAscent =

-

[line 385]

+

[line 386]



Tags:

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

$FontDescent =

-

[line 392]

+

[line 393]



Tags:

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

$FontFamily =

-

[line 372]

+

[line 373]



Tags:

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

$FontFiles = array()

-

[line 342]

+

[line 343]



Tags:

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

$fontkeys = array()

-

[line 1212]

+

[line 1213]

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 661]

+

[line 662]



Tags:

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

$fonts = array()

-

[line 336]

+

[line 337]



Tags:

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

$FontSize =

-

[line 416]

+

[line 417]



Tags:

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

$FontSizePt =

-

[line 410]

+

[line 411]



Tags:

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

$FontStyle =

-

[line 378]

+

[line 379]



Tags:

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

$footerlen = array()

-

[line 1000]

+

[line 1001]

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 992]

+

[line 993]

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 592]

+

[line 593]



Tags:

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

$footer_margin =

-

[line 566]

+

[line 567]



Tags:

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

$fwPt =

-

[line 233]

+

[line 234]



Tags:

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

$gradients = array()

-

[line 969]

+

[line 970]

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 263]

+

[line 264]



Tags:

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

$header_font =

-

[line 586]

+

[line 587]



Tags:

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

$header_logo =  ''

-

[line 622]

+

[line 623]



Tags:

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

$header_logo_width =  30

-

[line 628]

+

[line 629]



Tags:

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

$header_margin =

-

[line 560]

+

[line 561]



Tags:

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

$header_string =  ''

-

[line 640]

+

[line 641]



Tags:

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

$header_title =  ''

-

[line 634]

+

[line 635]



Tags:

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

$hPt =

-

[line 251]

+

[line 252]



Tags:

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

$HREF = array()

-

[line 655]

+

[line 656]



Tags:

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

$htmlLinkColorArray = array(0, 0, 255)

-

[line 1149]

+

[line 1150]

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 1156]

+

[line 1157]

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 1056]

+

[line 1057]

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 1184]

+

[line 1185]

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 354]

+

[line 355]



Tags:

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

$imgscale =  1

-

[line 536]

+

[line 537]



Tags:

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

$img_rb_x =

-

[line 520]

+

[line 521]



Tags:

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

$img_rb_y =

-

[line 528]

+

[line 529]



Tags:

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

$InFooter =  false

-

[line 458]

+

[line 459]



Tags:

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

$internal_encoding =

-

[line 723]

+

[line 724]



Tags:

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

$intmrk = array()

-

[line 977]

+

[line 978]

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 544]

+

[line 545]



Tags:

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

$javascript =  ''

-

[line 826]

+

[line 827]

javascript code



Tags:

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

$jpeg_quality =

-

[line 941]

+

[line 942]

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 227]

+

[line 228]



Tags:

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

$keywords =  ''

-

[line 494]

+

[line 495]



Tags:

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

$l =

-

[line 598]

+

[line 599]



Tags:

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

$lasth =

-

[line 318]

+

[line 319]



Tags:

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

$last_rc4_key =

-

[line 781]

+

[line 782]

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 788]

+

[line 789]

last RC4 computed key



Tags:

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

$LayoutMode =

-

[line 470]

+

[line 471]



Tags:

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

$linestyleCap =  '0 J'

-

[line 1028]

+

[line 1029]

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 1042]

+

[line 1043]

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 1035]

+

[line 1036]

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 1021]

+

[line 1022]

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 840]

+

[line 841]

line trough state



Tags:

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

$LineWidth =

-

[line 324]

+

[line 325]



Tags:

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

$links = array()

-

[line 366]

+

[line 367]



Tags:

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

$lispacer =  ''

-

[line 709]

+

[line 710]



Tags:

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

$listcount = array()

-

[line 679]

+

[line 680]



Tags:

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

$listindent =

-

[line 691]

+

[line 692]



Tags:

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

$listnum =  0

-

[line 685]

+

[line 686]



Tags:

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

$listordered = array()

-

[line 673]

+

[line 674]



Tags:

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

$lisymbol =  ''

-

[line 1070]

+

[line 1071]

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 269]

+

[line 270]



Tags:

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

$n =

-

[line 179]

+

[line 180]



Tags:

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

$newline =  true

-

[line 1007]

+

[line 1008]

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 892]

+

[line 893]

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 1205]

+

[line 1206]

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 1177]

+

[line 1178]

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 1163]

+

[line 1164]

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 833]

+

[line 834]

javascript counter



Tags:

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

$n_ocg_print =

-

[line 920]

+

[line 921]

Print visibility.



Tags:

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

$n_ocg_view =

-

[line 927]

+

[line 928]

View visibility.



Tags:

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

$objcopy =

-

[line 1233]

+

[line 1234]

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 185]

+

[line 186]



Tags:

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

$oldcMargin =

-

[line 300]

+

[line 301]



Tags:

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

$opencell =  true

-

[line 1120]

+

[line 1121]



Tags:

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

$openMarkedContent =  false

-

[line 1049]

+

[line 1050]

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 573]

+

[line 574]



Tags:

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

$original_rMargin =

-

[line 580]

+

[line 581]



Tags:

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

$OutlineRoot =

-

[line 816]

+

[line 817]

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 809]

+

[line 810]

Outlines for bookmark



Tags:

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

$Ovalue =

-

[line 760]

+

[line 761]

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 794]

+

[line 795]

RC4 padding



Tags:

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

$page =

-

[line 173]

+

[line 174]



Tags:

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

$PageAnnots = array()

-

[line 360]

+

[line 361]



Tags:

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

$PageBreakTrigger =

-

[line 452]

+

[line 453]



Tags:

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

$pagedim = array()

-

[line 221]

+

[line 222]



Tags:

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

$pagegroups =

-

[line 899]

+

[line 900]

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 1170]

+

[line 1171]

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 962]

+

[line 963]

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 1219]

+

[line 1220]

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 197]

+

[line 198]



Tags:

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

$PDFVersion =  '1.7'

-

[line 551]

+

[line 552]



Tags:

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

$premode =  false

-

[line 1134]

+

[line 1135]



Tags:

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

$print_footer =  true

-

[line 616]

+

[line 617]



Tags:

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

$print_header =  true

-

[line 610]

+

[line 611]



Tags:

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

$Pvalue =

-

[line 767]

+

[line 768]

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 1303]

+

[line 1304]

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 281]

+

[line 282]



Tags:

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

$rtl =  false

-

[line 730]

+

[line 731]



Tags:

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

$sign =  false

-

[line 1282]

+

[line 1283]

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 1289]

+

[line 1290]

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 1296]

+

[line 1297]

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 1324]

+

[line 1325]

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 1310]

+

[line 1311]

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 1063]

+

[line 1064]

Array of Spot colors



Tags:

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

$state =

-

[line 203]

+

[line 204]



Tags:

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

$subject =  ''

-

[line 482]

+

[line 483]



Tags:

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

$tagvspaces = array()

-

[line 1105]

+

[line 1106]

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 703]

+

[line 704]



Tags:

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

$TextColor =

-

[line 434]

+

[line 435]



Tags:

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

$thead =  ''

-

[line 1247]

+

[line 1248]

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 1254]

+

[line 1255]

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 476]

+

[line 477]



Tags:

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

$tMargin =

-

[line 275]

+

[line 276]



Tags:

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

$tmprtl =  false

-

[line 737]

+

[line 738]



Tags:

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

$transfmatrix = array()

-

[line 1084]

+

[line 1085]

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 1142]

+

[line 1143]

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 398]

+

[line 399]



Tags:

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

$ur =

-

[line 850]

+

[line 851]

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 864]

+

[line 865]

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 857]

+

[line 858]

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 871]

+

[line 872]

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 878]

+

[line 879]

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 753]

+

[line 754]

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 955]

+

[line 956]

PDF viewer preferences.



Tags:

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

$visibility =  'all'

-

[line 913]

+

[line 914]

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 257]

+

[line 258]



Tags:

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

$wPt =

-

[line 245]

+

[line 246]



Tags:

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

$x =

-

[line 306]

+

[line 307]



Tags:

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

$y =

-

[line 312]

+

[line 313]



Tags:

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

$ZoomMode =

-

[line 464]

+

[line 465]



Tags:

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

constructor __construct [line 1343]

+

constructor __construct [line 1344]

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

destructor __destruct [line 1464]

+

destructor __destruct [line 1465]

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

method AcceptPageBreak [line 3399]

+

method AcceptPageBreak [line 3400]

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

method addExtGState [line 9828]

+

method addExtGState [line 9829]

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

method AddFont [line 2973]

+

method AddFont [line 2974]

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

method addHtmlLink [line 7118]

+

method addHtmlLink [line 7119]

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

method addHTMLVertSpace [line 12989]

+

method addHTMLVertSpace [line 12990]

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

method AddLink [line 3214]

+

method AddLink [line 3215]

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

method AddPage [line 2189]

+

method AddPage [line 2190]

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

method AddSpotColor [line 2606]

+

method AddSpotColor [line 2607]

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

method addTOC [line 14011]

+

method addTOC [line 14012]

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

method AliasNbPages [line 9636]

+

method AliasNbPages [line 9637]

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

method AliasNumPage [line 9663]

+

method AliasNumPage [line 9664]

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

method Annotation [line 3270]

+

method Annotation [line 3271]

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

method Arrow [line 8548]

+

method Arrow [line 8549]

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

method arrUTF8ToUTF16BE [line 7016]

+

method arrUTF8ToUTF16BE [line 7017]

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

method Bookmark [line 9168]

+

method Bookmark [line 9169]

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

method Button [line 9450]

+

method Button [line 9451]

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

method Cell [line 3460]

+

method Cell [line 3461]

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

method CheckBox [line 9430]

+

method CheckBox [line 9431]

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

method checkPageBreak [line 3412]

+

method checkPageBreak [line 3413]

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

method Circle [line 8235]

+

method Circle [line 8236]

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

method Clip [line 10091]

+

method Clip [line 10092]

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

method Close [line 2083]

+

method Close [line 2084]

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

method closeHTMLTagHandler [line 12658]

+

method closeHTMLTagHandler [line 12659]

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

method ComboBox [line 9411]

+

method ComboBox [line 9412]

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

method commitTransaction [line 14168]

+

method commitTransaction [line 14169]

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

method convertHTMLColorToDec [line 7151]

+

method convertHTMLColorToDec [line 7152]

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

method CoonsPatchMesh [line 10011]

+

method CoonsPatchMesh [line 10012]

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

method Curve [line 8010]

+

method Curve [line 8011]

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

method deletePage [line 13871]

+

method deletePage [line 13872]

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

method Ellipse [line 8131]

+

method Ellipse [line 8132]

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

method empty_string [line 14215]

+

method empty_string [line 14216]

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

method endPage [line 2208]

+

method endPage [line 2209]

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

method Error [line 2055]

+

method Error [line 2056]

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

method Footer [line 2447]

+

method Footer [line 2448]

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

method formatPageNumber [line 9740]

+

method formatPageNumber [line 9741]

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

method formatTOCPageNumber [line 9752]

+

method formatTOCPageNumber [line 9753]

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

method GetAbsX [line 4980]

+

method GetAbsX [line 4981]

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

method getAliasNbPages [line 9648]

+

method getAliasNbPages [line 9649]

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

method getAliasNumPage [line 9676]

+

method getAliasNumPage [line 9677]

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

method GetArrStringWidth [line 2885]

+

method GetArrStringWidth [line 2886]

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

method getBarcode [line 10556]

+

method getBarcode [line 10557]

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

method getBorderMode [line 3906]

+

method getBorderMode [line 3907]

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

method getBreakMargin [line 1786]

+

method getBreakMargin [line 1787]

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

method getBuffer [line 13557]

+

method getBuffer [line 13558]

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

method getCellCode [line 3512]

+

method getCellCode [line 3513]

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

method getCellHeightRatio [line 9914]

+

method getCellHeightRatio [line 9915]

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

method GetCharWidth [line 2912]

+

method GetCharWidth [line 2913]

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

method getFontBuffer [line 13717]

+

method getFontBuffer [line 13718]

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

method getFontFamily [line 11032]

+

method getFontFamily [line 11033]

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

method getFontSize [line 11012]

+

method getFontSize [line 11013]

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

method getFontSizePt [line 11022]

+

method getFontSizePt [line 11023]

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

method getFontsList [line 2951]

+

method getFontsList [line 2952]

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

method getFontStyle [line 11042]

+

method getFontStyle [line 11043]

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

method getFooterFont [line 7077]

+

method getFooterFont [line 7078]

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

method getFooterMargin [line 2361]

+

method getFooterMargin [line 2362]

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

method getGDgamma [line 4923]

+

method getGDgamma [line 4924]

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

method getGraphicVars [line 13425]

+

method getGraphicVars [line 13426]

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

method getGroupPageNo [line 9689]

+

method getGroupPageNo [line 9690]

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

method getGroupPageNoFormatted [line 9699]

+

method getGroupPageNoFormatted [line 9700]

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

method getHeaderData [line 2316]

+

method getHeaderData [line 2317]

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

method getHeaderFont [line 7057]

+

method getHeaderFont [line 7058]

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

method getHeaderMargin [line 2341]

+

method getHeaderMargin [line 2342]

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

method getHtmlDomArray [line 11078]

+

method getHtmlDomArray [line 11079]

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

method getHTMLUnitToUnits [line 13144]

+

method getHTMLUnitToUnits [line 13145]

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

method getImageBuffer [line 13659]

+

method getImageBuffer [line 13660]

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

method getImageRBX [line 2387]

+

method getImageRBX [line 2388]

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

method getImageRBY [line 2396]

+

method getImageRBY [line 2397]

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

method getImageScale [line 1725]

+

method getImageScale [line 1726]

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

method getLastH [line 1703]

+

method getLastH [line 1704]

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

method GetLineWidth [line 7727]

+

method GetLineWidth [line 7728]

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

method getMargins [line 10975]

+

method getMargins [line 10976]

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

method GetNumChars [line 2939]

+

method GetNumChars [line 2940]

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

method getNumLines [line 3985]

+

method getNumLines [line 3986]

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

method getNumPages [line 2176]

+

method getNumPages [line 2177]

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

method getObjFilename [line 13489]

+

method getObjFilename [line 13490]

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

method getOriginalMargins [line 10998]

+

method getOriginalMargins [line 10999]

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

method getPage [line 2164]

+

method getPage [line 2165]

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

method getPageBuffer [line 13600]

+

method getPageBuffer [line 13601]

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

method getPageDimensions [line 1738]

+

method getPageDimensions [line 1739]

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

method getPageGroupAlias [line 9711]

+

method getPageGroupAlias [line 9712]

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

method getPageHeight [line 1770]

+

method getPageHeight [line 1771]

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

method getPageNumGroupAlias [line 9726]

+

method getPageNumGroupAlias [line 9727]

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

method getPageWidth [line 1754]

+

method getPageWidth [line 1755]

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

method getPDFData [line 7100]

+

method getPDFData [line 7101]

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

method getRemainingWidth [line 4346]

+

method getRemainingWidth [line 4347]

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

method getRTL [line 1666]

+

method getRTL [line 1667]

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

method getScaleFactor [line 1800]

+

method getScaleFactor [line 1801]

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

method GetStringWidth [line 2870]

+

method GetStringWidth [line 2871]

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

method GetX [line 4964]

+

method GetX [line 4965]

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

method GetY [line 4991]

+

method GetY [line 4992]

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

method get_mqr [line 4687]

+

method get_mqr [line 4688]

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

method Gradient [line 10114]

+

method Gradient [line 10115]

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

method Header [line 2405]

+

method Header [line 2406]

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

method Image [line 4468]

+

method Image [line 4469]

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

method ImageEps [line 10286]

+

method ImageEps [line 10287]

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

method ImagePngAlpha [line 4879]

+

method ImagePngAlpha [line 4880]

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

method IncludeJS [line 9260]

+

method IncludeJS [line 9261]

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

method intToRoman [line 13218]

+

method intToRoman [line 13219]

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

method lastPage [line 2153]

+

method lastPage [line 2154]

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

method Line [line 7877]

+

method Line [line 7878]

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

method LinearGradient [line 9971]

+

method LinearGradient [line 9972]

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

method Link [line 3253]

+

method Link [line 3254]

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

method ListBox [line 9388]

+

method ListBox [line 9389]

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

method Ln [line 4936]

+

method Ln [line 4937]

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

method MirrorH [line 7499]

+

method MirrorH [line 7500]

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

method MirrorL [line 7535]

+

method MirrorL [line 7536]

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

method MirrorP [line 7522]

+

method MirrorP [line 7523]

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

method MirrorV [line 7510]

+

method MirrorV [line 7511]

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

method movePage [line 13734]

+

method movePage [line 13735]

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

method MultiCell [line 3747]

+

method MultiCell [line 3748]

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

method objclone [line 14204]

+

method objclone [line 14205]

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

method Open [line 2070]

+

method Open [line 2071]

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

method openHTMLTagHandler [line 12328]

+

method openHTMLTagHandler [line 12329]

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

method Output [line 5083]

+

method Output [line 5084]

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

method PageNo [line 2590]

+

method PageNo [line 2591]

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

method PageNoFormatted [line 9762]

+

method PageNoFormatted [line 9763]

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

method PieSector [line 10208]

+

method PieSector [line 10209]

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

method pixelsToUnits [line 7204]

+

method pixelsToUnits [line 7205]

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

method Polycurve [line 8067]

+

method Polycurve [line 8068]

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

method Polygon [line 8260]

+

method Polygon [line 8261]

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

method putHtmlListBullet [line 13283]

+

method putHtmlListBullet [line 13284]

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

method RadialGradient [line 9989]

+

method RadialGradient [line 9990]

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

method RadioButton [line 9370]

+

method RadioButton [line 9371]

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

method readDiskCache [line 13529]

+

method readDiskCache [line 13530]

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

method Rect [line 7912]

+

method Rect [line 7913]

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

method RegularPolygon [line 8359]

+

method RegularPolygon [line 8360]

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

method removeSHY [line 3477]

+

method removeSHY [line 3478]

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

method rfread [line 4849]

+

method rfread [line 4850]

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

method rollbackTransaction [line 14181]

+

method rollbackTransaction [line 14182]

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

method Rotate [line 7594]

+

method Rotate [line 7595]

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

method RoundedRect [line 8463]

+

method RoundedRect [line 8464]

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

method Scale [line 7464]

+

method Scale [line 7465]

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

method ScaleX [line 7424]

+

method ScaleX [line 7425]

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

method ScaleXY [line 7450]

+

method ScaleXY [line 7451]

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

method ScaleY [line 7437]

+

method ScaleY [line 7438]

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

method setAlpha [line 9871]

+

method setAlpha [line 9872]

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

method SetAuthor [line 2019]

+

method SetAuthor [line 2020]

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

method SetAutoPageBreak [line 1886]

+

method SetAutoPageBreak [line 1887]

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

method setBarcode [line 10546]

+

method setBarcode [line 10547]

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

method SetBooklet [line 13058]

+

method SetBooklet [line 13059]

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

method setBuffer [line 13539]

+

method setBuffer [line 13540]

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

method setCellHeightRatio [line 9905]

+

method setCellHeightRatio [line 9906]

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

method SetCellPadding [line 1874]

+

method SetCellPadding [line 1875]

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

method SetCompression [line 1979]

+

method SetCompression [line 1980]

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

method setContentMark [line 2283]

+

method setContentMark [line 2284]

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

method SetCreator [line 2043]

+

method SetCreator [line 2044]

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

method SetDefaultMonospacedFont [line 3203]

+

method SetDefaultMonospacedFont [line 3204]

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

method setDefaultTableColumns [line 9895]

+

method setDefaultTableColumns [line 9896]

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

method SetDisplayMode [line 1901]

+

method SetDisplayMode [line 1902]

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

method SetDrawColor [line 2645]

+

method SetDrawColor [line 2646]

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

method SetDrawColorArray [line 2622]

+

method SetDrawColorArray [line 2623]

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

method SetDrawSpotColor [line 2683]

+

method SetDrawSpotColor [line 2684]

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

method setExtGState [line 9840]

+

method setExtGState [line 9841]

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

method SetFillColor [line 2725]

+

method SetFillColor [line 2726]

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

method SetFillColorArray [line 2702]

+

method SetFillColorArray [line 2703]

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

method SetFillSpotColor [line 2767]

+

method SetFillSpotColor [line 2768]

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

method SetFont [line 3158]

+

method SetFont [line 3159]

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

method setFontBuffer [line 13675]

+

method setFontBuffer [line 13676]

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

method SetFontSize [line 3178]

+

method SetFontSize [line 3179]

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

method setFontSubBuffer [line 13697]

+

method setFontSubBuffer [line 13698]

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

method setFooter [line 2513]

+

method setFooter [line 2514]

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

method setFooterFont [line 7067]

+

method setFooterFont [line 7068]

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

method setFooterMargin [line 2351]

+

method setFooterMargin [line 2352]

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

method setGraphicVars [line 13456]

+

method setGraphicVars [line 13457]

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

method setHeader [line 2482]

+

method setHeader [line 2483]

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

method setHeaderData [line 2302]

+

method setHeaderData [line 2303]

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

method setHeaderFont [line 7047]

+

method setHeaderFont [line 7048]

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

method setHeaderMargin [line 2331]

+

method setHeaderMargin [line 2332]

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

method setHtmlLinksStyle [line 13129]

+

method setHtmlLinksStyle [line 13130]

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

method setHtmlVSpace [line 13098]

+

method setHtmlVSpace [line 13099]

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

method setImageBuffer [line 13616]

+

method setImageBuffer [line 13617]

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

method setImageScale [line 1714]

+

method setImageScale [line 1715]

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

method setImageSubBuffer [line 13639]

+

method setImageSubBuffer [line 13640]

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

method setJPEGQuality [line 9882]

+

method setJPEGQuality [line 9883]

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

method SetKeywords [line 2031]

+

method SetKeywords [line 2032]

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

method setLanguageArray [line 7087]

+

method setLanguageArray [line 7088]

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

method setLastH [line 1693]

+

method setLastH [line 1694]

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

method SetLeftMargin [line 1830]

+

method SetLeftMargin [line 1831]

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

method SetLineStyle [line 7752]

+

method SetLineStyle [line 7753]

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

method SetLineWidth [line 7711]

+

method SetLineWidth [line 7712]

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

method SetLink [line 3230]

+

method SetLink [line 3231]

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

method setListIndentWidth [line 13108]

+

method setListIndentWidth [line 13109]

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

method setLIsymbol [line 13018]

+

method setLIsymbol [line 13019]

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

method SetMargins [line 1813]

+

method SetMargins [line 1814]

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

method setOpenCell [line 13118]

+

method setOpenCell [line 13119]

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

method setPage [line 2106]

+

method setPage [line 2107]

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

method setPageBuffer [line 13573]

+

method setPageBuffer [line 13574]

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

method setPageFormat [line 1521]

+

method setPageFormat [line 1522]

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

method setPageMark [line 2272]

+

method setPageMark [line 2273]

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

method setPageOrientation [line 1594]

+

method setPageOrientation [line 1595]

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

method setPageUnit [line 1479]

+

method setPageUnit [line 1480]

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

method setPDFVersion [line 9924]

+

method setPDFVersion [line 9925]

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

method setPrintFooter [line 2378]

+

method setPrintFooter [line 2379]

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

method setPrintHeader [line 2369]

+

method setPrintHeader [line 2370]

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

method SetProtection [line 7367]

+

method SetProtection [line 7368]

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

method SetRightMargin [line 1860]

+

method SetRightMargin [line 1861]

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

method setRTL [line 1650]

+

method setRTL [line 1651]

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

method setSignature [line 9594]

+

method setSignature [line 9595]

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

method setSpacesRE [line 1635]

+

method setSpacesRE [line 1636]

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

method SetSubject [line 2007]

+

method SetSubject [line 2008]

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

method setTableHeader [line 2555]

+

method setTableHeader [line 2556]

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

method setTempRTL [line 1676]

+

method setTempRTL [line 1677]

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

method SetTextColor [line 2809]

+

method SetTextColor [line 2810]

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

method SetTextColorArray [line 2786]

+

method SetTextColorArray [line 2787]

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

method SetTextSpotColor [line 2848]

+

method SetTextSpotColor [line 2849]

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

method SetTitle [line 1995]

+

method SetTitle [line 1996]

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

method SetTopMargin [line 1845]

+

method SetTopMargin [line 1846]

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

method setUserRights [line 9568]

+

method setUserRights [line 9569]

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

method setViewerPreferences [line 9954]

+

method setViewerPreferences [line 9955]

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

method setVisibility [line 9792]

+

method setVisibility [line 9793]

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

method SetX [line 5004]

+

method SetX [line 5005]

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

method SetXY [line 5067]

+

method SetXY [line 5068]

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

method SetY [line 5036]

+

method SetY [line 5037]

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

method set_mqr [line 4676]

+

method set_mqr [line 4677]

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

method Skew [line 7654]

+

method Skew [line 7655]

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

method SkewX [line 7627]

+

method SkewX [line 7628]

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

method SkewY [line 7640]

+

method SkewY [line 7641]

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

method StarPolygon [line 8414]

+

method StarPolygon [line 8415]

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

method startPage [line 2232]

+

method startPage [line 2233]

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

method startPageGroup [line 9621]

+

method startPageGroup [line 9622]

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

method startTransaction [line 14154]

+

method startTransaction [line 14155]

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

method StartTransform [line 7395]

+

method StartTransform [line 7396]

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

method StopTransform [line 7408]

+

method StopTransform [line 7409]

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

method swapMargins [line 13074]

+

method swapMargins [line 13075]

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

method Text [line 3359]

+

method Text [line 3360]

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

method TextField [line 9357]

+

method TextField [line 9358]

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

method Transform [line 7687]

+

method Transform [line 7688]

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

method Translate [line 7570]

+

method Translate [line 7571]

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

method TranslateX [line 7547]

+

method TranslateX [line 7548]

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

method TranslateY [line 7558]

+

method TranslateY [line 7559]

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

method unhtmlentities [line 7215]

+

method unhtmlentities [line 7216]

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

method UniArrSubString [line 4385]

+

method UniArrSubString [line 4386]

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

method unichr [line 4418]

+

method unichr [line 4419]

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

method UTF8ArrayToUniArray [line 4406]

+

method UTF8ArrayToUniArray [line 4407]

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

method UTF8ArrSubString [line 4362]

+

method UTF8ArrSubString [line 4363]

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

method utf8Bidi [line 8597]

+

method utf8Bidi [line 8598]

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

method UTF8StringToArray [line 6849]

+

method UTF8StringToArray [line 6850]

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

method utf8StrRev [line 8583]

+

method utf8StrRev [line 8584]

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

method UTF8ToLatin1 [line 6956]

+

method UTF8ToLatin1 [line 6957]

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

method UTF8ToUTF16BE [line 6940]

+

method UTF8ToUTF16BE [line 6941]

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

method Write [line 4028]

+

method Write [line 4029]

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

method write1DBarcode [line 10575]

+

method write1DBarcode [line 10576]

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

method write2DBarcode [line 10828]

+

method write2DBarcode [line 10829]

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

method writeBarcode [line 10778]

+

method writeBarcode [line 10779]

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

method writeDiskCache [line 13501]

+

method writeDiskCache [line 13502]

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

method writeHTML [line 11478]

+

method writeHTML [line 11479]

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

method writeHTMLCell [line 11066]

+

method writeHTMLCell [line 11067]

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

method _addfield [line 9322]

+

method _addfield [line 9323]

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

method _beginpage [line 6616]

+

method _beginpage [line 6617]

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

method _datastring [line 6728]

+

method _datastring [line 6729]

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

method _datestring [line 6741]

+

method _datestring [line 6742]

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

method _destroy [line 5238]

+

method _destroy [line 5239]

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

method _dochecks [line 5266]

+

method _dochecks [line 5267]

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

method _dolinethrough [line 6693]

+

method _dolinethrough [line 6694]

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

method _dounderline [line 6679]

+

method _dounderline [line 6680]

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

method _enddoc [line 6520]

+

method _enddoc [line 6521]

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

method _endpage [line 6655]

+

method _endpage [line 6656]

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

method _escape [line 6717]

+

method _escape [line 6718]

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

method _escapetext [line 6766]

+

method _escapetext [line 6767]

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

method _freadint [line 6706]

+

method _freadint [line 6707]

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

method _generateencryptionkey [line 7335]

+

method _generateencryptionkey [line 7336]

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

method _getfontpath [line 5282]

+

method _getfontpath [line 5283]

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

method _JScolor [line 9298]

+

method _JScolor [line 9299]

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

method _md5_16 [line 7296]

+

method _md5_16 [line 7297]

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

method _newobj [line 6665]

+

method _newobj [line 6666]

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

method _objectkey [line 7228]

+

method _objectkey [line 7229]

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

method _out [line 6797]

+

method _out [line 6798]

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

method _outarc [line 10188]

+

method _outarc [line 10189]

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

method _outCurve [line 7857]

+

method _outCurve [line 7858]

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

method _outLine [line 7821]

+

method _outLine [line 7822]

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

method _outPoint [line 7807]

+

method _outPoint [line 7808]

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

method _outRect [line 7838]

+

method _outRect [line 7839]

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

method _Ovalue [line 7309]

+

method _Ovalue [line 7310]

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

method _parsejpeg [line 4718]

+

method _parsejpeg [line 4719]

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

method _parsepng [line 4744]

+

method _parsepng [line 4745]

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

method _putannots [line 5438]

+

method _putannots [line 5439]

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

method _putbookmarks [line 9196]

+

method _putbookmarks [line 9197]

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

method _putcatalog [line 6372]

+

method _putcatalog [line 6373]

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

method _putcidfont0 [line 6120]

+

method _putcidfont0 [line 6121]

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

method _putEmbeddedFiles [line 3328]

+

method _putEmbeddedFiles [line 3329]

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

method _putencryption [line 7237]

+

method _putencryption [line 7238]

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

method _putextgstates [line 9850]

+

method _putextgstates [line 9851]

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

method _putfonts [line 5806]

+

method _putfonts [line 5807]

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

method _putfontwidths [line 5935]

+

method _putfontwidths [line 5936]

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

method _putheader [line 6512]

+

method _putheader [line 6513]

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

method _putimages [line 6181]

+

method _putimages [line 6182]

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

method _putinfo [line 6338]

+

method _putinfo [line 6339]

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

method _putjavascript [line 9270]

+

method _putjavascript [line 9271]

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

method _putocg [line 9771]

+

method _putocg [line 9772]

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

method _putpages [line 5293]

+

method _putpages [line 5294]

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

method _putresourcedict [line 6264]

+

method _putresourcedict [line 6265]

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

method _putresources [line 6305]

+

method _putresources [line 6306]

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

method _putshaders [line 10138]

+

method _putshaders [line 10139]

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

method _putsignature [line 9517]

+

method _putsignature [line 9518]

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

method _putspotcolors [line 6236]

+

method _putspotcolors [line 6237]

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

method _putstream [line 6783]

+

method _putstream [line 6784]

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

method _puttrailer [line 6498]

+

method _puttrailer [line 6499]

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

method _puttruetypeunicode [line 6033]

+

method _puttruetypeunicode [line 6034]

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

method _putursignature [line 9473]

+

method _putursignature [line 9474]

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

method _putviewerpreferences [line 6428]

+

method _putviewerpreferences [line 6429]

diff --git a/tcpdf.php b/tcpdf.php index fd1a887..6ccdde6 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -58,6 +58,7 @@ // * supports page compression (requires zlib extension); // * supports text hyphenation. // * supports transactions to UNDO commands. +// * supports signature certifications. // // ----------------------------------------------------------- // THANKS TO:
diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html index da39244..3be5a9d 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 Tue, 25 Aug 2009 20:07:38 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:51 +0200 by phpDocumentor 1.4.1
@@ -19353,7 +19353,7 @@ $font)
-

method _putxobjectdict [line 6253]

+

method _putxobjectdict [line 6254]

diff --git a/doc/index.html b/doc/index.html index da39244..3be5a9d 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 Tue, 25 Aug 2009 20:07:38 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:51 +0200 by phpDocumentor 1.4.1
diff --git a/doc/errors.html b/doc/errors.html index 9ad1ed1..d37516c 100644 --- a/doc/errors.html +++ b/doc/errors.html @@ -35,7 +35,7 @@ Post-parsing

- Documentation generated on Tue, 25 Aug 2009 20:07:44 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:57 +0200 by phpDocumentor 1.4.1
@@ -19378,7 +19378,7 @@ $font)
-

method _RC4 [line 7256]

+

method _RC4 [line 7257]

diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index 9322f30..4b4a609 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -1407,7 +1407,7 @@ top

- Documentation generated on Tue, 25 Aug 2009 20:07:38 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:51 +0200 by phpDocumentor 1.4.1
diff --git a/doc/elementindex.html b/doc/elementindex.html index b70976f..6a196ae 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -1384,7 +1384,7 @@ top

- Documentation generated on Tue, 25 Aug 2009 20:07:38 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:51 +0200 by phpDocumentor 1.4.1
@@ -19429,7 +19429,7 @@ $text)
-

method _textstring [line 6752]

+

method _textstring [line 6753]

diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html index a1393c7..aa0e4ff 100644 --- a/doc/com-tecnick-tcpdf/_tcpdf.php.html +++ b/doc/com-tecnick-tcpdf/_tcpdf.php.html @@ -92,15 +92,15 @@ This is a PHP class for generating PDF documents without requiring external exte

Includes:

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

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

require_once(dirname(__FILE__).'/unicode_data.php') [line 142]
+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]
unicode data






-

PDF_PRODUCER [line 153]

+

PDF_PRODUCER [line 154]

diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html index db6e276..36a4b3b 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 Tue, 25 Aug 2009 20:07:39 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:52 +0200 by phpDocumentor 1.4.1
@@ -19468,7 +19468,7 @@ $s)
-

method _toJPEG [line 4702]

+

method _toJPEG [line 4703]

diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html index 6ed8047..35bb0a6 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 Tue, 25 Aug 2009 20:07:44 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:57 +0200 by phpDocumentor 1.4.1
diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html index 58ba034..907641c 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 Tue, 25 Aug 2009 20:07:38 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:51 +0200 by phpDocumentor 1.4.1
@@ -19510,7 +19510,7 @@ $file)
-

method _Uvalue [line 7322]

+

method _Uvalue [line 7323]

diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html index b2eb70b..db37547 100644 --- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html @@ -1368,7 +1368,7 @@ $type)

- Documentation generated on Tue, 25 Aug 2009 20:07:38 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:51 +0200 by phpDocumentor 1.4.1
@@ -19547,7 +19547,7 @@ $file)

- Documentation generated on Tue, 25 Aug 2009 20:07:39 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:52 +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 11517b2..940bccd 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 Tue, 25 Aug 2009 20:07:44 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:57 +0200 by phpDocumentor 1.4.1
@@ -115,7 +115,7 @@ unicode data


- Documentation generated on Tue, 25 Aug 2009 20:07:39 +0200 by phpDocumentor 1.4.1 + Documentation generated on Tue, 25 Aug 2009 20:12:52 +0200 by phpDocumentor 1.4.1