From f689641f342a531da3bf0186c68677b62da29de7 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Thu, 14 Jan 2010 15:02:19 +0100 Subject: [PATCH] 4.8.022 --- doc/classtrees_com-tecnick-tcpdf.html | 2 +- doc/com-tecnick-tcpdf/TCPDF.html | 1313 ++++++++++------- doc/com-tecnick-tcpdf/TCPDFBarcode.html | 2 +- doc/com-tecnick-tcpdf/_barcodes.php.html | 2 +- .../_config---tcpdf_config.php.html | 2 +- doc/com-tecnick-tcpdf/_htmlcolors.php.html | 2 +- doc/com-tecnick-tcpdf/_tcpdf.php.html | 6 +- doc/com-tecnick-tcpdf/_unicode_data.php.html | 2 +- doc/elementindex.html | 80 +- doc/elementindex_com-tecnick-tcpdf.html | 80 +- doc/errors.html | 2 +- doc/index.html | 2 +- doc/li_com-tecnick-tcpdf.html | 2 +- tcpdf.php | 2 +- 14 files changed, 857 insertions(+), 642 deletions(-) diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index 214c7e3..d2dd09f 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -45,7 +45,7 @@

- Documentation generated on Sun, 03 Jan 2010 11:32:35 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html index 457f863..8086144 100644 --- a/doc/com-tecnick-tcpdf/TCPDF.html +++ b/doc/com-tecnick-tcpdf/TCPDF.html @@ -74,7 +74,7 @@ Source Location: /tcpdf.php

Version:

@@ -630,7 +630,7 @@ This is a PHP class for generating PDF documents without requiring external exte author:  Nicola Asuni - info@tecnick.com - version:  4.8.021 + version:  4.8.022 link:  http://www.tcpdf.org @@ -1515,10 +1515,13 @@ 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 1389]

-

+ 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:

+ + + @@ -6091,20 +6094,27 @@ $diskcache = false])
-

method addExtGState [line 11407]

+

method addExtGState [line 11406]

since:  4.8.000 (2009-09-07)
access:  protected
- void addExtGState( + the addExtGState( -$parms) +$parms, array +$params)

-

+ Add transparency parameters to the current extgstate



Tags:

+ + + + + + @@ -6117,6 +6127,11 @@ $parms)
return:  number of extgstates
since:  3.0.000 (2008-03-27)
access:  protected
+ + + + + @@ -6184,7 +6199,7 @@ $fontfile = ''])
-

method addHtmlLink [line 7776]

+

method addHtmlLink [line 7775]

array  $params  parameters
   $parms  
@@ -6253,7 +6268,7 @@ $style = -1])
-

method addHTMLVertSpace [line 15018]

+

method addHTMLVertSpace [line 15000]

@@ -6319,21 +6334,30 @@ $closing = false])
-

method addJavascriptObject [line 10027]

+

method addJavascriptObject [line 10026]

- void addJavascriptObject( - -$script, [ + int addJavascriptObject( +string +$script, [boolean $onload = false])

-

+ Adds a javascript object and return object ID



Tags:

+ + + + + + + + + @@ -6346,14 +6370,14 @@ $onload = false])
return:  internal object ID
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
- + - + - + - +
  string   $script  Javascript code
  boolean   $onload  if true executes this object when opening the document

@@ -6506,7 +6530,7 @@ $k)

-

method addTOC [line 16041]

+

method addTOC [line 16023]

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

method AliasNbPages [line 11215]

+

method AliasNbPages [line 11214]

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

method AliasNumPage [line 11242]

+

method AliasNumPage [line 11241]

@@ -6725,7 +6749,7 @@ $spaces = 0])
-

method Arrow [line 9269]

+

method Arrow [line 9268]

@@ -6803,7 +6827,7 @@ $arm_angle = 15])
-

method arrUTF8ToUTF16BE [line 7674]

+

method arrUTF8ToUTF16BE [line 7673]

@@ -6878,23 +6902,29 @@ $setbom = true])
-

method Bookmark [line 9913]

+

method Bookmark [line 9912]

void Bookmark( - -$txt, [ -$level = 0], [ -$y = -1], [ +string +$txt, [int +$level = 0], [float +$y = -1], [int $page = ''])

-

+ Adds a bookmark.



Tags:

+ + + + + + @@ -6907,24 +6937,24 @@ $page = ''])
author:  Olivier Plathey, Nicola Asuni
since:  2.1.002 (2008-02-12)
access:  public
- + - + - + - + - + - + - + - +
  string   $txt  bookmark description.
  int   $level  bookmark level (minimum value is 0).
  float   $y  Ordinate of the boorkmark position (default = -1 = current position).
  int   $page  target page number (leave empty for current page).

@@ -6932,29 +6962,35 @@ $page = ''])

-

method Button [line 10921]

+

method Button [line 10920]

void Button( - -$name, -$w, -$h, -$caption, -$action, [ -$prop = array()], [ -$opt = array()], [ -$x = ''], [ -$y = ''], [ +string +$name, int +$w, int +$h, string +$caption, mixed +$action, [array +$prop = array()], [array +$opt = array()], [float +$x = ''], [float +$y = ''], [boolean $js = false])

-

+ Creates a button field



Tags:

+ + + + + + @@ -6967,54 +7003,54 @@ $js = false])
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
  string   $name  field name
  int   $w  width
  int   $h  height
  string   $caption  caption.
  mixed   $action  action triggered by pressing the button. Use a string to specify a javascript action. Use an array to specify a form action options as on section 12.7.5 of PDF32000_2008.
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
  array   $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
  float   $x  Abscissa of the upper-left corner of the rectangle
  float   $y  Ordinate of the upper-left corner of the rectangle
  boolean   $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).

@@ -7118,28 +7154,34 @@ $ignore_min_height = false])

-

method CheckBox [line 10851]

+

method CheckBox [line 10850]

void CheckBox( - -$name, -$w, [ -$checked = false], [ -$prop = array()], [ -$opt = array()], [ -$onvalue = 'Yes'], [ -$x = ''], [ -$y = ''], [ +string +$name, int +$w, [boolean +$checked = false], [array +$prop = array()], [array +$opt = array()], [string +$onvalue = 'Yes'], [float +$x = ''], [float +$y = ''], [boolean $js = false])

-

+ Creates a CheckBox field



Tags:

+ + + + + + @@ -7152,49 +7194,49 @@ $js = false])
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
  string   $name  field name
  int   $w  width
  boolean   $checked  define the initial state.
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
  array   $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
  string   $onvalue  value to be returned if selected.
  float   $x  Abscissa of the upper-left corner of the rectangle
  float   $y  Ordinate of the upper-left corner of the rectangle
  boolean   $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).

@@ -7256,7 +7298,7 @@ $addpage = true])

-

method Circle [line 8903]

+

method Circle [line 8902]

@@ -7355,7 +7397,7 @@ $afinish:)
-

method Clip [line 11670]

+

method Clip [line 11652]

@@ -7446,7 +7488,7 @@ $h)
-

method closeHTMLTagHandler [line 14666]

+

method closeHTMLTagHandler [line 14648]

@@ -7500,28 +7542,34 @@ $dom)
-

method ComboBox [line 10790]

+

method ComboBox [line 10789]

void ComboBox( - -$name, -$w, -$h, -$values, [ -$prop = array()], [ -$opt = array()], [ -$x = ''], [ -$y = ''], [ +string +$name, int +$w, int +$h, array +$values, [array +$prop = array()], [array +$opt = array()], [float +$x = ''], [float +$y = ''], [boolean $js = false])

-

+ Creates a Combo-box field



Tags:

+ + + + + + @@ -7534,49 +7582,49 @@ $js = false])
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
  string   $name  field name
  int   $w  width
  int   $h  height
  array   $values  array containing the list of values.
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
  array   $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
  float   $x  Abscissa of the upper-left corner of the rectangle
  float   $y  Ordinate of the upper-left corner of the rectangle
  boolean   $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).

@@ -7584,7 +7632,7 @@ $js = false])

-

method commitTransaction [line 16200]

+

method commitTransaction [line 16182]

@@ -7612,7 +7660,7 @@ $js = false])
-

method convertHTMLColorToDec [line 7809]

+

method convertHTMLColorToDec [line 7808]

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

method CoonsPatchMesh [line 11590]

+

method CoonsPatchMesh [line 11572]

@@ -7753,7 +7801,7 @@ $coords_max = 1])
-

method Curve [line 8678]

+

method Curve [line 8677]

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

method deletePage [line 15900]

+

method deletePage [line 15882]

@@ -7897,7 +7945,7 @@ $page)
-

method Ellipse [line 8799]

+

method Ellipse [line 8798]

@@ -8014,7 +8062,7 @@ $afinish:)
-

method empty_string [line 16254]

+

method empty_string [line 16236]

@@ -8151,7 +8199,7 @@ $msg)
-

method formatPageNumber [line 11319]

+

method formatPageNumber [line 11318]

@@ -8190,7 +8238,7 @@ $num)
-

method formatTOCPageNumber [line 11331]

+

method formatTOCPageNumber [line 11330]

@@ -8263,7 +8311,7 @@ $num)
-

method getAliasNbPages [line 11227]

+

method getAliasNbPages [line 11226]

@@ -8294,7 +8342,7 @@ $num)
-

method getAliasNumPage [line 11255]

+

method getAliasNumPage [line 11254]

@@ -8325,20 +8373,29 @@ $num)
-

method getAnnotOptFromJSProp [line 10158]

+

method getAnnotOptFromJSProp [line 10157]

- void getAnnotOptFromJSProp( - + array getAnnotOptFromJSProp( +array $prop)

-

+ Convert JavaScript form fields properties array to Annotation Properties array.



Tags:

+ + + + + + + + + @@ -8351,9 +8408,9 @@ $prop)
return:  of annotation properties
author:  Nicola Asuni
since:  4.8.000 (2009-09-06)
access:  protected
- + - +
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.

@@ -8424,7 +8481,7 @@ $fontsize = 0])

-

method getBarcode [line 12141]

+

method getBarcode [line 12123]

@@ -8548,7 +8605,7 @@ $pagenum = ''])
-

method getBuffer [line 15586]

+

method getBuffer [line 15568]

@@ -8675,7 +8732,7 @@ $ignore_min_height = false])
-

method getCellHeightRatio [line 11493]

+

method getCellHeightRatio [line 11492]

@@ -8684,10 +8741,13 @@ $ignore_min_height = false])

-

+ return the height of cell repect font height.



Tags:

+ + + @@ -8745,7 +8805,7 @@ $char)
-

method getFontBuffer [line 15746]

+

method getFontBuffer [line 15728]

since:  4.0.012 (2008-07-24)
access:  public
@@ -8787,7 +8847,7 @@ $font)
-

method getFontFamily [line 12627]

+

method getFontFamily [line 12609]

@@ -8818,7 +8878,7 @@ $font)
-

method getFontSize [line 12607]

+

method getFontSize [line 12589]

@@ -8849,7 +8909,7 @@ $font)
-

method getFontSizePt [line 12617]

+

method getFontSizePt [line 12599]

@@ -8908,7 +8968,7 @@ $font)
-

method getFontStyle [line 12637]

+

method getFontStyle [line 12619]

@@ -8939,7 +8999,7 @@ $font)
-

method getFooterFont [line 7735]

+

method getFooterFont [line 7734]

@@ -8995,19 +9055,28 @@ $font)
-

method getFormDefaultProp [line 10533]

+

method getFormDefaultProp [line 10532]

- void getFormDefaultProp( + array getFormDefaultProp( )

-

+ Return the default properties for form fields.



Tags:

+ + + + + + + + + @@ -9059,7 +9128,7 @@ $v)
-

method getGraphicVars [line 15454]

+

method getGraphicVars [line 15436]

return:  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
author:  Nicola Asuni
since:  4.8.000 (2009-09-06)
access:  public
@@ -9090,19 +9159,25 @@ $v)
-

method getGroupPageNo [line 11268]

+

method getGroupPageNo [line 11267]

- void getGroupPageNo( + current getGroupPageNo( )

-

+ Return the current page in the group.



Tags:

+ + + + + + @@ -9115,7 +9190,7 @@ $v)
-

method getGroupPageNoFormatted [line 11278]

+

method getGroupPageNoFormatted [line 11277]

return:  page in the group
since:  3.0.000 (2008-03-27)
access:  public
@@ -9174,7 +9249,7 @@ $v)
-

method getHeaderFont [line 7715]

+

method getHeaderFont [line 7714]

@@ -9230,7 +9305,7 @@ $v)
-

method getHtmlDomArray [line 12673]

+

method getHtmlDomArray [line 12655]

@@ -9269,7 +9344,7 @@ $html)
-

method getHTMLUnitToUnits [line 15173]

+

method getHTMLUnitToUnits [line 15155]

@@ -9335,7 +9410,7 @@ $point)
-

method getImageBuffer [line 15688]

+

method getImageBuffer [line 15670]

@@ -9534,7 +9609,7 @@ $imgfile)
-

method GetLineWidth [line 8392]

+

method GetLineWidth [line 8391]

@@ -9568,7 +9643,7 @@ $imgfile)
-

method getMargins [line 12570]

+

method getMargins [line 12552]

@@ -9723,7 +9798,7 @@ $w = 0])
-

method getObjFilename [line 15518]

+

method getObjFilename [line 15500]

@@ -9768,7 +9843,7 @@ $prefix)
-

method getOriginalMargins [line 12593]

+

method getOriginalMargins [line 12575]

@@ -9833,7 +9908,7 @@ $prefix)
-

method getPageBuffer [line 15629]

+

method getPageBuffer [line 15611]

@@ -9920,19 +9995,25 @@ $pagenum = ''])
-

method getPageGroupAlias [line 11290]

+

method getPageGroupAlias [line 11289]

- void getPageGroupAlias( + alias getPageGroupAlias( )

-

+ Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.

(will be replaced by the total number of pages in this group).




Tags:

+ + + + + + @@ -9993,19 +10074,25 @@ $pagenum = ''])
-

method getPageNumGroupAlias [line 11305]

+

method getPageNumGroupAlias [line 11304]

return:  of the current page group
since:  3.0.000 (2008-03-27)
access:  public
- void getPageNumGroupAlias( + alias getPageNumGroupAlias( )

-

+ Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.

(will be replaced by the total number of pages in this group).




Tags:

+ + + + + + @@ -10066,7 +10153,7 @@ $pagenum = ''])
-

method getPDFData [line 7758]

+

method getPDFData [line 7757]

return:  of the current page group
since:  4.5.000 (2009-01-02)
access:  public
@@ -10337,7 +10424,7 @@ $fontsize = 0])
-

method Gradient [line 11693]

+

method Gradient [line 11675]

@@ -10554,7 +10641,7 @@ $hidden = false])
-

method ImageEps [line 11865]

+

method ImageEps [line 11847]

@@ -10755,20 +10842,26 @@ $palign = ''])
-

method IncludeJS [line 10014]

+

method IncludeJS [line 10013]

void IncludeJS( - +string $script)

-

+ Adds a javascript



Tags:

+ + + + + + @@ -10781,9 +10874,9 @@ $script)
author:  Johannes Güntert, Nicola Asuni
since:  2.1.002 (2008-02-12)
access:  public
- + - +
  string   $script  Javascript code

@@ -10791,7 +10884,7 @@ $script)

-

method intToRoman [line 15247]

+

method intToRoman [line 15229]

@@ -10903,7 +10996,7 @@ $resetmargins = false])
-

method Line [line 8545]

+

method Line [line 8544]

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

method LinearGradient [line 11550]

+

method LinearGradient [line 11532]

@@ -11119,28 +11212,34 @@ $spaces = 0])
-

method ListBox [line 10730]

+

method ListBox [line 10729]

void ListBox( - -$name, -$w, -$h, -$values, [ -$prop = array()], [ -$opt = array()], [ -$x = ''], [ -$y = ''], [ +string +$name, int +$w, int +$h, array +$values, [array +$prop = array()], [array +$opt = array()], [float +$x = ''], [float +$y = ''], [boolean $js = false])

-

+ Creates a List-box field



Tags:

+ + + + + + @@ -11153,49 +11252,49 @@ $js = false])
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
  string   $name  field name
  int   $w  width
  int   $h  height
  array   $values  array containing the list of values.
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
  array   $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
  float   $x  Abscissa of the upper-left corner of the rectangle
  float   $y  Ordinate of the upper-left corner of the rectangle
  boolean   $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).

@@ -11251,7 +11350,7 @@ $cell = false])

-

method MirrorH [line 8164]

+

method MirrorH [line 8163]

@@ -11293,7 +11392,7 @@ $x = ''])
-

method MirrorL [line 8200]

+

method MirrorL [line 8199]

@@ -11347,7 +11446,7 @@ $y = ''])
-

method MirrorP [line 8187]

+

method MirrorP [line 8186]

@@ -11395,7 +11494,7 @@ $y = ''])
-

method MirrorV [line 8175]

+

method MirrorV [line 8174]

@@ -11437,7 +11536,7 @@ $y = ''])
-

method movePage [line 15763]

+

method movePage [line 15745]

@@ -11611,7 +11710,7 @@ $maxh = 0])
-

method objclone [line 16243]

+

method objclone [line 16225]

@@ -11684,7 +11783,7 @@ $object)
-

method openHTMLTagHandler [line 14121]

+

method openHTMLTagHandler [line 14103]

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

method PageNoFormatted [line 11341]

+

method PageNoFormatted [line 11340]

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

method PieSector [line 11787]

+

method PieSector [line 11769]

@@ -11953,7 +12052,7 @@ $o:)
-

method pixelsToUnits [line 7866]

+

method pixelsToUnits [line 7865]

@@ -11995,7 +12094,7 @@ $px)
-

method Polycurve [line 8735]

+

method Polycurve [line 8734]

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

method Polygon [line 8955]

+

method Polygon [line 8954]

@@ -12130,7 +12229,7 @@ $closed = true])
-

method PolyLine [line 8929]

+

method PolyLine [line 8928]

@@ -12193,7 +12292,7 @@ $closed)
-

method putHtmlListBullet [line 15312]

+

method putHtmlListBullet [line 15294]

@@ -12244,7 +12343,7 @@ $size = 10])
-

method RadialGradient [line 11568]

+

method RadialGradient [line 11550]

@@ -12322,28 +12421,34 @@ $coords = array(0.5,0.5,0.5,0.5,1)])
-

method RadioButton [line 10642]

+

method RadioButton [line 10641]

void RadioButton( - -$name, -$w, [ -$prop = array()], [ -$opt = array()], [ -$onvalue = 'On'], [ -$checked = false], [ -$x = ''], [ -$y = ''], [ +string +$name, int +$w, [array +$prop = array()], [array +$opt = array()], [string +$onvalue = 'On'], [boolean +$checked = false], [float +$x = ''], [float +$y = ''], [boolean $js = false])

-

+ Creates a RadioButton field



Tags:

+ + + + + + @@ -12356,49 +12461,49 @@ $js = false])
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
  string   $name  field name
  int   $w  width
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
  array   $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
  string   $onvalue  value to be returned if selected.
  boolean   $checked  define the initial state.
  float   $x  Abscissa of the upper-left corner of the rectangle
  float   $y  Ordinate of the upper-left corner of the rectangle
  boolean   $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).

@@ -12406,7 +12511,7 @@ $js = false])

-

method readDiskCache [line 15558]

+

method readDiskCache [line 15540]

@@ -12454,7 +12559,7 @@ $file)
-

method Rect [line 8580]

+

method Rect [line 8579]

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

method RegularPolygon [line 9080]

+

method RegularPolygon [line 9079]

@@ -12736,7 +12841,7 @@ $length)
-

method rollbackTransaction [line 16214]

+

method rollbackTransaction [line 16196]

@@ -12778,7 +12883,7 @@ $self = false])
-

method Rotate [line 8259]

+

method Rotate [line 8258]

@@ -12832,7 +12937,7 @@ $y = ''])
-

method RoundedRect [line 9184]

+

method RoundedRect [line 9183]

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

method Scale [line 8129]

+

method Scale [line 8128]

@@ -12979,7 +13084,7 @@ $y = ''])
-

method ScaleX [line 8089]

+

method ScaleX [line 8088]

@@ -13033,7 +13138,7 @@ $y = ''])
-

method ScaleXY [line 8115]

+

method ScaleXY [line 8114]

@@ -13087,7 +13192,7 @@ $y = ''])
-

method ScaleY [line 8102]

+

method ScaleY [line 8101]

@@ -13141,21 +13246,24 @@ $y = ''])
-

method setAlpha [line 11450]

+

method setAlpha [line 11449]

void setAlpha( - -$alpha, [ +float +$alpha, [string $bm = 'Normal'])

-

+ Set alpha for stroking (CA) and non-stroking (ca) operations.



Tags:

+ + + @@ -13168,14 +13276,14 @@ $bm = 'Normal'])
since:  3.0.000 (2008-03-27)
access:  public
- + - + - + - +
  float   $alpha  real value from 0 (transparent) to 1 (opaque)
  string   $bm  blend mode, one of the following: Normal, Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion, Hue, Saturation, Color, Luminosity

@@ -13273,7 +13381,7 @@ $margin = 0])

-

method setBarcode [line 12131]

+

method setBarcode [line 12113]

@@ -13309,7 +13417,7 @@ $bc = ''])
-

method SetBooklet [line 15087]

+

method SetBooklet [line 15069]

@@ -13360,7 +13468,7 @@ $outer = -1])
-

method setBuffer [line 15568]

+

method setBuffer [line 15550]

@@ -13399,20 +13507,23 @@ $data)
-

method setCellHeightRatio [line 11484]

+

method setCellHeightRatio [line 11483]

void setCellHeightRatio( - +int $h)

-

+ Set the height of the cell (line height) respect the font height.



Tags:

+ + + @@ -13425,9 +13536,9 @@ $h)
since:  3.0.014 (2008-06-04)
access:  public
- + - +
  int   $h  cell proportion respect font height (typical value = 1.25).

@@ -13636,20 +13747,23 @@ $font)

-

method setDefaultTableColumns [line 11474]

+

method setDefaultTableColumns [line 11473]

void setDefaultTableColumns( -[ +[int $cols = 4])

-

+ Set the default number of columns in a row for HTML tables.



Tags:

+ + + @@ -13662,9 +13776,9 @@ $cols = 4])
since:  3.0.014 (2008-06-04)
access:  public
- + - +
  int   $cols  number of columns

@@ -13873,20 +13987,23 @@ $tint = 100])

-

method setExtGState [line 11419]

+

method setExtGState [line 11418]

void setExtGState( - +array $gs)

-

+ Add an extgstate



Tags:

+ + + @@ -13899,9 +14016,9 @@ $gs)
since:  3.0.000 (2008-03-27)
access:  protected
- + - +
  array   $gs  extgstate

@@ -14119,7 +14236,7 @@ $fontfile = ''])

-

method setFontBuffer [line 15704]

+

method setFontBuffer [line 15686]

@@ -14206,7 +14323,7 @@ $size)
-

method setFontSubBuffer [line 15726]

+

method setFontSubBuffer [line 15708]

@@ -14285,7 +14402,7 @@ $data)
-

method setFooterFont [line 7725]

+

method setFooterFont [line 7724]

@@ -14360,20 +14477,26 @@ $fm = 10])
-

method setFormDefaultProp [line 10522]

+

method setFormDefaultProp [line 10521]

void setFormDefaultProp( -[ +[array $prop = array()])

-

+ Set default properties for form fields.



Tags:

+ + + + + + @@ -14386,9 +14509,9 @@ $prop = array()])
author:  Nicola Asuni
since:  4.8.000 (2009-09-06)
access:  public
- + - +
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.

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

-

method setGraphicVars [line 15485]

+

method setGraphicVars [line 15467]

@@ -14517,7 +14640,7 @@ $hs = ''])
-

method setHeaderFont [line 7705]

+

method setHeaderFont [line 7704]

@@ -14592,7 +14715,7 @@ $hm = 10])
-

method setHtmlLinksStyle [line 15158]

+

method setHtmlLinksStyle [line 15140]

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

method setHtmlVSpace [line 15127]

+

method setHtmlVSpace [line 15109]

@@ -14676,7 +14799,7 @@ $tagvs)
-

method setImageBuffer [line 15645]

+

method setImageBuffer [line 15627]

@@ -14763,7 +14886,7 @@ $scale)
-

method setImageSubBuffer [line 15668]

+

method setImageSubBuffer [line 15650]

@@ -14814,20 +14937,23 @@ $data)
-

method setJPEGQuality [line 11461]

+

method setJPEGQuality [line 11460]

void setJPEGQuality( - +int $quality)

-

+ Set the default JPEG compression quality (1-100)



Tags:

+ + + @@ -14840,9 +14966,9 @@ $quality)
since:  3.0.000 (2008-03-27)
access:  public
- + - +
  int   $quality  JPEG quality, integer between 1 and 100

@@ -14892,7 +15018,7 @@ $keywords)

-

method setLanguageArray [line 7745]

+

method setLanguageArray [line 7744]

@@ -15015,7 +15141,7 @@ $margin)
-

method SetLineStyle [line 8417]

+

method SetLineStyle [line 8416]

@@ -15061,7 +15187,7 @@ $style)
-

method SetLineWidth [line 8376]

+

method SetLineWidth [line 8375]

@@ -15157,7 +15283,7 @@ $page = -1])
-

method setListIndentWidth [line 15137]

+

method setListIndentWidth [line 15119]

@@ -15196,7 +15322,7 @@ $width)
-

method setLIsymbol [line 15047]

+

method setLIsymbol [line 15029]

@@ -15289,7 +15415,7 @@ $right = -1])
-

method setOpenCell [line 15147]

+

method setOpenCell [line 15129]

@@ -15376,7 +15502,7 @@ $resetmargins = false])
-

method setPageBuffer [line 15602]

+

method setPageBuffer [line 15584]

@@ -15590,7 +15716,7 @@ $unit)
-

method setPDFVersion [line 11503]

+

method setPDFVersion [line 11502]

@@ -15600,10 +15726,13 @@ $version = '1.7'])

-

+ Set the PDF version (check PDF reference for valid values).

Default value is 1.t




Tags:

+ + + @@ -15704,7 +15833,7 @@ $val = true])
-

method SetProtection [line 8029]

+

method SetProtection [line 8028]

since:  3.1.000 (2008-06-09)
access:  public
@@ -15845,25 +15974,31 @@ $resetx = true])
-

method setSignature [line 11172]

+

method setSignature [line 11171]

void setSignature( -[ -$signing_cert = ''], [ -$private_key = ''], [ -$private_key_password = ''], [ -$extracerts = ''], [ -$cert_type = 2], [ +[mixed +$signing_cert = ''], [mixed +$private_key = ''], [string +$private_key_password = ''], [string +$extracerts = ''], [int +$cert_type = 2], [array $info = array()])

-

+ Enable document signature (requires the OpenSSL Library).

The digital signature improve document authenticity and integrity and allows o enable extra features on Acrobat Reader.




Tags:

+ + + + + + @@ -15876,34 +16011,34 @@ $info = array()])
author:  Nicola Asuni
since:  4.6.005 (2009-04-24)
access:  public
- + - + - + - + - + - + - + - + - + - + - + - +
  mixed   $signing_cert  signing certificate (string or filename prefixed with 'file://')
  mixed   $private_key  private key (string or filename prefixed with 'file://')
  string   $private_key_password  password
  string   $extracerts  specifies the name of a file containing a bunch of extra certificates to include in the signature which can for example be used to help the recipient to verify the certificate that you used.
  int   $cert_type  The access permissions granted for this document. Valid values shall be: 1 = No changes to the document shall be permitted; any change to the document shall invalidate the signature; 2 = Permitted changes shall be filling in forms, instantiating page templates, and signing; other changes shall invalidate the signature; 3 = Permitted changes shall be the same as for 2, as well as annotation creation, deletion, and modification; other changes shall invalidate the signature.
  array   $info  array of option information: Name, Location, Reason, ContactInfo.

@@ -16293,24 +16428,30 @@ $margin)

-

method setUserRights [line 11142]

+

method setUserRights [line 11141]

void setUserRights( -[ -$enable = true], [ -$document = '/FullSave'], [ -$annots = '/Create/Delete/Modify/Copy/Import/Export'], [ -$form = '/Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate'], [ +[boolean +$enable = true], [string +$document = '/FullSave'], [string +$annots = '/Create/Delete/Modify/Copy/Import/Export'], [string +$form = '/Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate'], [string $signature = '/Modify'])

-

+ Set User's Rights for PDF Reader WARNING: This works only using the Adobe private key with the setSignature() method!.

Check the PDF Reference 8.7.1 Transform Methods, Table 8.105 Entries in the UR transform parameters dictionary




Tags:

+ + + + + + @@ -16323,29 +16464,29 @@ $signature = '/Modify'])
author:  Nicola Asuni
since:  2.9.000 (2008-03-26)
access:  public
- + - + - + - + - + - + - + - + - + - +
  boolean   $enable  if true enable user's rights on PDF reader
  string   $document  Names specifying additional document-wide usage rights for the document. The only defined value is "/FullSave", which permits a user to save the document along with modified form and/or annotation data.
  string   $annots  Names specifying additional annotation-related usage rights for the document. Valid names in PDF 1.5 and later are /Create/Delete/Modify/Copy/Import/Export, which permit the user to perform the named operation on annotations.
  string   $form  Names specifying additional form-field-related usage rights for the document. Valid names are: /Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate
  string   $signature  Names specifying additional signature-related usage rights for the document. The only defined value is /Modify, which permits a user to apply a digital signature to an existing signature form field or clear a signed signature form field.

@@ -16353,20 +16494,26 @@ $signature = '/Modify'])

-

method setViewerPreferences [line 11533]

+

method setViewerPreferences [line 11515]

void setViewerPreferences( - +array $preferences)

-

+ Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.

(see Section 8.1 of PDF reference, "Viewer Preferences").

  • HideToolbar boolean (Optional) A flag specifying whether to hide the viewer application's tool bars when the document is active. Default value: false.
  • HideMenubar boolean (Optional) A flag specifying whether to hide the viewer application's menu bar when the document is active. Default value: false.
  • HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. Default value: false.
  • FitWindow boolean (Optional) A flag specifying whether to resize the document's window to fit the size of the first displayed page. Default value: false.
  • CenterWindow boolean (Optional) A flag specifying whether to position the document's window in the center of the screen. Default value: false.
  • DisplayDocTitle boolean (Optional; PDF 1.4) A flag specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary (see Section 10.2.1, "Document Information Dictionary"). If false, the title bar should instead display the name of the PDF file containing the document. Default value: false.
  • NonFullScreenPageMode name (Optional) The document's page mode, specifying how to display the document on exiting full-screen mode:
    • UseNone Neither document outline nor thumbnail images visible
    • UseOutlines Document outline visible
    • UseThumbs Thumbnail images visible
    • UseOC Optional content group panel visible
    This entry is meaningful only if the value of the PageMode entry in the catalog dictionary (see Section 3.6.1, "Document Catalog") is FullScreen; it is ignored otherwise. Default value: UseNone.
  • ViewArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be displayed when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • ViewClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • PrintArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be rendered when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • PrintClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • PrintScaling name (Optional; PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document. Valid values are:
    • None, which indicates that the print dialog should reflect no page scaling
    • AppDefault (default), which indicates that applications should use the current print scaling
  • Duplex name (Optional; PDF 1.7) The paper handling option to use when printing the file from the print dialog. The following values are valid:
    • Simplex - Print single-sided
    • DuplexFlipShortEdge - Duplex and flip on the short edge of the sheet
    • DuplexFlipLongEdge - Duplex and flip on the long edge of the sheet
    Default value: none
  • PickTrayByPDFSize boolean (Optional; PDF 1.7) A flag specifying whether the PDF page size is used to select the input paper tray. This setting influences only the preset values used to populate the print dialog presented by a PDF viewer application. If PickTrayByPDFSize is true, the check box in the print dialog associated with input paper tray is checked. Note: This setting has no effect on Mac OS systems, which do not provide the ability to pick the input tray by size.
  • PrintPageRange array (Optional; PDF 1.7) The page numbers used to initialize the print dialog box when the file is printed. The first page of the PDF file is denoted by 1. Each pair consists of the first and last pages in the sub-range. An odd number of integers causes this entry to be ignored. Negative numbers cause the entire array to be ignored. Default value: as defined by PDF viewer application
  • NumCopies integer (Optional; PDF 1.7) The number of copies to be printed when the print dialog is opened for this file. Supported values are the integers 2 through 5. Values outside this range are ignored. Default value: as defined by PDF viewer application, but typically 1




Tags:

+ + + + + + @@ -16379,9 +16526,9 @@ $preferences)
author:  Nicola Asuni
since:  3.1.000 (2008-06-09)
access:  public
- + - +
  array   $preferences  array of options.

@@ -16389,20 +16536,23 @@ $preferences)

-

method setVisibility [line 11371]

+

method setVisibility [line 11370]

void setVisibility( - +string $v)

-

+ Set the visibility of the successive elements.

This can be useful, for instance, to put a background image or color that will show on screen but won't print.




Tags:

+ + + @@ -16415,9 +16565,9 @@ $v)
since:  3.0.000 (2008-03-27)
access:  public
- + - +
  string   $v  visibility mode. Legal values are: all, print, screen.

@@ -16602,7 +16752,7 @@ $mqr)

-

method Skew [line 8319]

+

method Skew [line 8318]

@@ -16662,7 +16812,7 @@ $y = ''])
-

method SkewX [line 8292]

+

method SkewX [line 8291]

@@ -16716,7 +16866,7 @@ $y = ''])
-

method SkewY [line 8305]

+

method SkewY [line 8304]

@@ -16770,7 +16920,7 @@ $y = ''])
-

method StarPolygon [line 9135]

+

method StarPolygon [line 9134]

@@ -16942,20 +17092,23 @@ $format = ''])
-

method startPageGroup [line 11200]

+

method startPageGroup [line 11199]

void startPageGroup( -[ +[int $page = ''])

-

+ Create a new page group.

NOTE: call this function before calling AddPage()




Tags:

+ + + @@ -16968,9 +17121,9 @@ $page = ''])
since:  3.0.000 (2008-03-27)
access:  public
- + - +
  int   $page  starting group page (leave empty for next page).

@@ -16978,7 +17131,7 @@ $page = ''])

-

method startTransaction [line 16184]

+

method startTransaction [line 16166]

@@ -17006,7 +17159,7 @@ $page = ''])
-

method StartTransform [line 8057]

+

method StartTransform [line 8056]

@@ -17037,7 +17190,7 @@ $page = ''])
-

method StopTransform [line 8072]

+

method StopTransform [line 8071]

@@ -17068,7 +17221,7 @@ $page = ''])
-

method swapMargins [line 15103]

+

method swapMargins [line 15085]

@@ -17176,27 +17329,33 @@ $clip = false])
-

method TextField [line 10551]

+

method TextField [line 10550]

void TextField( - -$name, -$w, -$h, [ -$prop = array()], [ -$opt = array()], [ -$x = ''], [ -$y = ''], [ +string +$name, float +$w, float +$h, [array +$prop = array()], [array +$opt = array()], [float +$x = ''], [float +$y = ''], [boolean $js = false])

-

+ Creates a text field



Tags:

+ + + + + + @@ -17209,44 +17368,44 @@ $js = false])
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
  string   $name  field name
  float   $w  Width of the rectangle
  float   $h  Height of the rectangle
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
  array   $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
  float   $x  Abscissa of the upper-left corner of the rectangle
  float   $y  Ordinate of the upper-left corner of the rectangle
  boolean   $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).

@@ -17254,7 +17413,7 @@ $js = false])

-

method Transform [line 8352]

+

method Transform [line 8351]

@@ -17296,7 +17455,7 @@ $tm)
-

method Translate [line 8235]

+

method Translate [line 8234]

@@ -17344,7 +17503,7 @@ $t_y)
-

method TranslateX [line 8212]

+

method TranslateX [line 8211]

@@ -17386,7 +17545,7 @@ $t_x)
-

method TranslateY [line 8223]

+

method TranslateY [line 8222]

@@ -17428,7 +17587,7 @@ $t_y)
-

method unhtmlentities [line 7877]

+

method unhtmlentities [line 7876]

@@ -17659,7 +17818,7 @@ $end = ''])
-

method utf8Bidi [line 9342]

+

method utf8Bidi [line 9341]

@@ -17713,7 +17872,7 @@ $forcertl = false])
-

method UTF8StringToArray [line 7507]

+

method UTF8StringToArray [line 7506]

@@ -17779,7 +17938,7 @@ $str)
-

method utf8StrRev [line 9328]

+

method utf8StrRev [line 9327]

@@ -17833,7 +17992,7 @@ $forcertl = false])
-

method UTF8ToLatin1 [line 7614]

+

method UTF8ToLatin1 [line 7613]

@@ -17875,7 +18034,7 @@ $str)
-

method UTF8ToUTF16BE [line 7598]

+

method UTF8ToUTF16BE [line 7597]

@@ -18022,7 +18181,7 @@ $maxh = 0])
-

method write1DBarcode [line 12160]

+

method write1DBarcode [line 12142]

@@ -18112,7 +18271,7 @@ $align = ''])
-

method write2DBarcode [line 12417]

+

method write2DBarcode [line 12399]

@@ -18196,7 +18355,7 @@ $align = ''])
-

method writeBarcode [line 12367]

+

method writeBarcode [line 12349]

@@ -18286,7 +18445,7 @@ $code)
-

method writeDiskCache [line 15530]

+

method writeDiskCache [line 15512]

@@ -18343,7 +18502,7 @@ $file)
-

method writeHTML [line 13137]

+

method writeHTML [line 13119]

@@ -18409,7 +18568,7 @@ $align = ''])
-

method writeHTMLCell [line 12661]

+

method writeHTMLCell [line 12643]

@@ -18511,26 +18670,32 @@ $autopadding = true])
-

method _addfield [line 10123]

+

method _addfield [line 10122]

void _addfield( - -$type, -$name, -$x, -$y, -$w, -$h, +string +$type, string +$name, int +$x, int +$y, int +$w, int +$h, array $prop)

-

+ Adds a javascript form field.



Tags:

+ + + + + + @@ -18543,39 +18708,39 @@ $prop)
author:  Denis Van Nuffelen, Nicola Asuni
since:  2.1.002 (2008-02-12)
access:  protected
- + - + - + - + - + - + - + - + - + - + - + - + - + - +
  string   $type  field type
  string   $name  field name
  int   $x  horizontal position
  int   $y  vertical position
  int   $w  width
  int   $h  height
  array   $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.

@@ -18583,7 +18748,7 @@ $prop)

-

method _beginpage [line 7250]

+

method _beginpage [line 7249]

@@ -18625,7 +18790,7 @@ $format = ''])
-

method _datastring [line 7386]

+

method _datastring [line 7385]

@@ -18664,7 +18829,7 @@ $s)
-

method _datestring [line 7399]

+

method _datestring [line 7398]

@@ -18765,7 +18930,7 @@ $preserve_objcopy = false])
-

method _dolinethrough [line 7325]

+

method _dolinethrough [line 7324]

@@ -18813,7 +18978,7 @@ $txt)
-

method _dolinethroughw [line 7352]

+

method _dolinethroughw [line 7351]

@@ -18870,7 +19035,7 @@ $txt)
-

method _dounderline [line 7313]

+

method _dounderline [line 7312]

@@ -18918,7 +19083,7 @@ $txt)
-

method _dounderlinew [line 7338]

+

method _dounderlinew [line 7337]

@@ -18969,7 +19134,7 @@ $w)
-

method _enddoc [line 7133]

+

method _enddoc [line 7132]

@@ -18994,7 +19159,7 @@ $w)
-

method _endpage [line 7289]

+

method _endpage [line 7288]

@@ -19019,7 +19184,7 @@ $w)
-

method _escape [line 7375]

+

method _escape [line 7374]

@@ -19058,7 +19223,7 @@ $s)
-

method _escapetext [line 7424]

+

method _escapetext [line 7423]

@@ -19097,7 +19262,7 @@ $s)
-

method _freadint [line 7364]

+

method _freadint [line 7363]

@@ -19136,7 +19301,7 @@ $f)
-

method _generateencryptionkey [line 7997]

+

method _generateencryptionkey [line 7996]

@@ -19215,20 +19380,26 @@ $protection)
-

method _JScolor [line 10099]

+

method _JScolor [line 10098]

void _JScolor( - +string $color)

-

+ Convert color to javascript color.



Tags:

+ + + + + + @@ -19241,9 +19412,9 @@ $color)
author:  Denis Van Nuffelen, Nicola Asuni
since:  2.1.002 (2008-02-12)
access:  protected
- + - +
  string   $color  color name or #RRGGBB

@@ -19251,7 +19422,7 @@ $color)

-

method _md5_16 [line 7958]

+

method _md5_16 [line 7957]

@@ -19296,7 +19467,7 @@ $str)
-

method _newobj [line 7299]

+

method _newobj [line 7298]

@@ -19324,7 +19495,7 @@ $str)
-

method _objectkey [line 7890]

+

method _objectkey [line 7889]

@@ -19363,7 +19534,7 @@ $n)
-

method _out [line 7455]

+

method _out [line 7454]

@@ -19399,7 +19570,7 @@ $s)
-

method _outarc [line 11767]

+

method _outarc [line 11749]

@@ -19471,25 +19642,28 @@ $y3)
-

method _outCurve [line 8525]

+

method _outCurve [line 8524]

void _outCurve( - -$x1, -$y1, -$x2, -$y2, -$x3, +float +$x1, float +$y1, float +$x2, float +$y2, float +$x3, float $y3)

-

+ Draws a Bezier curve from last draw point.

The Bezier curve is a tangent to the line between the control points at either end of the curve.




Tags:

+ + + @@ -19502,34 +19676,34 @@ $y3)
since:  2.1.000 (2008-01-08)
access:  protected
- + - + - + - + - + - + - + - + - + - + - + - +
  float   $x1  Abscissa of control point 1.
  float   $y1  Ordinate of control point 1.
  float   $x2  Abscissa of control point 2.
  float   $y2  Ordinate of control point 2.
  float   $x3  Abscissa of end point.
  float   $y3  Ordinate of end point.

@@ -19537,21 +19711,24 @@ $y3)

-

method _outLine [line 8489]

+

method _outLine [line 8488]

void _outLine( - -$x, +float +$x, float $y)

-

+ Draws a line from last draw point.



Tags:

+ + + @@ -19564,14 +19741,14 @@ $y)
since:  2.1.000 (2008-01-08)
access:  protected
- + - + - + - +
  float   $x  Abscissa of end point.
  float   $y  Ordinate of end point.

@@ -19579,21 +19756,24 @@ $y)

-

method _outPoint [line 8475]

+

method _outPoint [line 8474]

void _outPoint( - -$x, +float +$x, float $y)

-

+ Set a draw point.



Tags:

+ + + @@ -19606,14 +19786,14 @@ $y)
since:  2.1.000 (2008-01-08)
access:  protected
- + - + - + - +
  float   $x  Abscissa of point.
  float   $y  Ordinate of point.

@@ -19621,7 +19801,7 @@ $y)

-

method _outRect [line 8506]

+

method _outRect [line 8505]

@@ -19684,7 +19864,7 @@ $op)
-

method _Ovalue [line 7971]

+

method _Ovalue [line 7970]

@@ -19822,7 +20002,7 @@ $file)

- Output annotations objects for all pages.

!!! THIS FUNCTION IS NOT YET COMPLETED !!! See section 12.5 of PDF 32000_2008 reference.




+ Output annotations objects for all pages.

!!! THIS METHOD IS NOT YET COMPLETED !!! See section 12.5 of PDF 32000_2008 reference.




Tags:

@@ -19886,7 +20066,7 @@ $n)
-

method _putAPXObject [line 6344]

+

method _putAPXObject [line 6343]

@@ -19940,7 +20120,7 @@ $stream = ''])
-

method _putbookmarks [line 9941]

+

method _putbookmarks [line 9940]

@@ -19949,10 +20129,16 @@ $stream = ''])

-

+ Create a bookmark PDF string.



Tags:

+ + + + + + @@ -19965,7 +20151,7 @@ $stream = ''])
-

method _putcatalog [line 6958]

+

method _putcatalog [line 6957]

author:  Olivier Plathey, Nicola Asuni
since:  2.1.002 (2008-02-12)
access:  protected
@@ -19990,7 +20176,7 @@ $stream = ''])
-

method _putcidfont0 [line 6695]

+

method _putcidfont0 [line 6694]

@@ -20066,7 +20252,7 @@ $font)
-

method _putencryption [line 7899]

+

method _putencryption [line 7898]

@@ -20094,19 +20280,23 @@ $font)
-

method _putextgstates [line 11429]

+

method _putextgstates [line 11428]

void _putextgstates( -) +array +$gs)

-

+ Put extgstates for object transparency



Tags:

+ + + @@ -20115,11 +20305,21 @@ $font)

+

Parameters:

+
+
since:  3.0.000 (2008-03-27)
access:  protected
+ + + + + +
array  $gs  extgstate
+

[ Top ]

-

method _putfonts [line 6372]

+

method _putfonts [line 6371]

@@ -20144,7 +20344,7 @@ $font)
-

method _putfontwidths [line 6507]

+

method _putfontwidths [line 6506]

@@ -20192,7 +20392,7 @@ $cidoffset = 0])
-

method _putheader [line 7125]

+

method _putheader [line 7124]

@@ -20217,7 +20417,7 @@ $cidoffset = 0])
-

method _putimages [line 6760]

+

method _putimages [line 6759]

@@ -20242,7 +20442,7 @@ $cidoffset = 0])
-

method _putinfo [line 6918]

+

method _putinfo [line 6917]

@@ -20267,7 +20467,7 @@ $cidoffset = 0])
-

method _putjavascript [line 10039]

+

method _putjavascript [line 10038]

@@ -20276,10 +20476,16 @@ $cidoffset = 0])

-

+ Create a javascript PDF string.



Tags:

+ + + + + + @@ -20292,7 +20498,7 @@ $cidoffset = 0])
-

method _putocg [line 11350]

+

method _putocg [line 11349]

author:  Johannes Güntert, Nicola Asuni
since:  2.1.002 (2008-02-12)
access:  protected
@@ -20301,10 +20507,13 @@ $cidoffset = 0])

-

+ Put visibility settings.



Tags:

+ + + @@ -20342,7 +20551,7 @@ $cidoffset = 0])
-

method _putresourcedict [line 6843]

+

method _putresourcedict [line 6842]

since:  3.0.000 (2008-03-27)
access:  protected
@@ -20367,7 +20576,7 @@ $cidoffset = 0])
-

method _putresources [line 6884]

+

method _putresources [line 6883]

@@ -20392,7 +20601,7 @@ $cidoffset = 0])
-

method _putshaders [line 11717]

+

method _putshaders [line 11699]

@@ -20423,7 +20632,7 @@ $cidoffset = 0])
-

method _putsignature [line 11071]

+

method _putsignature [line 11070]

@@ -20432,10 +20641,16 @@ $cidoffset = 0])

-

+ Add certification signature (DocMDP or UR3)

You can set only one signature type




Tags:

+ + + + + + @@ -20448,7 +20663,7 @@ $cidoffset = 0])
-

method _putspotcolors [line 6815]

+

method _putspotcolors [line 6814]

author:  Nicola Asuni
since:  4.6.008 (2009-05-07)
access:  protected
@@ -20476,7 +20691,7 @@ $cidoffset = 0])
-

method _putstream [line 7441]

+

method _putstream [line 7440]

@@ -20512,7 +20727,7 @@ $s)
-

method _puttrailer [line 7111]

+

method _puttrailer [line 7110]

diff --git a/tcpdf.php b/tcpdf.php index ac80567..ea68109 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -11506,7 +11506,7 @@ if (!class_exists('TCPDF', false)) { /** * Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print. * (see Section 8.1 of PDF reference, "Viewer Preferences"). - *
  • HideToolbar boolean (Optional) A flag specifying whether to hide the viewer application's tool bars when the document is active. Default value: false.
  • HideMenubar boolean (Optional) A flag specifying whether to hide the viewer application's menu bar when the document is active. Default value: false.
  • HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. Default value: false.
  • FitWindow boolean (Optional) A flag specifying whether to resize the document's window to fit the size of the first displayed page. Default value: false.
  • CenterWindow boolean (Optional) A flag specifying whether to position the document's window in the center of the screen. Default value: false.
  • DisplayDocTitle boolean (Optional; PDF 1.4) A flag specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary (see Section 10.2.1, "Document Information Dictionary"). If false, the title bar should instead display the name of the PDF file containing the document. Default value: false.
  • NonFullScreenPageMode name (Optional) The document's page mode, specifying how to display the document on exiting full-screen mode:
    • UseNone Neither document outline nor thumbnail images visible
    • UseOutlines Document outline visible
    • UseThumbs Thumbnail images visible
    • UseOC Optional content group panel visible
    This entry is meaningful only if the value of the PageMode entry in the catalog dictionary (see Section 3.6.1, "Document Catalog") is FullScreen; it is ignored otherwise. Default value: UseNone.
  • ViewArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be displayed when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • ViewClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • PrintArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be rendered when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • PrintClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
    • MediaBox
    • CropBox (default)
    • BleedBox
    • TrimBox
    • ArtBox
  • PrintScaling name (Optional; PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document. Valid values are:
    • None, which indicates that the print dialog should reflect no page scaling
    • AppDefault (default), which indicates that applications should use the current print scaling
      • Duplex name (Optional; PDF 1.7) The paper handling option to use when printing the file from the print dialog. The following values are valid:
        • Simplex - Print single-sided
        • DuplexFlipShortEdge - Duplex and flip on the short edge of the sheet
        • DuplexFlipLongEdge - Duplex and flip on the long edge of the sheet
        Default value: none
      • PickTrayByPDFSize boolean (Optional; PDF 1.7) A flag specifying whether the PDF page size is used to select the input paper tray. This setting influences only the preset values used to populate the print dialog presented by a PDF viewer application. If PickTrayByPDFSize is true, the check box in the print dialog associated with input paper tray is checked. Note: This setting has no effect on Mac OS systems, which do not provide the ability to pick the input tray by size.
      • PrintPageRange array (Optional; PDF 1.7) The page numbers used to initialize the print dialog box when the file is printed. The first page of the PDF file is denoted by 1. Each pair consists of the first and last pages in the sub-range. An odd number of integers causes this entry to be ignored. Negative numbers cause the entire array to be ignored. Default value: as defined by PDF viewer application
      • NumCopies integer (Optional; PDF 1.7) The number of copies to be printed when the print dialog is opened for this file. Supported values are the integers 2 through 5. Values outside this range are ignored. Default value: as defined by PDF viewer application, but typically 1
      + *
      • HideToolbar boolean (Optional) A flag specifying whether to hide the viewer application's tool bars when the document is active. Default value: false.
      • HideMenubar boolean (Optional) A flag specifying whether to hide the viewer application's menu bar when the document is active. Default value: false.
      • HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. Default value: false.
      • FitWindow boolean (Optional) A flag specifying whether to resize the document's window to fit the size of the first displayed page. Default value: false.
      • CenterWindow boolean (Optional) A flag specifying whether to position the document's window in the center of the screen. Default value: false.
      • DisplayDocTitle boolean (Optional; PDF 1.4) A flag specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary (see Section 10.2.1, "Document Information Dictionary"). If false, the title bar should instead display the name of the PDF file containing the document. Default value: false.
      • NonFullScreenPageMode name (Optional) The document's page mode, specifying how to display the document on exiting full-screen mode:
        • UseNone Neither document outline nor thumbnail images visible
        • UseOutlines Document outline visible
        • UseThumbs Thumbnail images visible
        • UseOC Optional content group panel visible
        This entry is meaningful only if the value of the PageMode entry in the catalog dictionary (see Section 3.6.1, "Document Catalog") is FullScreen; it is ignored otherwise. Default value: UseNone.
      • ViewArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be displayed when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • ViewClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • PrintArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be rendered when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • PrintClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • PrintScaling name (Optional; PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document. Valid values are:
        • None, which indicates that the print dialog should reflect no page scaling
        • AppDefault (default), which indicates that applications should use the current print scaling
      • Duplex name (Optional; PDF 1.7) The paper handling option to use when printing the file from the print dialog. The following values are valid:
        • Simplex - Print single-sided
        • DuplexFlipShortEdge - Duplex and flip on the short edge of the sheet
        • DuplexFlipLongEdge - Duplex and flip on the long edge of the sheet
        Default value: none
      • PickTrayByPDFSize boolean (Optional; PDF 1.7) A flag specifying whether the PDF page size is used to select the input paper tray. This setting influences only the preset values used to populate the print dialog presented by a PDF viewer application. If PickTrayByPDFSize is true, the check box in the print dialog associated with input paper tray is checked. Note: This setting has no effect on Mac OS systems, which do not provide the ability to pick the input tray by size.
      • PrintPageRange array (Optional; PDF 1.7) The page numbers used to initialize the print dialog box when the file is printed. The first page of the PDF file is denoted by 1. Each pair consists of the first and last pages in the sub-range. An odd number of integers causes this entry to be ignored. Negative numbers cause the entire array to be ignored. Default value: as defined by PDF viewer application
      • NumCopies integer (Optional; PDF 1.7) The number of copies to be printed when the print dialog is opened for this file. Supported values are the integers 2 through 5. Values outside this range are ignored. Default value: as defined by PDF viewer application, but typically 1
      * @param array $preferences array of options. * @author Nicola Asuni * @access public
diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html index 80a0c76..ad765f6 100644 --- a/doc/li_com-tecnick-tcpdf.html +++ b/doc/li_com-tecnick-tcpdf.html @@ -58,7 +58,7 @@ This documentation was generated by phpDocumentor v1.4.3

- Documentation generated on Sun, 03 Jan 2010 11:32:35 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
@@ -20537,7 +20752,7 @@ $s)
-

method _puttruetypeunicode [line 6606]

+

method _puttruetypeunicode [line 6605]

diff --git a/doc/index.html b/doc/index.html index 80a0c76..ad765f6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -58,7 +58,7 @@ This documentation was generated by phpDocumentor v1.4.3

- Documentation generated on Sun, 03 Jan 2010 11:32:35 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
diff --git a/doc/errors.html b/doc/errors.html index a9fe985..b364a8d 100644 --- a/doc/errors.html +++ b/doc/errors.html @@ -35,7 +35,7 @@ Post-parsing

- Documentation generated on Sun, 03 Jan 2010 11:32:43 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:17 +0100 by phpDocumentor 1.4.3
@@ -20582,7 +20797,7 @@ $font)
-

method _putviewerpreferences [line 7041]

+

method _putviewerpreferences [line 7040]

diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html index 44459e4..b6e1f69 100644 --- a/doc/elementindex_com-tecnick-tcpdf.html +++ b/doc/elementindex_com-tecnick-tcpdf.html @@ -87,7 +87,7 @@

_

_addfield
-
in file tcpdf.php, method TCPDF::_addfield()
+
in file tcpdf.php, method TCPDF::_addfield()
    Adds a javascript form field.
_beginpage
in file tcpdf.php, method TCPDF::_beginpage()
    Initialize a new page.
_datastring
@@ -121,7 +121,7 @@
_getfontpath
in file tcpdf.php, method TCPDF::_getfontpath()
    Return fonts path
_JScolor
-
in file tcpdf.php, method TCPDF::_JScolor()
+
in file tcpdf.php, method TCPDF::_JScolor()
    Convert color to javascript color.
_md5_16
in file tcpdf.php, method TCPDF::_md5_16()
    Encrypts a string using MD5 and returns it's value as a binary string.
_newobj
@@ -133,11 +133,11 @@
_outarc
in file tcpdf.php, method TCPDF::_outarc()
    Output an arc
_outCurve
-
in file tcpdf.php, method TCPDF::_outCurve()
+
in file tcpdf.php, method TCPDF::_outCurve()
    Draws a Bezier curve from last draw point.
_outLine
-
in file tcpdf.php, method TCPDF::_outLine()
+
in file tcpdf.php, method TCPDF::_outLine()
    Draws a line from last draw point.
_outPoint
-
in file tcpdf.php, method TCPDF::_outPoint()
+
in file tcpdf.php, method TCPDF::_outPoint()
    Set a draw point.
_outRect
in file tcpdf.php, method TCPDF::_outRect()
    Draws a rectangle.
_Ovalue
@@ -153,7 +153,7 @@
_putAPXObject
in file tcpdf.php, method TCPDF::_putAPXObject()
    Put appearance streams XObject used to define annotation's appearance states
_putbookmarks
-
in file tcpdf.php, method TCPDF::_putbookmarks()
+
in file tcpdf.php, method TCPDF::_putbookmarks()
    Create a bookmark PDF string.
_putcatalog
in file tcpdf.php, method TCPDF::_putcatalog()
    Output Catalog.
_putcidfont0
@@ -163,7 +163,7 @@
_putencryption
in file tcpdf.php, method TCPDF::_putencryption()
    Put encryption on PDF document.
_putextgstates
-
in file tcpdf.php, method TCPDF::_putextgstates()
+
in file tcpdf.php, method TCPDF::_putextgstates()
    Put extgstates for object transparency
_putfonts
in file tcpdf.php, method TCPDF::_putfonts()
    Output fonts.
_putfontwidths
@@ -175,9 +175,9 @@
_putinfo
in file tcpdf.php, method TCPDF::_putinfo()
    Adds some Metadata information (Document Information Dictionary)
_putjavascript
-
in file tcpdf.php, method TCPDF::_putjavascript()
+
in file tcpdf.php, method TCPDF::_putjavascript()
    Create a javascript PDF string.
_putocg
-
in file tcpdf.php, method TCPDF::_putocg()
+
in file tcpdf.php, method TCPDF::_putocg()
    Put visibility settings.
_putpages
in file tcpdf.php, method TCPDF::_putpages()
    Output pages.
_putresourcedict
@@ -187,7 +187,7 @@
_putshaders
in file tcpdf.php, method TCPDF::_putshaders()
    Output shaders.
_putsignature
-
in file tcpdf.php, method TCPDF::_putsignature()
+
in file tcpdf.php, method TCPDF::_putsignature()
    Add certification signature (DocMDP or UR3)
_putspotcolors
in file tcpdf.php, method TCPDF::_putspotcolors()
    Output Spot Colors Resources.
_putstream
@@ -243,7 +243,7 @@
AcceptPageBreak
in file tcpdf.php, method TCPDF::AcceptPageBreak()
    Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.
addExtGState
-
in file tcpdf.php, method TCPDF::addExtGState()
+
in file tcpdf.php, method TCPDF::addExtGState()
    Add transparency parameters to the current extgstate
AddFont
in file tcpdf.php, method TCPDF::AddFont()
    Imports a TrueType, Type1, core, or CID0 font and makes it available.
addHtmlLink
@@ -251,7 +251,7 @@
addHTMLVertSpace
in file tcpdf.php, method TCPDF::addHTMLVertSpace()
    Add vertical spaces if needed.
addJavascriptObject
-
in file tcpdf.php, method TCPDF::addJavascriptObject()
+
in file tcpdf.php, method TCPDF::addJavascriptObject()
    Adds a javascript object and return object ID
AddLink
in file tcpdf.php, method TCPDF::AddLink()
    Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
AddPage
@@ -329,9 +329,9 @@
binseq_to_array
in file barcodes.php, method TCPDFBarcode::binseq_to_array()
    Convert binary barcode sequence to TCPDF barcode array
Bookmark
-
in file tcpdf.php, method TCPDF::Bookmark()
+
in file tcpdf.php, method TCPDF::Bookmark()
    Adds a bookmark.
Button
-
in file tcpdf.php, method TCPDF::Button()
+
in file tcpdf.php, method TCPDF::Button()
    Creates a button field
top
@@ -375,7 +375,7 @@
Cell
in file tcpdf.php, method TCPDF::Cell()
    Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
CheckBox
-
in file tcpdf.php, method TCPDF::CheckBox()
+
in file tcpdf.php, method TCPDF::CheckBox()
    Creates a CheckBox field
checkPageBreak
in file tcpdf.php, method TCPDF::checkPageBreak()
    Add page if needed.
checksum_code39
@@ -393,7 +393,7 @@
closeHTMLTagHandler
in file tcpdf.php, method TCPDF::closeHTMLTagHandler()
    Process closing tags.
ComboBox
-
in file tcpdf.php, method TCPDF::ComboBox()
+
in file tcpdf.php, method TCPDF::ComboBox()
    Creates a Combo-box field
commitTransaction
in file tcpdf.php, method TCPDF::commitTransaction()
    Delete the copy of the current TCPDF object used for undo operation.
convertHTMLColorToDec
@@ -411,7 +411,7 @@

d

$default_form_prop
-
in file tcpdf.php, variable TCPDF::$default_form_prop
+
in file tcpdf.php, variable TCPDF::$default_form_prop
    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.
$default_monospaced_font
in file tcpdf.php, variable TCPDF::$default_monospaced_font
    Default monospaced font
$default_table_columns
@@ -543,7 +543,7 @@
getAliasNumPage
in file tcpdf.php, method TCPDF::getAliasNumPage()
    Returns the string alias used for the page number.
getAnnotOptFromJSProp
-
in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
+
in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
    Convert JavaScript form fields properties array to Annotation Properties array.
GetArrStringWidth
in file tcpdf.php, method TCPDF::GetArrStringWidth()
    Returns the string length of an array of chars in user unit. A font must be selected.
getBarcode
@@ -559,7 +559,7 @@
getCellCode
in file tcpdf.php, method TCPDF::getCellCode()
    Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
getCellHeightRatio
-
in file tcpdf.php, method TCPDF::getCellHeightRatio()
+
in file tcpdf.php, method TCPDF::getCellHeightRatio()
    return the height of cell repect font height.
GetCharWidth
in file tcpdf.php, method TCPDF::GetCharWidth()
    Returns the length of the char in user unit for the current font.
getFontBuffer
@@ -579,13 +579,13 @@
getFooterMargin
in file tcpdf.php, method TCPDF::getFooterMargin()
    Returns footer margin in user units.
getFormDefaultProp
-
in file tcpdf.php, method TCPDF::getFormDefaultProp()
+
in file tcpdf.php, method TCPDF::getFormDefaultProp()
    Return the default properties for form fields.
getGDgamma
in file tcpdf.php, method TCPDF::getGDgamma()
    Correct the gamma value to be used with GD library
getGraphicVars
in file tcpdf.php, method TCPDF::getGraphicVars()
    Returns current graphic variables as array.
getGroupPageNo
-
in file tcpdf.php, method TCPDF::getGroupPageNo()
+
in file tcpdf.php, method TCPDF::getGroupPageNo()
    Return the current page in the group.
getGroupPageNoFormatted
in file tcpdf.php, method TCPDF::getGroupPageNoFormatted()
    Returns the current group page number formatted as a string.
getHeaderData
@@ -631,11 +631,11 @@
getPageDimensions
in file tcpdf.php, method TCPDF::getPageDimensions()
    Returns an array of page dimensions:
getPageGroupAlias
-
in file tcpdf.php, method TCPDF::getPageGroupAlias()
+
in file tcpdf.php, method TCPDF::getPageGroupAlias()
    Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageHeight
in file tcpdf.php, method TCPDF::getPageHeight()
    Returns the page height in units.
getPageNumGroupAlias
-
in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
+
in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
    Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageWidth
in file tcpdf.php, method TCPDF::getPageWidth()
    Returns the page width in units.
getPDFData
@@ -735,7 +735,7 @@
imb_tables
in file barcodes.php, method TCPDFBarcode::imb_tables()
    generate Nof13 tables used for Intelligent Mail Barcode
IncludeJS
-
in file tcpdf.php, method TCPDF::IncludeJS()
+
in file tcpdf.php, method TCPDF::IncludeJS()
    Adds a javascript
intToRoman
in file tcpdf.php, method TCPDF::intToRoman()
    Returns the Roman representation of an integer number
isRTLTextDir
@@ -863,7 +863,7 @@
Link
in file tcpdf.php, method TCPDF::Link()
    Puts a link on a rectangular area of the page.
ListBox
-
in file tcpdf.php, method TCPDF::ListBox()
+
in file tcpdf.php, method TCPDF::ListBox()
    Creates a List-box field
Ln
in file tcpdf.php, method TCPDF::Ln()
    Performs a line break.
@@ -1069,7 +1069,7 @@
RadialGradient
in file tcpdf.php, method TCPDF::RadialGradient()
    Paints a radial colour gradient.
RadioButton
-
in file tcpdf.php, method TCPDF::RadioButton()
+
in file tcpdf.php, method TCPDF::RadioButton()
    Creates a RadioButton field
readDiskCache
in file tcpdf.php, method TCPDF::readDiskCache()
    Read data from a temporary file on filesystem.
Rect
@@ -1121,7 +1121,7 @@
ScaleY
in file tcpdf.php, method TCPDF::ScaleY()
    Vertical Scaling.
setAlpha
-
in file tcpdf.php, method TCPDF::setAlpha()
+
in file tcpdf.php, method TCPDF::setAlpha()
    Set alpha for stroking (CA) and non-stroking (ca) operations.
SetAuthor
in file tcpdf.php, method TCPDF::SetAuthor()
    Defines the author of the document.
SetAutoPageBreak
@@ -1135,7 +1135,7 @@
setBuffer
in file tcpdf.php, method TCPDF::setBuffer()
    Set buffer content (always append data).
setCellHeightRatio
-
in file tcpdf.php, method TCPDF::setCellHeightRatio()
+
in file tcpdf.php, method TCPDF::setCellHeightRatio()
    Set the height of the cell (line height) respect the font height.
SetCellPadding
in file tcpdf.php, method TCPDF::SetCellPadding()
    Set the internal Cell padding.
SetCompression
@@ -1147,7 +1147,7 @@
SetDefaultMonospacedFont
in file tcpdf.php, method TCPDF::SetDefaultMonospacedFont()
    Defines the default monospaced font.
setDefaultTableColumns
-
in file tcpdf.php, method TCPDF::setDefaultTableColumns()
+
in file tcpdf.php, method TCPDF::setDefaultTableColumns()
    Set the default number of columns in a row for HTML tables.
SetDisplayMode
in file tcpdf.php, method TCPDF::SetDisplayMode()
    Defines the way the document is to be displayed by the viewer.
SetDrawColor
@@ -1157,7 +1157,7 @@
SetDrawSpotColor
in file tcpdf.php, method TCPDF::SetDrawSpotColor()
    Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
setExtGState
-
in file tcpdf.php, method TCPDF::setExtGState()
+
in file tcpdf.php, method TCPDF::setExtGState()
    Add an extgstate
SetFillColor
in file tcpdf.php, method TCPDF::SetFillColor()
    Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetFillColorArray
@@ -1179,7 +1179,7 @@
setFooterMargin
in file tcpdf.php, method TCPDF::setFooterMargin()
    Set footer margin.
setFormDefaultProp
-
in file tcpdf.php, method TCPDF::setFormDefaultProp()
+
in file tcpdf.php, method TCPDF::setFormDefaultProp()
    Set default properties for form fields.
setGraphicVars
in file tcpdf.php, method TCPDF::setGraphicVars()
    Set graphic variables.
setHeader
@@ -1201,7 +1201,7 @@
setImageSubBuffer
in file tcpdf.php, method TCPDF::setImageSubBuffer()
    Set image buffer content for a specified sub-key.
setJPEGQuality
-
in file tcpdf.php, method TCPDF::setJPEGQuality()
+
in file tcpdf.php, method TCPDF::setJPEGQuality()
    Set the default JPEG compression quality (1-100)
SetKeywords
in file tcpdf.php, method TCPDF::SetKeywords()
    Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
setLanguageArray
@@ -1237,7 +1237,7 @@
setPageUnit
in file tcpdf.php, method TCPDF::setPageUnit()
    Set the units of measure for the document.
setPDFVersion
-
in file tcpdf.php, method TCPDF::setPDFVersion()
+
in file tcpdf.php, method TCPDF::setPDFVersion()
    Set the PDF version (check PDF reference for valid values).
setPrintFooter
in file tcpdf.php, method TCPDF::setPrintFooter()
    Set a flag to print page footer.
setPrintHeader
@@ -1249,7 +1249,7 @@
setRTL
in file tcpdf.php, method TCPDF::setRTL()
    Enable or disable Right-To-Left language mode
setSignature
-
in file tcpdf.php, method TCPDF::setSignature()
+
in file tcpdf.php, method TCPDF::setSignature()
    Enable document signature (requires the OpenSSL Library).
setSpacesRE
in file tcpdf.php, method TCPDF::setSpacesRE()
    Set regular expression to detect withespaces or word separators.
SetSubject
@@ -1269,11 +1269,11 @@
SetTopMargin
in file tcpdf.php, method TCPDF::SetTopMargin()
    Defines the top margin. The method can be called before creating the first page.
setUserRights
-
in file tcpdf.php, method TCPDF::setUserRights()
+
in file tcpdf.php, method TCPDF::setUserRights()
    Set User's Rights for PDF Reader WARNING: This works only using the Adobe private key with the setSignature() method!.
setViewerPreferences
-
in file tcpdf.php, method TCPDF::setViewerPreferences()
+
in file tcpdf.php, method TCPDF::setViewerPreferences()
    Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.
setVisibility
-
in file tcpdf.php, method TCPDF::setVisibility()
+
in file tcpdf.php, method TCPDF::setVisibility()
    Set the visibility of the successive elements.
SetX
in file tcpdf.php, method TCPDF::SetX()
    Defines the abscissa of the current position.
SetXY
@@ -1293,7 +1293,7 @@
startPage
in file tcpdf.php, method TCPDF::startPage()
    Starts a new page to the document. The page must be closed using the endPage() function.
startPageGroup
-
in file tcpdf.php, method TCPDF::startPageGroup()
+
in file tcpdf.php, method TCPDF::startPageGroup()
    Create a new page group.
startTransaction
in file tcpdf.php, method TCPDF::startTransaction()
    Stores a copy of the current TCPDF object used for undo operation.
StartTransform
@@ -1345,7 +1345,7 @@
Text
in file tcpdf.php, method TCPDF::Text()
    Prints a character string.
TextField
-
in file tcpdf.php, method TCPDF::TextField()
+
in file tcpdf.php, method TCPDF::TextField()
    Creates a text field
Transform
in file tcpdf.php, method TCPDF::Transform()
    Apply graphic transformations.
Translate
@@ -1471,7 +1471,7 @@ top

- Documentation generated on Sun, 03 Jan 2010 11:32:35 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
diff --git a/doc/elementindex.html b/doc/elementindex.html index 780c05e..8efa31b 100644 --- a/doc/elementindex.html +++ b/doc/elementindex.html @@ -84,7 +84,7 @@
AcceptPageBreak
in file tcpdf.php, method TCPDF::AcceptPageBreak()
    Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.
addExtGState
-
in file tcpdf.php, method TCPDF::addExtGState()
+
in file tcpdf.php, method TCPDF::addExtGState()
    Add transparency parameters to the current extgstate
AddFont
in file tcpdf.php, method TCPDF::AddFont()
    Imports a TrueType, Type1, core, or CID0 font and makes it available.
addHtmlLink
@@ -92,7 +92,7 @@
addHTMLVertSpace
in file tcpdf.php, method TCPDF::addHTMLVertSpace()
    Add vertical spaces if needed.
addJavascriptObject
-
in file tcpdf.php, method TCPDF::addJavascriptObject()
+
in file tcpdf.php, method TCPDF::addJavascriptObject()
    Adds a javascript object and return object ID
AddLink
in file tcpdf.php, method TCPDF::AddLink()
    Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
AddPage
@@ -170,9 +170,9 @@
binseq_to_array
in file barcodes.php, method TCPDFBarcode::binseq_to_array()
    Convert binary barcode sequence to TCPDF barcode array
Bookmark
-
in file tcpdf.php, method TCPDF::Bookmark()
+
in file tcpdf.php, method TCPDF::Bookmark()
    Adds a bookmark.
Button
-
in file tcpdf.php, method TCPDF::Button()
+
in file tcpdf.php, method TCPDF::Button()
    Creates a button field
top
@@ -216,7 +216,7 @@
Cell
in file tcpdf.php, method TCPDF::Cell()
    Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
CheckBox
-
in file tcpdf.php, method TCPDF::CheckBox()
+
in file tcpdf.php, method TCPDF::CheckBox()
    Creates a CheckBox field
checkPageBreak
in file tcpdf.php, method TCPDF::checkPageBreak()
    Add page if needed.
checksum_code39
@@ -234,7 +234,7 @@
closeHTMLTagHandler
in file tcpdf.php, method TCPDF::closeHTMLTagHandler()
    Process closing tags.
ComboBox
-
in file tcpdf.php, method TCPDF::ComboBox()
+
in file tcpdf.php, method TCPDF::ComboBox()
    Creates a Combo-box field
commitTransaction
in file tcpdf.php, method TCPDF::commitTransaction()
    Delete the copy of the current TCPDF object used for undo operation.
convertHTMLColorToDec
@@ -252,7 +252,7 @@

d

$default_form_prop
-
in file tcpdf.php, variable TCPDF::$default_form_prop
+
in file tcpdf.php, variable TCPDF::$default_form_prop
    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.
$default_monospaced_font
in file tcpdf.php, variable TCPDF::$default_monospaced_font
    Default monospaced font
$default_table_columns
@@ -384,7 +384,7 @@
getAliasNumPage
in file tcpdf.php, method TCPDF::getAliasNumPage()
    Returns the string alias used for the page number.
getAnnotOptFromJSProp
-
in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
+
in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
    Convert JavaScript form fields properties array to Annotation Properties array.
GetArrStringWidth
in file tcpdf.php, method TCPDF::GetArrStringWidth()
    Returns the string length of an array of chars in user unit. A font must be selected.
getBarcode
@@ -400,7 +400,7 @@
getCellCode
in file tcpdf.php, method TCPDF::getCellCode()
    Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
getCellHeightRatio
-
in file tcpdf.php, method TCPDF::getCellHeightRatio()
+
in file tcpdf.php, method TCPDF::getCellHeightRatio()
    return the height of cell repect font height.
GetCharWidth
in file tcpdf.php, method TCPDF::GetCharWidth()
    Returns the length of the char in user unit for the current font.
getFontBuffer
@@ -420,13 +420,13 @@
getFooterMargin
in file tcpdf.php, method TCPDF::getFooterMargin()
    Returns footer margin in user units.
getFormDefaultProp
-
in file tcpdf.php, method TCPDF::getFormDefaultProp()
+
in file tcpdf.php, method TCPDF::getFormDefaultProp()
    Return the default properties for form fields.
getGDgamma
in file tcpdf.php, method TCPDF::getGDgamma()
    Correct the gamma value to be used with GD library
getGraphicVars
in file tcpdf.php, method TCPDF::getGraphicVars()
    Returns current graphic variables as array.
getGroupPageNo
-
in file tcpdf.php, method TCPDF::getGroupPageNo()
+
in file tcpdf.php, method TCPDF::getGroupPageNo()
    Return the current page in the group.
getGroupPageNoFormatted
in file tcpdf.php, method TCPDF::getGroupPageNoFormatted()
    Returns the current group page number formatted as a string.
getHeaderData
@@ -472,11 +472,11 @@
getPageDimensions
in file tcpdf.php, method TCPDF::getPageDimensions()
    Returns an array of page dimensions:
getPageGroupAlias
-
in file tcpdf.php, method TCPDF::getPageGroupAlias()
+
in file tcpdf.php, method TCPDF::getPageGroupAlias()
    Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageHeight
in file tcpdf.php, method TCPDF::getPageHeight()
    Returns the page height in units.
getPageNumGroupAlias
-
in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
+
in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
    Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageWidth
in file tcpdf.php, method TCPDF::getPageWidth()
    Returns the page width in units.
getPDFData
@@ -576,7 +576,7 @@
imb_tables
in file barcodes.php, method TCPDFBarcode::imb_tables()
    generate Nof13 tables used for Intelligent Mail Barcode
IncludeJS
-
in file tcpdf.php, method TCPDF::IncludeJS()
+
in file tcpdf.php, method TCPDF::IncludeJS()
    Adds a javascript
intToRoman
in file tcpdf.php, method TCPDF::intToRoman()
    Returns the Roman representation of an integer number
isRTLTextDir
@@ -704,7 +704,7 @@
Link
in file tcpdf.php, method TCPDF::Link()
    Puts a link on a rectangular area of the page.
ListBox
-
in file tcpdf.php, method TCPDF::ListBox()
+
in file tcpdf.php, method TCPDF::ListBox()
    Creates a List-box field
Ln
in file tcpdf.php, method TCPDF::Ln()
    Performs a line break.
@@ -910,7 +910,7 @@
RadialGradient
in file tcpdf.php, method TCPDF::RadialGradient()
    Paints a radial colour gradient.
RadioButton
-
in file tcpdf.php, method TCPDF::RadioButton()
+
in file tcpdf.php, method TCPDF::RadioButton()
    Creates a RadioButton field
readDiskCache
in file tcpdf.php, method TCPDF::readDiskCache()
    Read data from a temporary file on filesystem.
Rect
@@ -962,7 +962,7 @@
ScaleY
in file tcpdf.php, method TCPDF::ScaleY()
    Vertical Scaling.
setAlpha
-
in file tcpdf.php, method TCPDF::setAlpha()
+
in file tcpdf.php, method TCPDF::setAlpha()
    Set alpha for stroking (CA) and non-stroking (ca) operations.
SetAuthor
in file tcpdf.php, method TCPDF::SetAuthor()
    Defines the author of the document.
SetAutoPageBreak
@@ -976,7 +976,7 @@
setBuffer
in file tcpdf.php, method TCPDF::setBuffer()
    Set buffer content (always append data).
setCellHeightRatio
-
in file tcpdf.php, method TCPDF::setCellHeightRatio()
+
in file tcpdf.php, method TCPDF::setCellHeightRatio()
    Set the height of the cell (line height) respect the font height.
SetCellPadding
in file tcpdf.php, method TCPDF::SetCellPadding()
    Set the internal Cell padding.
SetCompression
@@ -988,7 +988,7 @@
SetDefaultMonospacedFont
in file tcpdf.php, method TCPDF::SetDefaultMonospacedFont()
    Defines the default monospaced font.
setDefaultTableColumns
-
in file tcpdf.php, method TCPDF::setDefaultTableColumns()
+
in file tcpdf.php, method TCPDF::setDefaultTableColumns()
    Set the default number of columns in a row for HTML tables.
SetDisplayMode
in file tcpdf.php, method TCPDF::SetDisplayMode()
    Defines the way the document is to be displayed by the viewer.
SetDrawColor
@@ -998,7 +998,7 @@
SetDrawSpotColor
in file tcpdf.php, method TCPDF::SetDrawSpotColor()
    Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
setExtGState
-
in file tcpdf.php, method TCPDF::setExtGState()
+
in file tcpdf.php, method TCPDF::setExtGState()
    Add an extgstate
SetFillColor
in file tcpdf.php, method TCPDF::SetFillColor()
    Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetFillColorArray
@@ -1020,7 +1020,7 @@
setFooterMargin
in file tcpdf.php, method TCPDF::setFooterMargin()
    Set footer margin.
setFormDefaultProp
-
in file tcpdf.php, method TCPDF::setFormDefaultProp()
+
in file tcpdf.php, method TCPDF::setFormDefaultProp()
    Set default properties for form fields.
setGraphicVars
in file tcpdf.php, method TCPDF::setGraphicVars()
    Set graphic variables.
setHeader
@@ -1042,7 +1042,7 @@
setImageSubBuffer
in file tcpdf.php, method TCPDF::setImageSubBuffer()
    Set image buffer content for a specified sub-key.
setJPEGQuality
-
in file tcpdf.php, method TCPDF::setJPEGQuality()
+
in file tcpdf.php, method TCPDF::setJPEGQuality()
    Set the default JPEG compression quality (1-100)
SetKeywords
in file tcpdf.php, method TCPDF::SetKeywords()
    Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
setLanguageArray
@@ -1078,7 +1078,7 @@
setPageUnit
in file tcpdf.php, method TCPDF::setPageUnit()
    Set the units of measure for the document.
setPDFVersion
-
in file tcpdf.php, method TCPDF::setPDFVersion()
+
in file tcpdf.php, method TCPDF::setPDFVersion()
    Set the PDF version (check PDF reference for valid values).
setPrintFooter
in file tcpdf.php, method TCPDF::setPrintFooter()
    Set a flag to print page footer.
setPrintHeader
@@ -1090,7 +1090,7 @@
setRTL
in file tcpdf.php, method TCPDF::setRTL()
    Enable or disable Right-To-Left language mode
setSignature
-
in file tcpdf.php, method TCPDF::setSignature()
+
in file tcpdf.php, method TCPDF::setSignature()
    Enable document signature (requires the OpenSSL Library).
setSpacesRE
in file tcpdf.php, method TCPDF::setSpacesRE()
    Set regular expression to detect withespaces or word separators.
SetSubject
@@ -1110,11 +1110,11 @@
SetTopMargin
in file tcpdf.php, method TCPDF::SetTopMargin()
    Defines the top margin. The method can be called before creating the first page.
setUserRights
-
in file tcpdf.php, method TCPDF::setUserRights()
+
in file tcpdf.php, method TCPDF::setUserRights()
    Set User's Rights for PDF Reader WARNING: This works only using the Adobe private key with the setSignature() method!.
setViewerPreferences
-
in file tcpdf.php, method TCPDF::setViewerPreferences()
+
in file tcpdf.php, method TCPDF::setViewerPreferences()
    Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.
setVisibility
-
in file tcpdf.php, method TCPDF::setVisibility()
+
in file tcpdf.php, method TCPDF::setVisibility()
    Set the visibility of the successive elements.
SetX
in file tcpdf.php, method TCPDF::SetX()
    Defines the abscissa of the current position.
SetXY
@@ -1134,7 +1134,7 @@
startPage
in file tcpdf.php, method TCPDF::startPage()
    Starts a new page to the document. The page must be closed using the endPage() function.
startPageGroup
-
in file tcpdf.php, method TCPDF::startPageGroup()
+
in file tcpdf.php, method TCPDF::startPageGroup()
    Create a new page group.
startTransaction
in file tcpdf.php, method TCPDF::startTransaction()
    Stores a copy of the current TCPDF object used for undo operation.
StartTransform
@@ -1186,7 +1186,7 @@
Text
in file tcpdf.php, method TCPDF::Text()
    Prints a character string.
TextField
-
in file tcpdf.php, method TCPDF::TextField()
+
in file tcpdf.php, method TCPDF::TextField()
    Creates a text field
Transform
in file tcpdf.php, method TCPDF::Transform()
    Apply graphic transformations.
Translate
@@ -1316,7 +1316,7 @@

_

_addfield
-
in file tcpdf.php, method TCPDF::_addfield()
+
in file tcpdf.php, method TCPDF::_addfield()
    Adds a javascript form field.
_beginpage
in file tcpdf.php, method TCPDF::_beginpage()
    Initialize a new page.
_datastring
@@ -1350,7 +1350,7 @@
_getfontpath
in file tcpdf.php, method TCPDF::_getfontpath()
    Return fonts path
_JScolor
-
in file tcpdf.php, method TCPDF::_JScolor()
+
in file tcpdf.php, method TCPDF::_JScolor()
    Convert color to javascript color.
_md5_16
in file tcpdf.php, method TCPDF::_md5_16()
    Encrypts a string using MD5 and returns it's value as a binary string.
_newobj
@@ -1362,11 +1362,11 @@
_outarc
in file tcpdf.php, method TCPDF::_outarc()
    Output an arc
_outCurve
-
in file tcpdf.php, method TCPDF::_outCurve()
+
in file tcpdf.php, method TCPDF::_outCurve()
    Draws a Bezier curve from last draw point.
_outLine
-
in file tcpdf.php, method TCPDF::_outLine()
+
in file tcpdf.php, method TCPDF::_outLine()
    Draws a line from last draw point.
_outPoint
-
in file tcpdf.php, method TCPDF::_outPoint()
+
in file tcpdf.php, method TCPDF::_outPoint()
    Set a draw point.
_outRect
in file tcpdf.php, method TCPDF::_outRect()
    Draws a rectangle.
_Ovalue
@@ -1382,7 +1382,7 @@
_putAPXObject
in file tcpdf.php, method TCPDF::_putAPXObject()
    Put appearance streams XObject used to define annotation's appearance states
_putbookmarks
-
in file tcpdf.php, method TCPDF::_putbookmarks()
+
in file tcpdf.php, method TCPDF::_putbookmarks()
    Create a bookmark PDF string.
_putcatalog
in file tcpdf.php, method TCPDF::_putcatalog()
    Output Catalog.
_putcidfont0
@@ -1392,7 +1392,7 @@
_putencryption
in file tcpdf.php, method TCPDF::_putencryption()
    Put encryption on PDF document.
_putextgstates
-
in file tcpdf.php, method TCPDF::_putextgstates()
+
in file tcpdf.php, method TCPDF::_putextgstates()
    Put extgstates for object transparency
_putfonts
in file tcpdf.php, method TCPDF::_putfonts()
    Output fonts.
_putfontwidths
@@ -1404,9 +1404,9 @@
_putinfo
in file tcpdf.php, method TCPDF::_putinfo()
    Adds some Metadata information (Document Information Dictionary)
_putjavascript
-
in file tcpdf.php, method TCPDF::_putjavascript()
+
in file tcpdf.php, method TCPDF::_putjavascript()
    Create a javascript PDF string.
_putocg
-
in file tcpdf.php, method TCPDF::_putocg()
+
in file tcpdf.php, method TCPDF::_putocg()
    Put visibility settings.
_putpages
in file tcpdf.php, method TCPDF::_putpages()
    Output pages.
_putresourcedict
@@ -1416,7 +1416,7 @@
_putshaders
in file tcpdf.php, method TCPDF::_putshaders()
    Output shaders.
_putsignature
-
in file tcpdf.php, method TCPDF::_putsignature()
+
in file tcpdf.php, method TCPDF::_putsignature()
    Add certification signature (DocMDP or UR3)
_putspotcolors
in file tcpdf.php, method TCPDF::_putspotcolors()
    Output Spot Colors Resources.
_putstream
@@ -1448,7 +1448,7 @@ top

- Documentation generated on Sun, 03 Jan 2010 11:32:35 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
@@ -20613,7 +20828,7 @@ $font)
-

method _putxobjectdict [line 6832]

+

method _putxobjectdict [line 6831]

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




- Documentation generated on Sun, 03 Jan 2010 11:32:43 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:17 +0100 by phpDocumentor 1.4.3
@@ -20638,7 +20853,7 @@ $font)
-

method _RC4 [line 7918]

+

method _RC4 [line 7917]

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

diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html index 711c03c..19a0236 100644 --- a/doc/com-tecnick-tcpdf/_htmlcolors.php.html +++ b/doc/com-tecnick-tcpdf/_htmlcolors.php.html @@ -88,7 +88,7 @@ Array of WEB safe colors.




- Documentation generated on Sun, 03 Jan 2010 11:32:36 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
@@ -20689,7 +20904,7 @@ $text)
-

method _textstring [line 7410]

+

method _textstring [line 7409]

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




- Documentation generated on Sun, 03 Jan 2010 11:32:43 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:17 +0100 by phpDocumentor 1.4.3
diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html index d5539c2..39000be 100644 --- a/doc/com-tecnick-tcpdf/_barcodes.php.html +++ b/doc/com-tecnick-tcpdf/_barcodes.php.html @@ -96,7 +96,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit

- Documentation generated on Sun, 03 Jan 2010 11:32:35 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
@@ -20770,7 +20985,7 @@ $file)
-

method _Uvalue [line 7984]

+

method _Uvalue [line 7983]

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

- Documentation generated on Sun, 03 Jan 2010 11:32:35 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
@@ -20807,7 +21022,7 @@ $file)

- Documentation generated on Sun, 03 Jan 2010 11:32:36 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3
author:  Nicola Asuni
version:  4.8.021version:  4.8.022
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.8.021 (http://www.tcpdf.org)' + PDF_PRODUCER = 'TCPDF 4.8.022 (http://www.tcpdf.org)'
@@ -115,7 +115,7 @@ unicode data


- Documentation generated on Sun, 03 Jan 2010 11:32:36 +0100 by phpDocumentor 1.4.3 + Documentation generated on Thu, 14 Jan 2010 15:02:14 +0100 by phpDocumentor 1.4.3