diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index a0a025f..276d9ef 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +4.9.011 (2010-04-07) + - Vertical alignments for Cell() method were improved (see example n. 57). + 4.9.010 (2010-04-06) - Signature of Cell() method now includes a new parameters for vertical alignment (see example n. 57). - Text() method was extended to include all Cell() parameters. diff --git a/README.TXT b/README.TXT index 2be6c4d..0c17bf7 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 4.9.010 -Release date: 2010-04-06 +Version: 4.9.011 +Release date: 2010-04-07 Author: Nicola Asuni Copyright (c) 2001-2010: @@ -29,32 +29,28 @@ Description: TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org). Main Features: -// * no external libraries are required for the basic functions; -// * 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, including forms; -// * 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, QR-Code; -// * 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 multi-column mode; -// * 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. +// * no external libraries are required for the basic functions; +// * all ISO page formats, custom page formats, custom margins and units of measure; +// * UTF-8 Unicode and Right-To-Left languages; +// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; +// * methods to publish some XHTML code, Javascript and Forms; +// * images, graphic (geometric figures) and transformation methods; +// * supports JPEG 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) +// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code; +// * Grayscale, RGB, CMYK, Spot Colors and Transparencies; +// * automatic page header and footer management; +// * document encryption and digital signature certifications; +// * transactions to UNDO commands; +// * PDF annotations, including links, text and file attachments; +// * text rendering modes (fill, stroke and clipping); +// * multiple columns mode; +// * bookmarks and table of content; +// * text hyphenation; +// * automatic page break, line break and text alignments including justification; +// * automatic page numbering and page groups; +// * move and delete pages; +// * page compression (requires php-zlib extension); + Installation (full instructions on http://www.tcpdf.org): 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 637e205..3407cd3 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -55,7 +55,7 @@

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/QRcode.html b/doc/com-tecnick-tcpdf/QRcode.html index 88ebfc1..96b7210 100644 --- a/doc/com-tecnick-tcpdf/QRcode.html +++ b/doc/com-tecnick-tcpdf/QRcode.html @@ -5548,7 +5548,7 @@ $frame)

- Documentation generated on Tue, 06 Apr 2010 19:44:38 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index 0eb3fa8..b11c5c8 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -80,7 +80,7 @@ Source Location: /tcpdf.php

Version:

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

Class Details

-[line 170]
+[line 160]
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:

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

$AliasNbPages =  '{nb}'

-

[line 511]

+

[line 501]



Tags:

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

$AliasNumPage =  '{pnb}'

-

[line 517]

+

[line 507]



Tags:

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

$annotation_fonts = array()

-

[line 1461]

+

[line 1451]

List of fonts used on form fields (fontname => fontkey).



Tags:

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

$annots_start_obj_id =  200000

-

[line 1370]

+

[line 1360]

Start ID for annotation objects



Tags:

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

$annot_obj_id =  200000

-

[line 1377]

+

[line 1367]

Max ID of annotation object



Tags:

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

$apxo_obj_id =  400000

-

[line 1454]

+

[line 1444]

Current ID of appearance streams XObjects



Tags:

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

$apxo_start_obj_id =  400000

-

[line 1447]

+

[line 1437]

Start ID for appearance streams XObjects



Tags:

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

$author =  ''

-

[line 493]

+

[line 483]



Tags:

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

$AutoPageBreak =

-

[line 451]

+

[line 441]



Tags:

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

$barcode =  false

-

[line 609]

+

[line 599]



Tags:

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

$bgcolor =

-

[line 708]

+

[line 698]



Tags:

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

$bMargin =

-

[line 292]

+

[line 282]



Tags:

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

$booklet =  false

-

[line 1109]

+

[line 1099]

Booklet mode for double-sided pages



Tags:

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

$buffer =

-

[line 196]

+

[line 186]



Tags:

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

$bufferlen =  0

-

[line 1209]

+

[line 1199]

Length of the buffer in bytes.



Tags:

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

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

-

[line 1342]

+

[line 1332]

ByteRange placemark used during signature process.



Tags:

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

$cache_file_length = array()

-

[line 1265]

+

[line 1255]

Array used to store the lengths of cache files



Tags:

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

$cache_maxsize_UTF8StringToArray =  8

-

[line 1293]

+

[line 1283]

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



Tags:

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

$cache_size_UTF8StringToArray =  0

-

[line 1300]

+

[line 1290]

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



Tags:

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

$cache_UTF8StringToArray = array()

-

[line 1286]

+

[line 1276]

Cache array for UTF8StringToArray() method.



Tags:

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

$cell_height_ratio =  K_CELL_HEIGHT_RATIO

-

[line 959]

+

[line 949]

Default cell height ratio.



Tags:

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

$cMargin =

-

[line 299]

+

[line 289]



Tags:

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

$cntmrk = array()

-

[line 996]

+

[line 986]

Array used to store content positions inside the pages buffer.

keys are the page numbers




Tags:

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

$ColorFlag =

-

[line 445]

+

[line 435]



Tags:

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

$columns = array()

-

[line 1510]

+

[line 1500]

Array of column measures (width, space, starting Y position)



Tags:

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

$column_start_page =  0

-

[line 1531]

+

[line 1521]

Starting page for columns



Tags:

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

$compress =

-

[line 214]

+

[line 204]



Tags:

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

$CoreFonts =

-

[line 335]

+

[line 325]



Tags:

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

$creator =  ''

-

[line 505]

+

[line 495]



Tags:

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

$CurOrientation =

-

[line 220]

+

[line 210]



Tags:

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

$CurrentFont =

-

[line 409]

+

[line 399]



Tags:

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

$current_column =  0

-

[line 1524]

+

[line 1514]

Current column number



Tags:

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

$currpagegroup =

-

[line 917]

+

[line 907]

Contains the alias of the current page group



Tags:

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

$curr_annot_obj_id =  200000

-

[line 1384]

+

[line 1374]

Current ID of annotation object



Tags:

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

$customlistindent =  -1

-

[line 1131]

+

[line 1121]



Tags:

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

$default_form_prop = array('lineWidth'=>1, 'borderStyle'=>'solid', 'fillColor'=>array(255, 255, 255),'strokeColor'=>array(128,128,128))

-

[line 1398]

+

[line 1388]

Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry.



Tags:

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

$default_monospaced_font =  'courier'

-

[line 1251]

+

[line 1241]

Default monospaced font



Tags:

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

$default_table_columns =  4

-

[line 651]

+

[line 641]



Tags:

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

$diffs = array()

-

[line 353]

+

[line 343]



Tags:

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

$diskcache =  false

-

[line 1216]

+

[line 1206]

If true enables disk caching.



Tags:

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

$dpi =  72

-

[line 896]

+

[line 886]

Dot Per Inch Document Resolution (do not change)



Tags:

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

$DrawColor =

-

[line 427]

+

[line 417]



Tags:

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

$embeddedfiles = array()

-

[line 1145]

+

[line 1135]



Tags:

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

$embedded_start_obj_id =  100000

-

[line 1363]

+

[line 1353]

Start ID for embedded file objects



Tags:

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

$encoding =  'UTF-8'

-

[line 727]

+

[line 717]



Tags:

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

$encrypted =

-

[line 757]

+

[line 747]

Indicates whether document is protected



Tags:

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

$encryption_key =

-

[line 811]

+

[line 801]

RC4 encryption key



Tags:

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

$enc_obj_id =

-

[line 785]

+

[line 775]

encryption object id



Tags:

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

$endlinex =  0

-

[line 1025]

+

[line 1015]

End position of the latest inserted line



Tags:

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

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

-

[line 1088]

+

[line 1078]

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



Tags:

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

$extgstates =

-

[line 945]

+

[line 935]

Array of transparency objects and parameters.



Tags:

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

$feps =  0.005

-

[line 1116]

+

[line 1106]

Epsilon value used for float calculations



Tags:

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

$fgcolor =

-

[line 672]

+

[line 662]



Tags:

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

$fhPt =

-

[line 244]

+

[line 234]



Tags:

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

$FillColor =

-

[line 433]

+

[line 423]



Tags:

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

$FontAscent =

-

[line 390]

+

[line 380]



Tags:

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

$FontDescent =

-

[line 397]

+

[line 387]



Tags:

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

$FontFamily =

-

[line 377]

+

[line 367]



Tags:

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

$FontFiles = array()

-

[line 347]

+

[line 337]



Tags:

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

$fontkeys = array()

-

[line 1230]

+

[line 1220]

Store the font keys.



Tags:

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

$fontlist = array()

-

[line 666]

+

[line 656]



Tags:

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

$fonts = array()

-

[line 341]

+

[line 331]



Tags:

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

$FontSize =

-

[line 421]

+

[line 411]



Tags:

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

$FontSizePt =

-

[line 415]

+

[line 405]



Tags:

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

$FontStyle =

-

[line 383]

+

[line 373]



Tags:

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

$font_obj_ids = array()

-

[line 1237]

+

[line 1227]

Store the font object IDs.



Tags:

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

$footerlen = array()

-

[line 1011]

+

[line 1001]

Array used to store footer length of each page.



Tags:

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

$footerpos = array()

-

[line 1003]

+

[line 993]

Array used to store footer positions of each page.



Tags:

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

$footer_font =

-

[line 597]

+

[line 587]



Tags:

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

$footer_margin =

-

[line 571]

+

[line 561]



Tags:

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

$form_action =  ''

-

[line 1426]

+

[line 1416]

Current form action (used during XHTML rendering)



Tags:

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

$form_enctype =  'application/x-www-form-urlencoded'

-

[line 1433]

+

[line 1423]

Current form encryption type (used during XHTML rendering)



Tags:

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

$form_mode =  'post'

-

[line 1440]

+

[line 1430]

Current method to submit forms.



Tags:

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

$form_obj_id = array()

-

[line 1391]

+

[line 1381]

List of form annotations IDs



Tags:

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

$fwPt =

-

[line 238]

+

[line 228]



Tags:

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

$gradients = array()

-

[line 980]

+

[line 970]

Array for storing gradient information.



Tags:

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

$h =

-

[line 268]

+

[line 258]



Tags:

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

$header_font =

-

[line 591]

+

[line 581]



Tags:

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

$header_logo =  ''

-

[line 627]

+

[line 617]



Tags:

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

$header_logo_width =  30

-

[line 633]

+

[line 623]



Tags:

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

$header_margin =

-

[line 565]

+

[line 555]



Tags:

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

$header_string =  ''

-

[line 645]

+

[line 635]



Tags:

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

$header_title =  ''

-

[line 639]

+

[line 629]



Tags:

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

$hPt =

-

[line 256]

+

[line 246]



Tags:

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

$HREF = array()

-

[line 660]

+

[line 650]



Tags:

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

$htmlLinkColorArray = array(0, 0, 255)

-

[line 1167]

+

[line 1157]

Default color for html links



Tags:

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

$htmlLinkFontStyle =  'U'

-

[line 1174]

+

[line 1164]

Default font style to add to html links



Tags:

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

$htmlvspace =  0

-

[line 1067]

+

[line 1057]

Count the latest inserted vertical spaces on HTML



Tags:

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

$imagekeys = array()

-

[line 1202]

+

[line 1192]

Store the image keys.



Tags:

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

$images = array()

-

[line 359]

+

[line 349]



Tags:

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

$imgscale =  1

-

[line 541]

+

[line 531]



Tags:

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

$img_rb_x =

-

[line 525]

+

[line 515]



Tags:

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

$img_rb_y =

-

[line 533]

+

[line 523]



Tags:

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

$InFooter =  false

-

[line 463]

+

[line 453]



Tags:

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

$internal_encoding =

-

[line 734]

+

[line 724]



Tags:

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

$inthead =  false

-

[line 1503]

+

[line 1493]

True when we are printing the thead section on a new page



Tags:

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

$intmrk = array()

-

[line 988]

+

[line 978]

Array used to store positions inside the pages buffer.

keys are the page numbers




Tags:

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

$isunicode =  false

-

[line 549]

+

[line 539]



Tags:

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

$javascript =  ''

-

[line 837]

+

[line 827]

javascript code



Tags:

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

$jpeg_quality =

-

[line 952]

+

[line 942]

Set the default JPEG compression quality (1-100)



Tags:

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

$js_objects = array()

-

[line 1405]

+

[line 1395]

Javascript objects array



Tags:

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

$js_obj_id =  300000

-

[line 1419]

+

[line 1409]

Current ID of javascript object



Tags:

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

$js_start_obj_id =  300000

-

[line 1412]

+

[line 1402]

Start ID for javascript objects



Tags:

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

$k =

-

[line 232]

+

[line 222]



Tags:

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

$keywords =  ''

-

[line 499]

+

[line 489]



Tags:

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

$l =

-

[line 603]

+

[line 593]



Tags:

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

$lasth =

-

[line 323]

+

[line 313]



Tags:

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

$last_rc4_key =

-

[line 792]

+

[line 782]

last RC4 key encrypted (cached for optimisation)



Tags:

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

$last_rc4_key_c =

-

[line 799]

+

[line 789]

last RC4 computed key



Tags:

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

$LayoutMode =

-

[line 475]

+

[line 465]



Tags:

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

$linestyleCap =  '0 J'

-

[line 1039]

+

[line 1029]

PDF string for last line width



Tags:

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

$linestyleDash =  '[] 0 d'

-

[line 1053]

+

[line 1043]

PDF string for last line width



Tags:

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

$linestyleJoin =  '0 j'

-

[line 1046]

+

[line 1036]

PDF string for last line width



Tags:

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

$linestyleWidth =  ''

-

[line 1032]

+

[line 1022]

PDF string for last line width



Tags:

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

$linethrough =

-

[line 851]

+

[line 841]

line trough state



Tags:

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

$LineWidth =

-

[line 329]

+

[line 319]



Tags:

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

$links = array()

-

[line 371]

+

[line 361]



Tags:

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

$lispacer =  ''

-

[line 720]

+

[line 710]



Tags:

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

$listcount = array()

-

[line 684]

+

[line 674]



Tags:

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

$listindent =  0

-

[line 696]

+

[line 686]



Tags:

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

$listindentlevel =  0

-

[line 702]

+

[line 692]



Tags:

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

$listnum =  0

-

[line 690]

+

[line 680]



Tags:

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

$listordered = array()

-

[line 678]

+

[line 668]



Tags:

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

$lisymbol =  ''

-

[line 1081]

+

[line 1071]

Symbol used for HTML unordered list items



Tags:

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

$lMargin =

-

[line 274]

+

[line 264]



Tags:

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

$n =

-

[line 184]

+

[line 174]



Tags:

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

$newline =  true

-

[line 1018]

+

[line 1008]

True if a newline is created.



Tags:

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

$newpagegroup = array()

-

[line 903]

+

[line 893]

Array of page numbers were a new page group was started



Tags:

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

$numfonts =  0

-

[line 1223]

+

[line 1213]

Counts the number of fonts.



Tags:

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

$numimages =  0

-

[line 1195]

+

[line 1185]

Counts the number of pages.



Tags:

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

$numpages =  0

-

[line 1181]

+

[line 1171]

Counts the number of pages.



Tags:

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

$num_columns =  0

-

[line 1517]

+

[line 1507]

Number of colums



Tags:

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

$n_js =

-

[line 844]

+

[line 834]

javascript counter



Tags:

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

$n_ocg_print =

-

[line 931]

+

[line 921]

Print visibility.



Tags:

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

$n_ocg_view =

-

[line 938]

+

[line 928]

View visibility.



Tags:

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

$objcopy =

-

[line 1258]

+

[line 1248]

Used to store a cloned copy of the current class object



Tags:

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

$offsets =

-

[line 190]

+

[line 180]



Tags:

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

$oldcMargin =

-

[line 305]

+

[line 295]



Tags:

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

$opencell =  true

-

[line 1138]

+

[line 1128]



Tags:

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

$openMarkedContent =  false

-

[line 1060]

+

[line 1050]

True if marked-content sequence is open



Tags:

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

$original_lMargin =

-

[line 578]

+

[line 568]



Tags:

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

$original_rMargin =

-

[line 585]

+

[line 575]



Tags:

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

$OutlineRoot =

-

[line 827]

+

[line 817]

Outline root for bookmark



Tags:

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

$outlines = array()

-

[line 820]

+

[line 810]

Outlines for bookmark



Tags:

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

$Ovalue =

-

[line 771]

+

[line 761]

O entry in pdf document



Tags:

@@ -4639,7 +4639,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 805]

+

[line 795]

RC4 padding



Tags:

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

$page =

-

[line 178]

+

[line 168]



Tags:

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

$PageAnnots = array()

-

[line 365]

+

[line 355]



Tags:

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

$PageBreakTrigger =

-

[line 457]

+

[line 447]



Tags:

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

$pagedim = array()

-

[line 226]

+

[line 216]



Tags:

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

$pagegroups =

-

[line 910]

+

[line 900]

Contains the number of pages of the groups



Tags:

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

$pagelen = array()

-

[line 1188]

+

[line 1178]

Array containing page lengths in bytes.



Tags:

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

$PageMode =

-

[line 973]

+

[line 963]

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



Tags:

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

$pageopen = array()

-

[line 1244]

+

[line 1234]

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



Tags:

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

$pages = array()

-

[line 202]

+

[line 192]



Tags:

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

$page_obj_id = array()

-

[line 1356]

+

[line 1346]

ID of page objects



Tags:

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

$PDFVersion =  '1.7'

-

[line 556]

+

[line 546]



Tags:

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

$premode =  false

-

[line 1152]

+

[line 1142]



Tags:

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

$print_footer =  true

-

[line 621]

+

[line 611]



Tags:

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

$print_header =  true

-

[line 615]

+

[line 605]



Tags:

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

$Pvalue =

-

[line 778]

+

[line 768]

P entry in pdf document



Tags:

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

$radiobutton_groups = array()

-

[line 1468]

+

[line 1458]

List of radio buttons parent objects.



Tags:

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

$radio_groups = array()

-

[line 1475]

+

[line 1465]

List of radio group objects IDs



Tags:

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

$re_spaces =  '/[\s]/'

-

[line 1328]

+

[line 1318]

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



Tags:

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

$rMargin =

-

[line 286]

+

[line 276]



Tags:

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

$rtl =  false

-

[line 741]

+

[line 731]



Tags:

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

$sign =  false

-

[line 1307]

+

[line 1297]

If true enables document signing



Tags:

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

$signature_data = array()

-

[line 1314]

+

[line 1304]

Signature data



Tags:

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

$signature_max_length =  11742

-

[line 1321]

+

[line 1311]

Signature max length



Tags:

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

$sig_annot_ref =  '***SIGANNREF*** 0 R'

-

[line 1349]

+

[line 1339]

Placemark used during signature process.



Tags:

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

$sig_obj_id =  0

-

[line 1335]

+

[line 1325]

Signature object ID



Tags:

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

$spot_colors = array()

-

[line 1074]

+

[line 1064]

Array of Spot colors



Tags:

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

$start_transaction_page =  0

-

[line 1489]

+

[line 1479]

Store page number when startTransaction() is called.



Tags:

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

$start_transaction_y =  0

-

[line 1496]

+

[line 1486]

Store Y position when startTransaction() is called.



Tags:

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

$state =

-

[line 208]

+

[line 198]



Tags:

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

$strokecolor =

-

[line 1552]

+

[line 1542]



Tags:

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

$subject =  ''

-

[line 487]

+

[line 477]



Tags:

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

$tagvspaces = array()

-

[line 1123]

+

[line 1113]

Array used for custom vertical spaces for HTML tags



Tags:

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

$tempfontsize =  10

-

[line 714]

+

[line 704]



Tags:

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

$TextColor =

-

[line 439]

+

[line 429]



Tags:

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

$textindent =  0

-

[line 1482]

+

[line 1472]

Text indentation value (used for text-indent CSS attribute)



Tags:

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

$textrendermode =  0

-

[line 1538]

+

[line 1528]

Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.



Tags:

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

$textstrokewidth =  0

-

[line 1545]

+

[line 1535]

Text stroke width in doc units



Tags:

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

$thead =  ''

-

[line 1272]

+

[line 1262]

Table header content to be repeated on each new page



Tags:

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

$theadMargins = array()

-

[line 1279]

+

[line 1269]

Margins used for table header.



Tags:

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

$title =  ''

-

[line 481]

+

[line 471]



Tags:

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

$tMargin =

-

[line 280]

+

[line 270]



Tags:

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

$tmprtl =  false

-

[line 748]

+

[line 738]



Tags:

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

$transfmatrix = array()

-

[line 1095]

+

[line 1085]

Array of transformation matrix



Tags:

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

$transfmatrix_key =  0

-

[line 1102]

+

[line 1092]

Current key for transformation matrix



Tags:

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

$transfmrk = array()

-

[line 1160]

+

[line 1150]

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

keys are the page numbers




Tags:

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

$underline =

-

[line 403]

+

[line 393]



Tags:

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

$ur =

-

[line 861]

+

[line 851]

If true enables user's rights on PDF reader



Tags:

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

$ur_annots =

-

[line 875]

+

[line 865]

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



Tags:

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

$ur_document =

-

[line 868]

+

[line 858]

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



Tags:

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

$ur_form =

-

[line 882]

+

[line 872]

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



Tags:

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

$ur_signature =

-

[line 889]

+

[line 879]

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



Tags:

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

$Uvalue =

-

[line 764]

+

[line 754]

U entry in pdf document



Tags:

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

$viewer_preferences =

-

[line 966]

+

[line 956]

PDF viewer preferences.



Tags:

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

$visibility =  'all'

-

[line 924]

+

[line 914]

Restrict the rendering of some elements to screen or printout.



Tags:

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

$w =

-

[line 262]

+

[line 252]



Tags:

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

$wPt =

-

[line 250]

+

[line 240]



Tags:

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

$x =

-

[line 311]

+

[line 301]



Tags:

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

$y =

-

[line 317]

+

[line 307]



Tags:

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

$ZoomMode =

-

[line 469]

+

[line 459]



Tags:

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

constructor __construct [line 1572]

+

constructor __construct [line 1562]

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

destructor __destruct [line 1699]

+

destructor __destruct [line 1689]

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

method AcceptPageBreak [line 3764]

+

method AcceptPageBreak [line 3754]

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

method addExtGState [line 11823]

+

method addExtGState [line 11869]

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

method AddFont [line 3272]

+

method AddFont [line 3262]

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

method addHtmlLink [line 8175]

+

method addHtmlLink [line 8221]

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

method addHTMLVertSpace [line 16000]

+

method addHTMLVertSpace [line 16046]

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

method addJavascriptObject [line 10443]

+

method addJavascriptObject [line 10489]

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

method AddLink [line 3568]

+

method AddLink [line 3558]

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

method AddPage [line 2459]

+

method AddPage [line 2449]

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

method AddSpotColor [line 2891]

+

method AddSpotColor [line 2881]

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

method addTOC [line 17019]

+

method addTOC [line 17065]

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

method AliasNbPages [line 11631]

+

method AliasNbPages [line 11677]

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

method AliasNumPage [line 11658]

+

method AliasNumPage [line 11704]

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

method Annotation [line 3624]

+

method Annotation [line 3614]

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

method Arrow [line 9668]

+

method Arrow [line 9714]

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

method arrUTF8ToUTF16BE [line 8072]

+

method arrUTF8ToUTF16BE [line 8118]

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

method Bookmark [line 10329]

+

method Bookmark [line 10375]

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

method Button [line 11337]

+

method Button [line 11383]

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

method Cell [line 3841]

+

method Cell [line 3831]

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

method CheckBox [line 11267]

+

method CheckBox [line 11313]

@@ -7458,7 +7458,7 @@ $valign = 'M'])
string   $calign  cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • A : font top
  • L : font baseline
  • D : font bottom
  • B : cell bottom
cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • C : center
  • B : cell bottom
  • A : font top
  • L : font baseline
  • D : font bottom
string  
@@ -7561,7 +7561,7 @@ $js = false])
-

method checkPageBreak [line 3791]

+

method checkPageBreak [line 3781]

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

method Circle [line 9302]

+

method Circle [line 9348]

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

method Clip [line 12278]

+

method Clip [line 12324]

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

method Close [line 2352]

+

method Close [line 2342]

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

method closeHTMLTagHandler [line 15610]

+

method closeHTMLTagHandler [line 15656]

@@ -7871,7 +7871,7 @@ $minstartliney)
-

method colorRegistrationBar [line 11959]

+

method colorRegistrationBar [line 12005]

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

method ComboBox [line 11206]

+

method ComboBox [line 11252]

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

method commitTransaction [line 17178]

+

method commitTransaction [line 17224]

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

method convertHTMLColorToDec [line 8208]

+

method convertHTMLColorToDec [line 8254]

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

method CoonsPatchMesh [line 12198]

+

method CoonsPatchMesh [line 12244]

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

method cropMark [line 12057]

+

method cropMark [line 12103]

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

method Curve [line 9077]

+

method Curve [line 9123]

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

method deletePage [line 16877]

+

method deletePage [line 16923]

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

method Ellipse [line 9198]

+

method Ellipse [line 9244]

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

method empty_string [line 17232]

+

method empty_string [line 17278]

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

method endPage [line 2478]

+

method endPage [line 2468]

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

method Error [line 2324]

+

method Error [line 2314]

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

method Footer [line 2719]

+

method Footer [line 2709]

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

method formatPageNumber [line 11735]

+

method formatPageNumber [line 11781]

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

method formatTOCPageNumber [line 11747]

+

method formatTOCPageNumber [line 11793]

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

method GetAbsX [line 5571]

+

method GetAbsX [line 5617]

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

method getAliasNbPages [line 11643]

+

method getAliasNbPages [line 11689]

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

method getAliasNumPage [line 11671]

+

method getAliasNumPage [line 11717]

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

method getAnnotOptFromJSProp [line 10574]

+

method getAnnotOptFromJSProp [line 10620]

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

method GetArrStringWidth [line 3175]

+

method GetArrStringWidth [line 3165]

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

method getBarcode [line 12777]

+

method getBarcode [line 12823]

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

method getBorderMode [line 4406]

+

method getBorderMode [line 4452]

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

method getBreakMargin [line 2049]

+

method getBreakMargin [line 2039]

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

method getBuffer [line 16563]

+

method getBuffer [line 16609]

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

method getCellCode [line 3896]

+

method getCellCode [line 3886]

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

method getCellHeightRatio [line 11919]

+

method getCellHeightRatio [line 11965]

@@ -9216,7 +9216,7 @@ $valign = 'M'])
string   $calign  cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • A : font top
  • L : font baseline
  • D : font bottom
  • B : cell bottom
cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • C : center
  • B : cell bottom
  • A : font top
  • L : font baseline
  • D : font bottom
string  
@@ -9257,7 +9257,7 @@ $valign = 'M'])
-

method GetCharWidth [line 3211]

+

method GetCharWidth [line 3201]

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

method getFontAscent [line 3539]

+

method getFontAscent [line 3529]

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

method getFontBuffer [line 16723]

+

method getFontBuffer [line 16769]

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

method getFontDescent [line 3518]

+

method getFontDescent [line 3508]

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

method getFontFamily [line 13263]

+

method getFontFamily [line 13309]

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

method getFontSize [line 13243]

+

method getFontSize [line 13289]

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

method getFontSizePt [line 13253]

+

method getFontSizePt [line 13299]

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

method getFontsList [line 3250]

+

method getFontsList [line 3240]

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

method getFontStyle [line 13273]

+

method getFontStyle [line 13319]

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

method getFooterFont [line 8133]

+

method getFooterFont [line 8179]

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

method getFooterMargin [line 2633]

+

method getFooterMargin [line 2623]

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

method getFormDefaultProp [line 10949]

+

method getFormDefaultProp [line 10995]

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

method getGDgamma [line 5511]

+

method getGDgamma [line 5557]

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

method getGraphicVars [line 16427]

+

method getGraphicVars [line 16473]

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

method getGroupPageNo [line 11684]

+

method getGroupPageNo [line 11730]

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

method getGroupPageNoFormatted [line 11694]

+

method getGroupPageNoFormatted [line 11740]

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

method getHeaderData [line 2588]

+

method getHeaderData [line 2578]

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

method getHeaderFont [line 8113]

+

method getHeaderFont [line 8159]

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

method getHeaderMargin [line 2613]

+

method getHeaderMargin [line 2603]

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

method getHtmlDomArray [line 13309]

+

method getHtmlDomArray [line 13355]

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

method getHTMLUnitToUnits [line 16146]

+

method getHTMLUnitToUnits [line 16192]

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

method getImageBuffer [line 16665]

+

method getImageBuffer [line 16711]

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

method getImageFileType [line 4976]

+

method getImageFileType [line 5022]

@@ -10099,7 +10099,7 @@ $imgfile)
-

method getImageRBX [line 2659]

+

method getImageRBX [line 2649]

@@ -10124,7 +10124,7 @@ $imgfile)
-

method getImageRBY [line 2668]

+

method getImageRBY [line 2658]

@@ -10149,7 +10149,7 @@ $imgfile)
-

method getImageScale [line 1988]

+

method getImageScale [line 1978]

@@ -10183,7 +10183,7 @@ $imgfile)
-

method getLastH [line 1966]

+

method getLastH [line 1956]

@@ -10214,7 +10214,7 @@ $imgfile)
-

method GetLineWidth [line 8791]

+

method GetLineWidth [line 8837]

@@ -10248,7 +10248,7 @@ $imgfile)
-

method getMargins [line 13206]

+

method getMargins [line 13252]

@@ -10279,7 +10279,7 @@ $imgfile)
-

method GetNumChars [line 3238]

+

method GetNumChars [line 3228]

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

method getNumLines [line 4494]

+

method getNumLines [line 4540]

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

method getNumPages [line 2445]

+

method getNumPages [line 2435]

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

method getObjFilename [line 16495]

+

method getObjFilename [line 16541]

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

method getOriginalMargins [line 13229]

+

method getOriginalMargins [line 13275]

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

method getPage [line 2433]

+

method getPage [line 2423]

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

method getPageBuffer [line 16606]

+

method getPageBuffer [line 16652]

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

method getPageDimensions [line 2001]

+

method getPageDimensions [line 1991]

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

method getPageGroupAlias [line 11706]

+

method getPageGroupAlias [line 11752]

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

method getPageHeight [line 2033]

+

method getPageHeight [line 2023]

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

method getPageNumGroupAlias [line 11721]

+

method getPageNumGroupAlias [line 11767]

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

method getPageWidth [line 2017]

+

method getPageWidth [line 2007]

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

method getPDFData [line 8156]

+

method getPDFData [line 8202]

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

method getRemainingWidth [line 4878]

+

method getRemainingWidth [line 4924]

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

method getRTL [line 1901]

+

method getRTL [line 1891]

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

method getScaleFactor [line 2063]

+

method getScaleFactor [line 2053]

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

method getSpaceString [line 13847]

+

method getSpaceString [line 13893]

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

method GetStringWidth [line 3159]

+

method GetStringWidth [line 3149]

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

method GetX [line 5555]

+

method GetX [line 5601]

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

method GetY [line 5582]

+

method GetY [line 5628]

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

method get_mqr [line 5271]

+

method get_mqr [line 5317]

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

method Gradient [line 12301]

+

method Gradient [line 12347]

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

method Header [line 2677]

+

method Header [line 2667]

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

method Image [line 5019]

+

method Image [line 5065]

@@ -11288,7 +11288,7 @@ $hidden = false])
-

method ImageEps [line 12488]

+

method ImageEps [line 12534]

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

method ImagePngAlpha [line 5467]

+

method ImagePngAlpha [line 5513]

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

method IncludeJS [line 10430]

+

method IncludeJS [line 10476]

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

method intToRoman [line 16220]

+

method intToRoman [line 16266]

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

method isRTLTextDir [line 1945]

+

method isRTLTextDir [line 1935]

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

method lastPage [line 2422]

+

method lastPage [line 2412]

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

method Line [line 8944]

+

method Line [line 8990]

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

method LinearGradient [line 12158]

+

method LinearGradient [line 12204]

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

method Link [line 3607]

+

method Link [line 3597]

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

method ListBox [line 11146]

+

method ListBox [line 11192]

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

method Ln [line 5524]

+

method Ln [line 5570]

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

method MirrorH [line 8563]

+

method MirrorH [line 8609]

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

method MirrorL [line 8599]

+

method MirrorL [line 8645]

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

method MirrorP [line 8586]

+

method MirrorP [line 8632]

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

method MirrorV [line 8574]

+

method MirrorV [line 8620]

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

method movePage [line 16740]

+

method movePage [line 16786]

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

method MultiCell [line 4247]

+

method MultiCell [line 4293]

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

method objclone [line 17221]

+

method objclone [line 17267]

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

method Open [line 2339]

+

method Open [line 2329]

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

method openHTMLTagHandler [line 15010]

+

method openHTMLTagHandler [line 15056]

@@ -12496,7 +12496,7 @@ $maxbottomliney)
-

method Output [line 5674]

+

method Output [line 5720]

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

method PageNo [line 2875]

+

method PageNo [line 2865]

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

method PageNoFormatted [line 11757]

+

method PageNoFormatted [line 11803]

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

method PieSector [line 12410]

+

method PieSector [line 12456]

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

method pixelsToUnits [line 8265]

+

method pixelsToUnits [line 8311]

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

method Polycurve [line 9134]

+

method Polycurve [line 9180]

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

method Polygon [line 9354]

+

method Polygon [line 9400]

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

method PolyLine [line 9328]

+

method PolyLine [line 9374]

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

method putHtmlListBullet [line 16285]

+

method putHtmlListBullet [line 16331]

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

method RadialGradient [line 12176]

+

method RadialGradient [line 12222]

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

method RadioButton [line 11058]

+

method RadioButton [line 11104]

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

method readDiskCache [line 16535]

+

method readDiskCache [line 16581]

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

method Rect [line 8979]

+

method Rect [line 9025]

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

method registrationMark [line 12127]

+

method registrationMark [line 12173]

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

method RegularPolygon [line 9479]

+

method RegularPolygon [line 9525]

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

method removeSHY [line 3859]

+

method removeSHY [line 3849]

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

method revstrpos [line 17245]

+

method revstrpos [line 17291]

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

method rfread [line 5437]

+

method rfread [line 5483]

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

method rollbackTransaction [line 17192]

+

method rollbackTransaction [line 17238]

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

method Rotate [line 8658]

+

method Rotate [line 8704]

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

method RoundedRect [line 9583]

+

method RoundedRect [line 9629]

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

method Scale [line 8528]

+

method Scale [line 8574]

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

method ScaleX [line 8488]

+

method ScaleX [line 8534]

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

method ScaleXY [line 8514]

+

method ScaleXY [line 8560]

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

method ScaleY [line 8501]

+

method ScaleY [line 8547]

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

method selectColumn [line 17307]

+

method selectColumn [line 17353]

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

method serializeTCPDFtagParameters [line 17354]

+

method serializeTCPDFtagParameters [line 17400]

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

method setAlpha [line 11876]

+

method setAlpha [line 11922]

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

method SetAuthor [line 2288]

+

method SetAuthor [line 2278]

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

method SetAutoPageBreak [line 2155]

+

method SetAutoPageBreak [line 2145]

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

method setBarcode [line 12767]

+

method setBarcode [line 12813]

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

method SetBooklet [line 16060]

+

method SetBooklet [line 16106]

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

method setBuffer [line 16545]

+

method setBuffer [line 16591]

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

method setCellHeightRatio [line 11910]

+

method setCellHeightRatio [line 11956]

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

method SetCellPadding [line 2143]

+

method SetCellPadding [line 2133]

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

method setColumnsArray [line 17294]

+

method setColumnsArray [line 17340]

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

method SetCompression [line 2248]

+

method SetCompression [line 2238]

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

method setContentMark [line 2555]

+

method setContentMark [line 2545]

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

method SetCreator [line 2312]

+

method SetCreator [line 2302]

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

method SetDefaultMonospacedFont [line 3557]

+

method SetDefaultMonospacedFont [line 3547]

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

method setDefaultTableColumns [line 11900]

+

method setDefaultTableColumns [line 11946]

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

method SetDisplayMode [line 2170]

+

method SetDisplayMode [line 2160]

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

method SetDrawColor [line 2930]

+

method SetDrawColor [line 2920]

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

method SetDrawColorArray [line 2907]

+

method SetDrawColorArray [line 2897]

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

method SetDrawSpotColor [line 2971]

+

method SetDrawSpotColor [line 2961]

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

method setEqualColumns [line 17262]

+

method setEqualColumns [line 17308]

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

method setExtGState [line 11842]

+

method setExtGState [line 11888]

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

method SetFillColor [line 3013]

+

method SetFillColor [line 3003]

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

method SetFillColorArray [line 2990]

+

method SetFillColorArray [line 2980]

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

method SetFillSpotColor [line 3055]

+

method SetFillSpotColor [line 3045]

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

method SetFont [line 3470]

+

method SetFont [line 3460]

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

method setFontBuffer [line 16681]

+

method setFontBuffer [line 16727]

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

method SetFontSize [line 3490]

+

method SetFontSize [line 3480]

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

method setFontSubBuffer [line 16703]

+

method setFontSubBuffer [line 16749]

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

method setFooter [line 2790]

+

method setFooter [line 2780]

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

method setFooterFont [line 8123]

+

method setFooterFont [line 8169]

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

method setFooterMargin [line 2623]

+

method setFooterMargin [line 2613]

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

method setFormDefaultProp [line 10938]

+

method setFormDefaultProp [line 10984]

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

method setGraphicVars [line 16460]

+

method setGraphicVars [line 16506]

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

method setHeader [line 2754]

+

method setHeader [line 2744]

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

method setHeaderData [line 2574]

+

method setHeaderData [line 2564]

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

method setHeaderFont [line 8103]

+

method setHeaderFont [line 8149]

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

method setHeaderMargin [line 2603]

+

method setHeaderMargin [line 2593]

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

method setHtmlLinksStyle [line 16131]

+

method setHtmlLinksStyle [line 16177]

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

method setHtmlVSpace [line 16100]

+

method setHtmlVSpace [line 16146]

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

method setImageBuffer [line 16622]

+

method setImageBuffer [line 16668]

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

method setImageScale [line 1977]

+

method setImageScale [line 1967]

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

method setImageSubBuffer [line 16645]

+

method setImageSubBuffer [line 16691]

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

method setJPEGQuality [line 11887]

+

method setJPEGQuality [line 11933]

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

method SetKeywords [line 2300]

+

method SetKeywords [line 2290]

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

method setLanguageArray [line 8143]

+

method setLanguageArray [line 8189]

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

method setLastH [line 1956]

+

method setLastH [line 1946]

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

method SetLeftMargin [line 2099]

+

method SetLeftMargin [line 2089]

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

method SetLineStyle [line 8816]

+

method SetLineStyle [line 8862]

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

method SetLineWidth [line 8775]

+

method SetLineWidth [line 8821]

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

method SetLink [line 3584]

+

method SetLink [line 3574]

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

method setListIndentWidth [line 16110]

+

method setListIndentWidth [line 16156]

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

method setLIsymbol [line 16021]

+

method setLIsymbol [line 16067]

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

method SetMargins [line 2077]

+

method SetMargins [line 2067]

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

method setOpenCell [line 16120]

+

method setOpenCell [line 16166]

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

method setPage [line 2375]

+

method setPage [line 2365]

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

method setPageBuffer [line 16579]

+

method setPageBuffer [line 16625]

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

method setPageFormat [line 1756]

+

method setPageFormat [line 1746]

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

method setPageMark [line 2543]

+

method setPageMark [line 2533]

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

method setPageOrientation [line 1829]

+

method setPageOrientation [line 1819]

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

method setPageUnit [line 1714]

+

method setPageUnit [line 1704]

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

method setPDFVersion [line 11929]

+

method setPDFVersion [line 11975]

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

method setPrintFooter [line 2650]

+

method setPrintFooter [line 2640]

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

method setPrintHeader [line 2641]

+

method setPrintHeader [line 2631]

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

method SetProtection [line 8428]

+

method SetProtection [line 8474]

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

method SetRightMargin [line 2129]

+

method SetRightMargin [line 2119]

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

method setRTL [line 1885]

+

method setRTL [line 1875]

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

method setSignature [line 11588]

+

method setSignature [line 11634]

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

method setSpacesRE [line 1870]

+

method setSpacesRE [line 1860]

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

method SetSubject [line 2276]

+

method SetSubject [line 2266]

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

method setTableHeader [line 2836]

+

method setTableHeader [line 2826]

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

method setTempRTL [line 1911]

+

method setTempRTL [line 1901]

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

method SetTextColor [line 3097]

+

method SetTextColor [line 3087]

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

method SetTextColorArray [line 3074]

+

method SetTextColorArray [line 3064]

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

method setTextRenderingMode [line 17366]

+

method setTextRenderingMode [line 17412]

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

method SetTextSpotColor [line 3136]

+

method SetTextSpotColor [line 3126]

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

method SetTitle [line 2264]

+

method SetTitle [line 2254]

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

method SetTopMargin [line 2114]

+

method SetTopMargin [line 2104]

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

method setUserRights [line 11558]

+

method setUserRights [line 11604]

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

method setViewerPreferences [line 11942]

+

method setViewerPreferences [line 11988]

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

method setVisibility [line 11787]

+

method setVisibility [line 11833]

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

method SetX [line 5595]

+

method SetX [line 5641]

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

method SetXY [line 5658]

+

method SetXY [line 5704]

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

method SetY [line 5627]

+

method SetY [line 5673]

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

method set_mqr [line 5256]

+

method set_mqr [line 5302]

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

method Skew [line 8718]

+

method Skew [line 8764]

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

method SkewX [line 8691]

+

method SkewX [line 8737]

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

method SkewY [line 8704]

+

method SkewY [line 8750]

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

method StarPolygon [line 9534]

+

method StarPolygon [line 9580]

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

method startPage [line 2502]

+

method startPage [line 2492]

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

method startPageGroup [line 11616]

+

method startPageGroup [line 11662]

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

method startTransaction [line 17161]

+

method startTransaction [line 17207]

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

method StartTransform [line 8456]

+

method StartTransform [line 8502]

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

method StopTransform [line 8471]

+

method StopTransform [line 8517]

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

method swapMargins [line 16076]

+

method swapMargins [line 16122]

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

method Text [line 3744]

+

method Text [line 3734]

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

method TextField [line 10967]

+

method TextField [line 11013]

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

method Transform [line 8751]

+

method Transform [line 8797]

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

method Translate [line 8634]

+

method Translate [line 8680]

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

method TranslateX [line 8611]

+

method TranslateX [line 8657]

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

method TranslateY [line 8622]

+

method TranslateY [line 8668]

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

method unhtmlentities [line 8276]

+

method unhtmlentities [line 8322]

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

method UniArrSubString [line 4917]

+

method UniArrSubString [line 4963]

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

method unichr [line 4950]

+

method unichr [line 4996]

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

method UTF8ArrayToUniArray [line 4938]

+

method UTF8ArrayToUniArray [line 4984]

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

method UTF8ArrSubString [line 4894]

+

method UTF8ArrSubString [line 4940]

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

method UTF8ArrToLatin1 [line 8013]

+

method UTF8ArrToLatin1 [line 8059]

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

method utf8Bidi [line 9758]

+

method utf8Bidi [line 9804]

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

method utf8StrArrRev [line 9744]

+

method utf8StrArrRev [line 9790]

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

method UTF8StringToArray [line 7876]

+

method UTF8StringToArray [line 7922]

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

method utf8StrRev [line 9729]

+

method utf8StrRev [line 9775]

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

method UTF8ToLatin1 [line 7983]

+

method UTF8ToLatin1 [line 8029]

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

method UTF8ToUTF16BE [line 7967]

+

method UTF8ToUTF16BE [line 8013]

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

method Write [line 4538]

+

method Write [line 4584]

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

method write1DBarcode [line 12796]

+

method write1DBarcode [line 12842]

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

method write2DBarcode [line 13053]

+

method write2DBarcode [line 13099]

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

method writeBarcode [line 13003]

+

method writeBarcode [line 13049]

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

method writeDiskCache [line 16507]

+

method writeDiskCache [line 16553]

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

method writeHTML [line 13867]

+

method writeHTML [line 13913]

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

method writeHTMLCell [line 13297]

+

method writeHTMLCell [line 13343]

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

method _addfield [line 10539]

+

method _addfield [line 10585]

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

method _beginpage [line 7587]

+

method _beginpage [line 7633]

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

method _dataannobjstring [line 7736]

+

method _dataannobjstring [line 7782]

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

method _datastring [line 7723]

+

method _datastring [line 7769]

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

method _datestring [line 7749]

+

method _datestring [line 7795]

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

method _destroy [line 5830]

+

method _destroy [line 5876]

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

method _dochecks [line 5858]

+

method _dochecks [line 5904]

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

method _dolinethrough [line 7662]

+

method _dolinethrough [line 7708]

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

method _dolinethroughw [line 7689]

+

method _dolinethroughw [line 7735]

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

method _dounderline [line 7650]

+

method _dounderline [line 7696]

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

method _dounderlinew [line 7675]

+

method _dounderlinew [line 7721]

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

method _enddoc [line 7470]

+

method _enddoc [line 7516]

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

method _endpage [line 7626]

+

method _endpage [line 7672]

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

method _escape [line 7712]

+

method _escape [line 7758]

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

method _escapetext [line 7788]

+

method _escapetext [line 7834]

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

method _freadint [line 7701]

+

method _freadint [line 7747]

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

method _generateencryptionkey [line 8396]

+

method _generateencryptionkey [line 8442]

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

method _getfontpath [line 5874]

+

method _getfontpath [line 5920]

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

method _JScolor [line 10515]

+

method _JScolor [line 10561]

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

method _md5_16 [line 8357]

+

method _md5_16 [line 8403]

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

method _newobj [line 7636]

+

method _newobj [line 7682]

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

method _objectkey [line 8289]

+

method _objectkey [line 8335]

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

method _out [line 7824]

+

method _out [line 7870]

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

method _outarc [line 12390]

+

method _outarc [line 12436]

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

method _outCurve [line 8924]

+

method _outCurve [line 8970]

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

method _outLine [line 8888]

+

method _outLine [line 8934]

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

method _outPoint [line 8874]

+

method _outPoint [line 8920]

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

method _outRect [line 8905]

+

method _outRect [line 8951]

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

method _Ovalue [line 8370]

+

method _Ovalue [line 8416]

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

method _parsejpeg [line 5306]

+

method _parsejpeg [line 5352]

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

method _parsepng [line 5332]

+

method _parsepng [line 5378]

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

method _putannotsobjs [line 6057]

+

method _putannotsobjs [line 6103]

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

method _putannotsrefs [line 6026]

+

method _putannotsrefs [line 6072]

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

method _putAPXObject [line 6672]

+

method _putAPXObject [line 6718]

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

method _putbookmarks [line 10357]

+

method _putbookmarks [line 10403]

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

method _putcatalog [line 7295]

+

method _putcatalog [line 7341]

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

method _putcidfont0 [line 7029]

+

method _putcidfont0 [line 7075]

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

method _putEmbeddedFiles [line 3704]

+

method _putEmbeddedFiles [line 3694]

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

method _putencryption [line 8298]

+

method _putencryption [line 8344]

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

method _putextgstates [line 11852]

+

method _putextgstates [line 11898]

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

method _putfonts [line 6700]

+

method _putfonts [line 6746]

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

method _putfontwidths [line 6838]

+

method _putfontwidths [line 6884]

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

method _putheader [line 7462]

+

method _putheader [line 7508]

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

method _putimages [line 7097]

+

method _putimages [line 7143]

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

method _putinfo [line 7255]

+

method _putinfo [line 7301]

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

method _putjavascript [line 10455]

+

method _putjavascript [line 10501]

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

method _putocg [line 11766]

+

method _putocg [line 11812]

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

method _putpages [line 5885]

+

method _putpages [line 5931]

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

method _putresourcedict [line 7180]

+

method _putresourcedict [line 7226]

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

method _putresources [line 7221]

+

method _putresources [line 7267]

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

method _putshaders [line 12336]

+

method _putshaders [line 12382]

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

method _putsignature [line 11487]

+

method _putsignature [line 11533]

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

method _putspotcolors [line 7152]

+

method _putspotcolors [line 7198]

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

method _putstream [line 7806]

+

method _putstream [line 7852]

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

method _puttrailer [line 7448]

+

method _puttrailer [line 7494]

diff --git a/examples/example_057.php b/examples/example_057.php index 389f6f6..f0895ee 100644 --- a/examples/example_057.php +++ b/examples/example_057.php @@ -2,7 +2,7 @@ //============================================================+ // File name : example_057.php // Begin : 2010-04-03 -// Last Update : 2010-04-06 +// Last Update : 2010-04-07 // // Description : Example 057 for TCPDF class // Cell vertical alignments @@ -70,32 +70,53 @@ $pdf->setLanguageArray($l); // --------------------------------------------------------- // set font -$pdf->SetFont('helvetica', '', 14); +$pdf->SetFont('helvetica', '', 11); // add a page $pdf->AddPage(); +$pdf->SetLineWidth(0.7); + $pdf->setCellHeightRatio(3); -$pdf->SetXY(17, 50); +$pdf->SetXY(15, 50); -$pdf->Cell(35, 0, 'Cell Top', 1, $ln=0, 'C', 0, '', 0, false, 'T'); -$pdf->Cell(35, 0, 'Font Top', 1, $ln=0, 'C', 0, '', 0, false, 'A'); -$pdf->Cell(35, 0, 'Font Baseline', 1, $ln=0, 'C', 0, '', 0, false, 'L'); -$pdf->Cell(35, 0, 'Font Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'D'); -$pdf->Cell(35, 0, 'Cell Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'B'); +// text on center +$pdf->Cell(30, 0, 'Top-Center', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'C'); +$pdf->Cell(30, 0, 'Center-Center', 1, $ln=0, 'C', 0, '', 0, false, 'C', 'C'); +$pdf->Cell(30, 0, 'Bottom-Center', 1, $ln=0, 'C', 0, '', 0, false, 'B', 'C'); +$pdf->Cell(30, 0, 'Ascent-Center', 1, $ln=0, 'C', 0, '', 0, false, 'A', 'C'); +$pdf->Cell(30, 0, 'Baseline-Center', 1, $ln=0, 'C', 0, '', 0, false, 'L', 'C'); +$pdf->Cell(30, 0, 'Descent-Center', 1, $ln=0, 'C', 0, '', 0, false, 'D', 'C'); +$pdf->SetXY(15, 80); -$pdf->SetXY(30, 70); - -$pdf->Cell(50, 0, 'Text Top', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'T'); -$pdf->Cell(50, 0, 'Text Center', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'M'); -$pdf->Cell(50, 0, 'Text Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'B'); +// text on top +$pdf->Cell(30, 0, 'Top-Top', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'T'); +$pdf->Cell(30, 0, 'Center-Top', 1, $ln=0, 'C', 0, '', 0, false, 'C', 'T'); +$pdf->Cell(30, 0, 'Bottom-Top', 1, $ln=0, 'C', 0, '', 0, false, 'B', 'T'); +$pdf->Cell(30, 0, 'Ascent-Top', 1, $ln=0, 'C', 0, '', 0, false, 'A', 'T'); +$pdf->Cell(30, 0, 'Baseline-Top', 1, $ln=0, 'C', 0, '', 0, false, 'L', 'T'); +$pdf->Cell(30, 0, 'Descent-Top', 1, $ln=0, 'C', 0, '', 0, false, 'D', 'T'); +$pdf->SetXY(15, 110); + +// text on bottom +$pdf->Cell(30, 0, 'Top-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'B'); +$pdf->Cell(30, 0, 'Center-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'C', 'B'); +$pdf->Cell(30, 0, 'Bottom-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'B', 'B'); +$pdf->Cell(30, 0, 'Ascent-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'A', 'B'); +$pdf->Cell(30, 0, 'Baseline-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'L', 'B'); +$pdf->Cell(30, 0, 'Descent-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'D', 'B'); + + +// draw some reference lines $linestyle = array('width' => 0.1, 'cap' => 'butt', 'join' => 'miter', 'dash' => '', 'phase' => 0, 'color' => array(255, 0, 0)); $pdf->Line(15, 50, 195, 50, $linestyle); +$pdf->Line(15, 80, 195, 80, $linestyle); +$pdf->Line(15, 110, 195, 110, $linestyle); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tcpdf.php b/tcpdf.php index f619020..3c176bc 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -2,9 +2,9 @@ //============================================================+ // File name : tcpdf.php // Begin : 2002-08-03 -// Last Update : 2010-04-06 +// Last Update : 2010-04-07 // Author : Nicola Asuni - info@tecnick.com - http://www.tcpdf.org -// Version : 4.9.010 +// Version : 4.9.011 // License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html) // ---------------------------------------------------------------------------- // Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l. @@ -35,31 +35,26 @@ // // Main features: // * 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, including forms; -// * 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, QR-Code; -// * 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 multi-column mode; -// * 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. +// * all ISO page formats, custom page formats, custom margins and units of measure; +// * UTF-8 Unicode and Right-To-Left languages; +// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; +// * methods to publish some XHTML code, Javascript and Forms; +// * images, graphic (geometric figures) and transformation methods; +// * supports JPEG 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) +// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code; +// * Grayscale, RGB, CMYK, Spot Colors and Transparencies; +// * automatic page header and footer management; +// * document encryption and digital signature certifications; +// * transactions to UNDO commands; +// * PDF annotations, including links, text and file attachments; +// * text rendering modes (fill, stroke and clipping); +// * multiple columns mode; +// * bookmarks and table of content; +// * text hyphenation; +// * automatic page break, line break and text alignments including justification; +// * automatic page numbering and page groups; +// * move and delete pages; +// * page compression (requires php-zlib extension); // // ----------------------------------------------------------- // THANKS TO: @@ -97,32 +92,27 @@ * 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.
*

TCPDF main features are:

*
    -*
  • 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, including forms;
  • -*
  • 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 multi-column mode;
  • -*
  • 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.
  • + *
  • no external libraries are required for the basic functions;
  • + *
  • all ISO page formats, custom page formats, custom margins and units of measure;
  • + *
  • UTF-8 Unicode and Right-To-Left languages;
  • + *
  • TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
  • + *
  • methods to publish some XHTML code, Javascript and Forms;
  • + *
  • images, graphic (geometric figures) and transformation methods; + *
  • supports JPEG 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)
  • + *
  • 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;
  • + *
  • Grayscale, RGB, CMYK, Spot Colors and Transparencies;
  • + *
  • automatic page header and footer management;
  • + *
  • document encryption and digital signature certifications;
  • + *
  • transactions to UNDO commands;
  • + *
  • PDF annotations, including links, text and file attachments;
  • + *
  • text rendering modes (fill, stroke and clipping);
  • + *
  • multiple columns mode;
  • + *
  • bookmarks and table of content;
  • + *
  • text hyphenation;
  • + *
  • automatic page break, line break and text alignments including justification;
  • + *
  • automatic page numbering and page groups;
  • + *
  • move and delete pages;
  • + *
  • page compression (requires php-zlib extension);
  • *
* Tools to encode your unicode fonts are on fonts/utils directory.

* @package com.tecnick.tcpdf @@ -131,7 +121,7 @@ * @copyright 2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL - * @version 4.9.010 + * @version 4.9.011 */ /** @@ -155,14 +145,14 @@ if (!class_exists('TCPDF', false)) { /** * define default PDF document producer */ - define('PDF_PRODUCER', 'TCPDF 4.9.010 (http://www.tcpdf.org)'); + define('PDF_PRODUCER', 'TCPDF 4.9.011 (http://www.tcpdf.org)'); /** * This is a PHP class for generating PDF documents without requiring external extensions.
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
* @name TCPDF * @package com.tecnick.tcpdf - * @version 4.9.010 + * @version 4.9.011 * @author Nicola Asuni - info@tecnick.com * @link http://www.tcpdf.org * @license http://www.gnu.org/copyleft/lesser.html LGPL @@ -3832,7 +3822,7 @@ if (!class_exists('TCPDF', false)) { * @param mixed $link URL or identifier returned by AddLink(). * @param int $stretch stretch carachter mode:
  • 0 = disabled
  • 1 = horizontal scaling only if necessary
  • 2 = forced horizontal scaling
  • 3 = character spacing only if necessary
  • 4 = forced character spacing
* @param boolean $ignore_min_height if true ignore automatic minimum height value. - * @param string $calign cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • A : font top
  • L : font baseline
  • D : font bottom
  • B : cell bottom
+ * @param string $calign cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • C : center
  • B : cell bottom
  • A : font top
  • L : font baseline
  • D : font bottom
* @param string $valign text vertical alignment inside the cell. Possible values are:
  • T : top
  • C : center
  • B : bottom
* @access public * @since 1.0 @@ -3887,7 +3877,7 @@ if (!class_exists('TCPDF', false)) { * @param mixed $link URL or identifier returned by AddLink(). * @param int $stretch stretch carachter mode:
  • 0 = disabled
  • 1 = horizontal scaling only if necessary
  • 2 = forced horizontal scaling
  • 3 = character spacing only if necessary
  • 4 = forced character spacing
* @param boolean $ignore_min_height if true ignore automatic minimum height value. - * @param string $calign cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • A : font top
  • L : font baseline
  • D : font bottom
  • B : cell bottom
+ * @param string $calign cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • C : center
  • B : cell bottom
  • A : font top
  • L : font baseline
  • D : font bottom
* @param string $valign text vertical alignment inside the cell. Possible values are:
  • T : top
  • C : center
  • B : bottom
* @access protected * @since 1.0 @@ -3909,17 +3899,68 @@ if (!class_exists('TCPDF', false)) { switch ($calign) { case 'A': { // font top - $y -= (($h - $this->FontAscent - $this->FontDescent) / 2); + switch ($valign) { + case 'T': { + // top + $y -= ($this->LineWidth / 2); + break; + } + case 'B': { + // bottom + $y -= ($h - $this->FontAscent - $this->FontDescent - ($this->LineWidth / 2)); + break; + } + default: + case 'M': { + // center + $y -= (($h - $this->FontAscent - $this->FontDescent) / 2); + break; + } + } break; } case 'L': { // font baseline - $y -= (($h + $this->FontAscent - $this->FontDescent) / 2); + switch ($valign) { + case 'T': { + // top + $y -= ($this->FontAscent + ($this->LineWidth / 2)); + break; + } + case 'B': { + // bottom + $y -= ($h - $this->FontDescent - ($this->LineWidth / 2)); + break; + } + default: + case 'M': { + // center + $y -= (($h + $this->FontAscent - $this->FontDescent) / 2); + break; + } + } break; } case 'D': { // font bottom - $y -= (($h + $this->FontAscent + $this->FontDescent) / 2); + switch ($valign) { + case 'T': { + // top + $y -= ($this->FontAscent + $this->FontDescent + ($this->LineWidth / 2)); + break; + } + case 'B': { + // bottom + $y -= ($h - ($this->LineWidth / 2)); + break; + } + default: + case 'M': { + // center + $y -= (($h + $this->FontAscent + $this->FontDescent) / 2); + break; + } + } break; } case 'B': { @@ -3927,6 +3968,11 @@ if (!class_exists('TCPDF', false)) { $y -= $h; break; } + case 'C': { + // cell center + $y -= ($h / 2); + break; + } default: case 'T': { // cell top @@ -3937,12 +3983,12 @@ if (!class_exists('TCPDF', false)) { switch ($valign) { case 'T': { // top - $basefonty = $y + $this->FontAscent + $this->LineWidth; + $basefonty = $y + $this->FontAscent + ($this->LineWidth / 2); break; } case 'B': { // bottom - $basefonty = $y + $h - $this->FontDescent - $this->LineWidth; + $basefonty = $y + $h - $this->FontDescent - ($this->LineWidth / 2); break; } default:
@@ -21972,7 +21972,7 @@ $n = 0])
-

method _puttruetypeunicode [line 6937]

+

method _puttruetypeunicode [line 6983]

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

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
diff --git a/doc/index.html b/doc/index.html index cd0e2f0..1f848fb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -64,7 +64,7 @@ This documentation was generated by phpDocumentor v1.4.3

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
@@ -22017,7 +22017,7 @@ $font)
-

method _putviewerpreferences [line 7378]

+

method _putviewerpreferences [line 7424]

diff --git a/doc/errors.html b/doc/errors.html index 46355c9..a3d8616 100644 --- a/doc/errors.html +++ b/doc/errors.html @@ -35,7 +35,7 @@ Post-parsing

- Documentation generated on Tue, 06 Apr 2010 19:44:41 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:58 +0200 by phpDocumentor 1.4.3
diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index f2fb700..0dfa97f 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -1883,7 +1883,7 @@ top

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
@@ -22048,7 +22048,7 @@ $font)
-

method _putxobjectdict [line 7169]

+

method _putxobjectdict [line 7215]

diff --git a/doc/elementindex.html b/doc/elementindex.html index d9f2d15..3a8da7d 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -1854,7 +1854,7 @@ top

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/_unicode_data.php.html b/doc/com-tecnick-tcpdf/_unicode_data.php.html index 0be11a3..04096ac 100644 --- a/doc/com-tecnick-tcpdf/_unicode_data.php.html +++ b/doc/com-tecnick-tcpdf/_unicode_data.php.html @@ -243,7 +243,7 @@ Unicode Include file for TCPDF.




- Documentation generated on Tue, 06 Apr 2010 19:44:41 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:58 +0200 by phpDocumentor 1.4.3
@@ -22073,7 +22073,7 @@ $font)
-

method _RC4 [line 8317]

+

method _RC4 [line 8363]

diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html index 5cecfa5..4cfb95c 100644 --- a/doc/com-tecnick-tcpdf/_tcpdf.php.html +++ b/doc/com-tecnick-tcpdf/_tcpdf.php.html @@ -71,7 +71,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, including forms;
  • 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 multi-column mode;
  • 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>




+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;
  • all ISO page formats, custom page formats, custom margins and units of measure;
  • UTF-8 Unicode and Right-To-Left languages;
  • TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
  • methods to publish some XHTML code, Javascript and Forms;
  • images, graphic (geometric figures) and transformation methods;
  • supports JPEG 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)
  • 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;
  • Grayscale, RGB, CMYK, Spot Colors and Transparencies;
  • automatic page header and footer management;
  • document encryption and digital signature certifications;
  • transactions to UNDO commands;
  • PDF annotations, including links, text and file attachments;
  • text rendering modes (fill, stroke and clipping);
  • multiple columns mode;
  • bookmarks and table of content;
  • text hyphenation;
  • automatic page break, line break and text alignments including justification;
  • automatic page numbering and page groups;
  • move and delete pages;
  • page compression (requires php-zlib extension);
Tools to encode your unicode fonts are on fonts/utils directory.</p>




Tags:

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

method _textannobjstring [line 7774]

+

method _textannobjstring [line 7820]

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

- Documentation generated on Tue, 06 Apr 2010 19:44:38 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html index 761149d..f388af6 100644 --- a/doc/com-tecnick-tcpdf/_htmlcolors.php.html +++ b/doc/com-tecnick-tcpdf/_htmlcolors.php.html @@ -94,7 +94,7 @@ Array of WEB safe colors.




- Documentation generated on Tue, 06 Apr 2010 19:44:38 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
@@ -22163,7 +22163,7 @@ $s)
-

method _textstring [line 7760]

+

method _textstring [line 7806]

diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html index 22e93d8..985ed87 100644 --- a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html +++ b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html @@ -539,7 +539,7 @@ Configuration file for TCPDF.




- Documentation generated on Tue, 06 Apr 2010 19:44:41 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:58 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html index 0d2965f..1a4a207 100644 --- a/doc/com-tecnick-tcpdf/_barcodes.php.html +++ b/doc/com-tecnick-tcpdf/_barcodes.php.html @@ -102,7 +102,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
@@ -22202,7 +22202,7 @@ $s)
-

method _toJPEG [line 5290]

+

method _toJPEG [line 5336]

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

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html index 07b8bd7..efcb12a 100644 --- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html @@ -1374,7 +1374,7 @@ $type)

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
@@ -22244,7 +22244,7 @@ $file)
-

method _Uvalue [line 8383]

+

method _Uvalue [line 8429]

diff --git a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html index 0294156..2bc81c5 100644 --- a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html +++ b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html @@ -296,7 +296,7 @@ $type)

- Documentation generated on Tue, 06 Apr 2010 19:44:37 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:55 +0200 by phpDocumentor 1.4.3
@@ -22281,7 +22281,7 @@ $file)

- Documentation generated on Tue, 06 Apr 2010 19:44:38 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:56 +0200 by phpDocumentor 1.4.3
@@ -79,7 +79,7 @@ This is a PHP class for generating PDF documents without requiring external exte - + @@ -98,19 +98,19 @@ This is a PHP class for generating PDF documents without requiring external exte

Includes:

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

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

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

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

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






-

PDF_PRODUCER [line 158]

+

PDF_PRODUCER [line 148]

author:  Nicola Asuni
version:  4.9.010version:  4.9.011
copyright:  2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
- PDF_PRODUCER = 'TCPDF 4.9.010 (http://www.tcpdf.org)' + PDF_PRODUCER = 'TCPDF 4.9.011 (http://www.tcpdf.org)'
@@ -121,7 +121,7 @@ unicode data


- Documentation generated on Tue, 06 Apr 2010 19:44:38 +0200 by phpDocumentor 1.4.3 + Documentation generated on Wed, 07 Apr 2010 10:00:56 +0200 by phpDocumentor 1.4.3