Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ x ]
[ y ]
[ z ]
[ _ ]
a
- $AliasNbPages
- in file TCPDF, variable TCPDF::$AliasNbPages
- $author
- in file TCPDF, variable TCPDF::$author
- $AutoPageBreak
- in file TCPDF, variable TCPDF::$AutoPageBreak
- AcceptPageBreak
- in file TCPDF, 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. The default implementation returns a value according to the mode selected by SetAutoPageBreak().
- AddFont
- in file TCPDF, method TCPDF::AddFont()
Imports a TrueType or Type1 font and makes it available. It is necessary to generate a font definition file first with the makefont.php utility. The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by K_PATH_FONTS if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.
- addHtmlLink
- in file TCPDF, method TCPDF::addHtmlLink()
Output anchor link.
- AddLink
- in file TCPDF, 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
- in file TCPDF, method TCPDF::AddPage()
Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer. Then the page is added, the current position set to the top-left corner according to the left and top margins, and Header() is called to display the header.
- AliasNbPages
- in file TCPDF, method TCPDF::AliasNbPages()
Defines an alias for the total number of pages. It will be substituted as the document is closed.
- arrUTF8ToUTF16BE
- in file TCPDF, method TCPDF::arrUTF8ToUTF16BE()
Converts array of UTF-8 characters to UTF16-BE string.
top
b
- $b
- in file TCPDF, variable TCPDF::$b
- $barcode
- in file TCPDF, variable TCPDF::$barcode
- $bMargin
- in file TCPDF, variable TCPDF::$bMargin
- $buffer
- in file TCPDF, variable TCPDF::$buffer
- BarcodeObject
- procedural page BarcodeObject
- BarcodeObject
- procedural page BarcodeObject
- BarcodeObject
- procedural page BarcodeObject
- BarcodeObject
- procedural page BarcodeObject
- BarcodeObject
- procedural page BarcodeObject
- BarcodeObject
- procedural page BarcodeObject
- BarcodeObject
- procedural page BarcodeObject
- BarcodeObject
- in file BarcodeObject, class BarcodeObject
Barcode Render Class for PHP using the GD graphics library.
- BCD_C39_NARROW_BAR
- in file BarcodeObject, constant BCD_C39_NARROW_BAR
narrow bar option
- BCD_C39_WIDE_BAR
- in file BarcodeObject, constant BCD_C39_WIDE_BAR
wide bar option
- BCD_C128_BAR_1
- in file BarcodeObject, constant BCD_C128_BAR_1
set type 1 bar
- BCD_C128_BAR_2
- in file BarcodeObject, constant BCD_C128_BAR_2
set type 2 bar
- BCD_C128_BAR_3
- in file BarcodeObject, constant BCD_C128_BAR_3
set type 3 bar
- BCD_C128_BAR_4
- in file BarcodeObject, constant BCD_C128_BAR_4
set type 4 bar
- BCD_DEFAULT_BACKGROUND_COLOR
- in file BarcodeObject, constant BCD_DEFAULT_BACKGROUND_COLOR
set default background color
- BCD_DEFAULT_FONT
- in file BarcodeObject, constant BCD_DEFAULT_FONT
set default font
- BCD_DEFAULT_FOREGROUND_COLOR
- in file BarcodeObject, constant BCD_DEFAULT_FOREGROUND_COLOR
set default foreground color
- BCD_DEFAULT_HEIGHT
- in file BarcodeObject, constant BCD_DEFAULT_HEIGHT
set default height
- BCD_DEFAULT_MAR_Y1
- in file BarcodeObject, constant BCD_DEFAULT_MAR_Y1
set default margin
- BCD_DEFAULT_MAR_Y2
- in file BarcodeObject, constant BCD_DEFAULT_MAR_Y2
set default margin
- BCD_DEFAULT_STYLE
- in file BarcodeObject, constant BCD_DEFAULT_STYLE
set default style options
- BCD_DEFAULT_TEXT_OFFSET
- in file BarcodeObject, constant BCD_DEFAULT_TEXT_OFFSET
set default text offset
- BCD_DEFAULT_WIDTH
- in file BarcodeObject, constant BCD_DEFAULT_WIDTH
set default width
- BCD_DEFAULT_XRES
- in file BarcodeObject, constant BCD_DEFAULT_XRES
st default horizontal resolution
- BCD_I25_NARROW_BAR
- in file BarcodeObject, constant BCD_I25_NARROW_BAR
narrow bar option
- BCD_I25_WIDE_BAR
- in file BarcodeObject, constant BCD_I25_WIDE_BAR
wide bar option
- BCS_ALIGN_CENTER
- in file BarcodeObject, constant BCS_ALIGN_CENTER
option: center barcode
- BCS_ALIGN_LEFT
- in file BarcodeObject, constant BCS_ALIGN_LEFT
option: align left
- BCS_ALIGN_RIGHT
- in file BarcodeObject, constant BCS_ALIGN_RIGHT
option: align right
- BCS_BORDER
- in file BarcodeObject, constant BCS_BORDER
option: generate barcode border
- BCS_DRAW_TEXT
- in file BarcodeObject, constant BCS_DRAW_TEXT
option: draw text
- BCS_I25_DRAW_CHECK
- in file BarcodeObject, constant BCS_I25_DRAW_CHECK
option: draw check
- BCS_IMAGE_JPEG
- in file BarcodeObject, constant BCS_IMAGE_JPEG
option: generate JPEG image
- BCS_IMAGE_PNG
- in file BarcodeObject, constant BCS_IMAGE_PNG
option: generate PNG image
- BCS_REVERSE_COLOR
- in file BarcodeObject, constant BCS_REVERSE_COLOR
option: reverse color
- BCS_STRETCH_TEXT
- in file BarcodeObject, constant BCS_STRETCH_TEXT
option: stretch text
- BCS_TRANSPARENT
- in file BarcodeObject, constant BCS_TRANSPARENT
option: use transparent background
- Bookmark
- in file TCPDF, method TCPDF::Bookmark()
- Button
- in file TCPDF, method TCPDF::Button()
top
c
- $cMargin
- in file TCPDF, variable TCPDF::$cMargin
- $ColorFlag
- in file TCPDF, variable TCPDF::$ColorFlag
- $compress
- in file TCPDF, variable TCPDF::$compress
- $CoreFonts
- in file TCPDF, variable TCPDF::$CoreFonts
- $creator
- in file TCPDF, variable TCPDF::$creator
- $CurOrientation
- in file TCPDF, variable TCPDF::$CurOrientation
- $CurrentFont
- in file TCPDF, variable TCPDF::$CurrentFont
- C39Object
- in file BarcodeObject, class C39Object
Code 39 Barcode Render Class. Code 39 is an alphanumeric bar code that can encode decimal number, case alphabet and some special symbols.
- C128AObject
- in file BarcodeObject, class C128AObject
Code 128-A Barcode Render Class for PHP using the GD graphics library. Code 128-A is a continuous, multilevel and include all upper case alphanumeric characters and ASCII control characters.
- C128BObject
- in file BarcodeObject, class C128BObject
Code 128-B Barcode Render Class for PHP using the GD graphics library. Code 128-B is a continuous, multilevel and full ASCII code.
- C128CObject
- in file BarcodeObject, class C128CObject
Code 128-C Barcode Render Class for PHP using the GD graphics library. Code 128-C is numeric only and provides the most efficiency.
- Cell
- in file TCPDF, 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, method TCPDF::CheckBox()
- Circle
- in file TCPDF, method TCPDF::Circle()
Draws a circle.
- Close
- in file TCPDF, method TCPDF::Close()
Terminates the PDF document. It is not necessary to call this method explicitly because Output() does it automatically. If the document contains no page, AddPage() is called to prevent from getting an invalid document.
- closedHTMLTagHandler
- in file TCPDF, method TCPDF::closedHTMLTagHandler()
Process closing tags.
- ComboBox
- in file TCPDF, method TCPDF::ComboBox()
- convertColorHexToDec
- in file TCPDF, method TCPDF::convertColorHexToDec()
Returns an associative array (keys: R,G,B) from a hex html code (e.g. #3FE5AA).
- Curve
- in file TCPDF, method TCPDF::Curve()
Draws a Bezier curve.
top
d
- $default_table_columns
- in file TCPDF, variable TCPDF::$default_table_columns
- $DefOrientation
- in file TCPDF, variable TCPDF::$DefOrientation
- $diffs
- in file TCPDF, variable TCPDF::$diffs
- $DrawColor
- in file TCPDF, variable TCPDF::$DrawColor
- DestroyObject
- in file BarcodeObject, method BarcodeObject::DestroyObject()
Destroy the barcode image.
- DrawBorder
- in file BarcodeObject, method BarcodeObject::DrawBorder()
Draws the barcode border.
- DrawChar
- in file BarcodeObject, method BarcodeObject::DrawChar()
Draws the alphanumeric code.
- DrawCheckChar
- in file BarcodeObject, method C128AObject::DrawCheckChar()
Draws the check-char code.
- DrawCheckChar
- in file BarcodeObject, method C128CObject::DrawCheckChar()
Draws the check-char code.
- DrawCheckChar
- in file BarcodeObject, method C128BObject::DrawCheckChar()
Draws the check-char code.
- DrawObject
- in file BarcodeObject, method C39Object::DrawObject()
Draws the barcode object.
- DrawObject
- in file BarcodeObject, method C128CObject::DrawObject()
Draws the barcode object.
- DrawObject
- in file BarcodeObject, method C128AObject::DrawObject()
Draws the barcode object.
- DrawObject
- in file BarcodeObject, method C128BObject::DrawObject()
Draws the barcode object.
- DrawObject
- in file BarcodeObject, method BarcodeObject::DrawObject()
Abstract method used to draw the barcode image.
- DrawObject
- in file BarcodeObject, method I25Object::DrawObject()
Draws the barcode object.
- DrawSingleBar
- in file BarcodeObject, method BarcodeObject::DrawSingleBar()
Draws a single barcode bar.
- DrawStart
- in file BarcodeObject, method I25Object::DrawStart()
Draws the start code.
- DrawStart
- in file BarcodeObject, method C128AObject::DrawStart()
Draws the start code.
- DrawStart
- in file BarcodeObject, method C39Object::DrawStart()
Draws the start code.
- DrawStart
- in file BarcodeObject, method C128BObject::DrawStart()
Draws the start code.
- DrawStart
- in file BarcodeObject, method C128CObject::DrawStart()
Draws the start code.
- DrawStop
- in file BarcodeObject, method C128CObject::DrawStop()
Draws the stop code.
- DrawStop
- in file BarcodeObject, method I25Object::DrawStop()
Draws the stop code.
- DrawStop
- in file BarcodeObject, method C128AObject::DrawStop()
Draws the stop code.
- DrawStop
- in file BarcodeObject, method C39Object::DrawStop()
Draws the stop code.
- DrawStop
- in file BarcodeObject, method C128BObject::DrawStop()
Draws the stop code.
- DrawText
- in file BarcodeObject, method BarcodeObject::DrawText()
Draws a character string.
top
e
- $encoding
- in file TCPDF, variable TCPDF::$encoding
- $encrypted
- in file TCPDF, variable TCPDF::$encrypted
Indicates whether document is protected
- $enc_obj_id
- in file TCPDF, variable TCPDF::$enc_obj_id
encryption object id
- Ellipse
- in file TCPDF, method TCPDF::Ellipse()
Draws an ellipse.
- Error
- in file TCPDF, method TCPDF::Error()
This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
top
f
- $fh
- in file TCPDF, variable TCPDF::$fh
- $fhPt
- in file TCPDF, variable TCPDF::$fhPt
- $FillColor
- in file TCPDF, variable TCPDF::$FillColor
- $FontFamily
- in file TCPDF, variable TCPDF::$FontFamily
- $FontFiles
- in file TCPDF, variable TCPDF::$FontFiles
- $fontList
- in file TCPDF, variable TCPDF::$fontList
- $fonts
- in file TCPDF, variable TCPDF::$fonts
- $FontSize
- in file TCPDF, variable TCPDF::$FontSize
- $FontSizePt
- in file TCPDF, variable TCPDF::$FontSizePt
- $FontStyle
- in file TCPDF, variable TCPDF::$FontStyle
- $footer_font
- in file TCPDF, variable TCPDF::$footer_font
- $footer_margin
- in file TCPDF, variable TCPDF::$footer_margin
- $fw
- in file TCPDF, variable TCPDF::$fw
- $fwPt
- in file TCPDF, variable TCPDF::$fwPt
- FlushObject
- in file BarcodeObject, method BarcodeObject::FlushObject()
Flush the barcode image.
- Footer
- in file TCPDF, method TCPDF::Footer()
This method is used to render the page footer.
top
g
- GetAbsX
- in file TCPDF, method TCPDF::GetAbsX()
Returns the absolute X value of current position.
- GetArrStringWidth
- in file TCPDF, method TCPDF::GetArrStringWidth()
Returns the string length of an array of chars in user unit. A font must be selected.
- GetBarSize
- in file BarcodeObject, method C128CObject::GetBarSize()
Returns the bar size.
- GetBarSize
- in file BarcodeObject, method C128AObject::GetBarSize()
Returns the bar size.
- GetBarSize
- in file BarcodeObject, method C128BObject::GetBarSize()
Returns the bar size.
- getBreakMargin
- in file TCPDF, method TCPDF::getBreakMargin()
Returns the page break margin.
- GetCharIndex
- in file BarcodeObject, method C128BObject::GetCharIndex()
Returns the character index.
- GetCharIndex
- in file BarcodeObject, method C39Object::GetCharIndex()
Returns the character index.
- GetCharIndex
- in file BarcodeObject, method C128AObject::GetCharIndex()
Returns the character index.
- GetCharIndex
- in file BarcodeObject, method C128CObject::GetCharIndex()
Returns the character index.
- GetCharWidth
- in file TCPDF, method TCPDF::GetCharWidth()
Returns the length of the char in user unit. A font must be selected.
- GetCheckCharValue
- in file BarcodeObject, method C128BObject::GetCheckCharValue()
Returns the check-char value.
- GetCheckCharValue
- in file BarcodeObject, method C128AObject::GetCheckCharValue()
Returns the check-char value.
- GetCheckCharValue
- in file BarcodeObject, method C128CObject::GetCheckCharValue()
Returns the check-char value.
- GetError
- in file BarcodeObject, method BarcodeObject::GetError()
Returns the current error message.
- GetFontHeight
- in file BarcodeObject, method BarcodeObject::GetFontHeight()
Returns the font height.
- GetFontWidth
- in file BarcodeObject, method BarcodeObject::GetFontWidth()
Returns the font width.
- getImage
- in file BarcodeObject, method BarcodeObject::getImage()
Returns the image object.
- getImageScale
- in file TCPDF, method TCPDF::getImageScale()
Returns the image scale.
- GetLineWidth
- in file TCPDF, method TCPDF::GetLineWidth()
Returns the current the line width.
- GetNumChars
- in file TCPDF, method TCPDF::GetNumChars()
Returns the numbero of characters in a string.
- getNumPages
- in file TCPDF, method TCPDF::getNumPages()
Get the total number of insered pages.
- getPage
- in file TCPDF, method TCPDF::getPage()
Get current document page number.
- getPageHeight
- in file TCPDF, method TCPDF::getPageHeight()
Returns the page height in units.
- getPageWidth
- in file TCPDF, method TCPDF::getPageWidth()
Returns the page width in units.
- getPDFData
- in file TCPDF, method TCPDF::getPDFData()
Returns the PDF data.
- getScaleFactor
- in file TCPDF, method TCPDF::getScaleFactor()
Returns the scale factor (number of points in user unit).
- GetSize
- in file BarcodeObject, method I25Object::GetSize()
Returns barcode size.
- GetSize
- in file BarcodeObject, method C128BObject::GetSize()
Returns barcode size.
- GetSize
- in file BarcodeObject, method C128CObject::GetSize()
Returns barcode size.
- GetSize
- in file BarcodeObject, method C39Object::GetSize()
Returns barcode size.
- GetSize
- in file BarcodeObject, method C128AObject::GetSize()
Returns barcode size.
- GetStringWidth
- in file TCPDF, method TCPDF::GetStringWidth()
Returns the length of a string in user unit. A font must be selected.
- GetStyle
- in file BarcodeObject, method BarcodeObject::GetStyle()
Returns barcode style.
- GetX
- in file TCPDF, method TCPDF::GetX()
Returns the relative X value of current position.
- GetY
- in file TCPDF, method TCPDF::GetY()
Returns the ordinate of the current position.
top
h
- $h
- in file TCPDF, variable TCPDF::$h
- $header_font
- in file TCPDF, variable TCPDF::$header_font
- $header_logo
- in file TCPDF, variable TCPDF::$header_logo
- $header_logo_width
- in file TCPDF, variable TCPDF::$header_logo_width
- $header_margin
- in file TCPDF, variable TCPDF::$header_margin
- $header_string
- in file TCPDF, variable TCPDF::$header_string
- $header_title
- in file TCPDF, variable TCPDF::$header_title
- $header_width
- in file TCPDF, variable TCPDF::$header_width
- $hPt
- in file TCPDF, variable TCPDF::$hPt
- $HREF
- in file TCPDF, variable TCPDF::$HREF
- Header
- in file TCPDF, method TCPDF::Header()
This method is used to render the page header.
- HEAD_MAGNIFICATION
- in file tcpdf_config.php, constant HEAD_MAGNIFICATION
magnification factor for titles
top
i
- $i
- in file TCPDF, variable TCPDF::$i
- $images
- in file TCPDF, variable TCPDF::$images
- $imgscale
- in file TCPDF, variable TCPDF::$imgscale
- $img_rb_x
- in file TCPDF, variable TCPDF::$img_rb_x
- $img_rb_y
- in file TCPDF, variable TCPDF::$img_rb_y
- $InFooter
- in file TCPDF, variable TCPDF::$InFooter
- $internal_encoding
- in file TCPDF, variable TCPDF::$internal_encoding
- $issetcolor
- in file TCPDF, variable TCPDF::$issetcolor
- $issetfont
- in file TCPDF, variable TCPDF::$issetfont
- $isunicode
- in file TCPDF, variable TCPDF::$isunicode
- I25Object
- in file BarcodeObject, class I25Object
I25 Barcode Render Class for PHP using the GD graphics library.
- Image
- in file TCPDF, method TCPDF::Image()
Puts an image in the page. The upper-left corner must be given. The dimensions can be specified in different ways:- explicit width and height (expressed in user unit)
- one explicit dimension, the other being calculated automatically in order to keep the original proportions
- no explicit dimension, in which case the image is put at 72 dpi
Supported formats are JPEG and PNG.
- IncludeJS
- in file TCPDF, method TCPDF::IncludeJS()
top
top
k
- $k
- in file TCPDF, variable TCPDF::$k
- $keywords
- in file TCPDF, variable TCPDF::$keywords
- K_BLANK_IMAGE
- in file tcpdf_config.php, constant K_BLANK_IMAGE
blank image
- K_CELL_HEIGHT_RATIO
- in file tcpdf_config.php, constant K_CELL_HEIGHT_RATIO
height of cell repect font height
- K_LRE
- in file unicode_data.php, constant K_LRE
Left-to-Right Embedding
- K_LRM
- in file unicode_data.php, constant K_LRM
Left-to-Right Mark
- K_LRO
- in file unicode_data.php, constant K_LRO
Left-to-Right Override
- K_PATH_CACHE
- in file tcpdf_config.php, constant K_PATH_CACHE
cache directory for temporary files (full path)
- K_PATH_FONTS
- in file tcpdf_config.php, constant K_PATH_FONTS
path for PDF fonts
- K_PATH_IMAGES
- in file tcpdf_config.php, constant K_PATH_IMAGES
images directory
- K_PATH_MAIN
- in file tcpdf_config.php, constant K_PATH_MAIN
installation path (/var/www/tcpdf/)
- K_PATH_URL
- in file tcpdf_config.php, constant K_PATH_URL
url path (http://localhost/tcpdf/)
- K_PATH_URL_CACHE
- in file tcpdf_config.php, constant K_PATH_URL_CACHE
cache directory for temporary files (url path)
- K_PDF
- in file unicode_data.php, constant K_PDF
Pop Directional Format
- K_RE_PATTERN_ARABIC
- in file unicode_data.php, constant K_RE_PATTERN_ARABIC
- K_RE_PATTERN_RTL
- in file unicode_data.php, constant K_RE_PATTERN_RTL
- K_RLE
- in file unicode_data.php, constant K_RLE
Right-to-Left Embedding
- K_RLM
- in file unicode_data.php, constant K_RLM
Right-to-Left Mark
- K_RLO
- in file unicode_data.php, constant K_RLO
Right-to-Left Override
- K_SMALL_RATIO
- in file tcpdf_config.php, constant K_SMALL_RATIO
reduction factor for small font
- K_TITLE_MAGNIFICATION
- in file tcpdf_config.php, constant K_TITLE_MAGNIFICATION
title magnification respect main font size
top
l
- $l
- in file TCPDF, variable TCPDF::$l
- $lasth
- in file TCPDF, variable TCPDF::$lasth
- $last_rc4_key
- in file TCPDF, variable TCPDF::$last_rc4_key
last RC4 key encrypted (cached for optimisation)
- $last_rc4_key_c
- in file TCPDF, variable TCPDF::$last_rc4_key_c
last RC4 computed key
- $LayoutMode
- in file TCPDF, variable TCPDF::$LayoutMode
- $LineWidth
- in file TCPDF, variable TCPDF::$LineWidth
- $links
- in file TCPDF, variable TCPDF::$links
- $lispacer
- in file TCPDF, variable TCPDF::$lispacer
- $listcount
- in file TCPDF, variable TCPDF::$listcount
- $listordered
- in file TCPDF, variable TCPDF::$listordered
- $lMargin
- in file TCPDF, variable TCPDF::$lMargin
- lastPage
- in file TCPDF, method TCPDF::lastPage()
Reset pointer to the last document page.
- Line
- in file TCPDF, method TCPDF::Line()
Draws a line between two points.
- Link
- in file TCPDF, method TCPDF::Link()
Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image.
- ListBox
- in file TCPDF, method TCPDF::ListBox()
- Ln
- in file TCPDF, method TCPDF::Ln()
Performs a line break. The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.
top
m
- $mBgcolor
- in file BarcodeObject, variable BarcodeObject::$mBgcolor
- $mBrush
- in file BarcodeObject, variable BarcodeObject::$mBrush
- $mChars
- in file BarcodeObject, variable BarcodeObject::$mChars
- $mCharSet
- in file BarcodeObject, variable BarcodeObject::$mCharSet
- $mError
- in file BarcodeObject, variable BarcodeObject::$mError
- $mFont
- in file BarcodeObject, variable BarcodeObject::$mFont
- $mHeight
- in file BarcodeObject, variable BarcodeObject::$mHeight
- $mImg
- in file BarcodeObject, variable BarcodeObject::$mImg
- $mStyle
- in file BarcodeObject, variable BarcodeObject::$mStyle
- $mWidth
- in file BarcodeObject, variable BarcodeObject::$mWidth
- MirrorH
- in file TCPDF, method TCPDF::MirrorH()
Horizontal Mirroring.
- MirrorL
- in file TCPDF, method TCPDF::MirrorL()
Reflection against a straight line through point (x, y) with the gradient angle (angle).
- MirrorP
- in file TCPDF, method TCPDF::MirrorP()
Point reflection mirroring.
- MirrorV
- in file TCPDF, method TCPDF::MirrorV()
Verical Mirroring.
- MultiCell
- in file TCPDF, method TCPDF::MultiCell()
This method allows printing text with line breaks. They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other. Text can be aligned, centered or justified. The cell block can be framed and the background painted.
top
top
o
- $offsets
- in file TCPDF, variable TCPDF::$offsets
- $OrientationChanges
- in file TCPDF, variable TCPDF::$OrientationChanges
- $original_lMargin
- in file TCPDF, variable TCPDF::$original_lMargin
- $original_rMargin
- in file TCPDF, variable TCPDF::$original_rMargin
- $OutlineRoot
- in file TCPDF, variable TCPDF::$OutlineRoot
Outline root for bookmark
- $outlines
- in file TCPDF, variable TCPDF::$outlines
Outlines for bookmark
- $Ovalue
- in file TCPDF, variable TCPDF::$Ovalue
O entry in pdf document
- Open
- in file TCPDF, method TCPDF::Open()
This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.
- openHTMLTagHandler
- in file TCPDF, method TCPDF::openHTMLTagHandler()
Process opening tags.
- Output
- in file TCPDF, method TCPDF::Output()
Send the document to a given destination: string, local file or browser. In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced. The method first calls Close() if necessary to terminate the document.
- outputjpg
- in file TCPDF, method TCPDF::outputjpg()
Get a JPEG filename and return a structure for the PDF creator.
top
p
- $page
- in file TCPDF, variable TCPDF::$page
- $PageBreakTrigger
- in file TCPDF, variable TCPDF::$PageBreakTrigger
- $PageLinks
- in file TCPDF, variable TCPDF::$PageLinks
- $pages
- in file TCPDF, variable TCPDF::$pages
- $PDFVersion
- in file TCPDF, variable TCPDF::$PDFVersion
- $prevFillColor
- in file TCPDF, variable TCPDF::$prevFillColor
- $prevFontFamily
- in file TCPDF, variable TCPDF::$prevFontFamily
- $prevFontStyle
- in file TCPDF, variable TCPDF::$prevFontStyle
- $prevTextColor
- in file TCPDF, variable TCPDF::$prevTextColor
- $print_footer
- in file TCPDF, variable TCPDF::$print_footer
- $print_header
- in file TCPDF, variable TCPDF::$print_header
- $Pvalue
- in file TCPDF, variable TCPDF::$Pvalue
P entry in pdf document
- PageNo
- in file TCPDF, method TCPDF::PageNo()
Returns the current page number.
- PDF_AUTHOR
- in file tcpdf_config.php, constant PDF_AUTHOR
document author
- PDF_CREATOR
- in file tcpdf_config.php, constant PDF_CREATOR
document creator
- PDF_FONT_NAME_DATA
- in file tcpdf_config.php, constant PDF_FONT_NAME_DATA
data font name
- PDF_FONT_NAME_MAIN
- in file tcpdf_config.php, constant PDF_FONT_NAME_MAIN
main font name
- PDF_FONT_SIZE_DATA
- in file tcpdf_config.php, constant PDF_FONT_SIZE_DATA
data font size
- PDF_FONT_SIZE_MAIN
- in file tcpdf_config.php, constant PDF_FONT_SIZE_MAIN
main font size
- PDF_HEADER_LOGO
- in file tcpdf_config.php, constant PDF_HEADER_LOGO
image logo
- PDF_HEADER_LOGO_WIDTH
- in file tcpdf_config.php, constant PDF_HEADER_LOGO_WIDTH
header logo image width [mm]
- PDF_HEADER_STRING
- in file tcpdf_config.php, constant PDF_HEADER_STRING
header description string
- PDF_HEADER_TITLE
- in file tcpdf_config.php, constant PDF_HEADER_TITLE
header title
- PDF_IMAGE_SCALE_RATIO
- in file tcpdf_config.php, constant PDF_IMAGE_SCALE_RATIO
scale factor for images (number of points in user unit)
- PDF_MARGIN_BOTTOM
- in file tcpdf_config.php, constant PDF_MARGIN_BOTTOM
bottom margin
- PDF_MARGIN_FOOTER
- in file tcpdf_config.php, constant PDF_MARGIN_FOOTER
footer margin
- PDF_MARGIN_HEADER
- in file tcpdf_config.php, constant PDF_MARGIN_HEADER
header margin
- PDF_MARGIN_LEFT
- in file tcpdf_config.php, constant PDF_MARGIN_LEFT
left margin
- PDF_MARGIN_RIGHT
- in file tcpdf_config.php, constant PDF_MARGIN_RIGHT
right margin
- PDF_MARGIN_TOP
- in file tcpdf_config.php, constant PDF_MARGIN_TOP
top margin
- PDF_PAGE_FORMAT
- in file tcpdf_config.php, constant PDF_PAGE_FORMAT
page format
- PDF_PAGE_ORIENTATION
- in file tcpdf_config.php, constant PDF_PAGE_ORIENTATION
page orientation (P=portrait, L=landscape)
- PDF_PRODUCER
- in file TCPDF, constant PDF_PRODUCER
define default PDF document producer
- PDF_UNIT
- in file tcpdf_config.php, constant PDF_UNIT
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
- pixelsToMillimeters
- in file TCPDF, method TCPDF::pixelsToMillimeters()
Converts pixels to millimeters in 72 dpi.
- Polygon
- in file TCPDF, method TCPDF::Polygon()
Draws a polygon.
top
top
s
- $state
- in file TCPDF, variable TCPDF::$state
- $subject
- in file TCPDF, variable TCPDF::$subject
- Scale
- in file TCPDF, method TCPDF::Scale()
Vertical and horizontal non-proportional Scaling.
- ScaleX
- in file TCPDF, method TCPDF::ScaleX()
Horizontal Scaling.
- ScaleXY
- in file TCPDF, method TCPDF::ScaleXY()
Vertical and horizontal proportional Scaling.
- ScaleY
- in file TCPDF, method TCPDF::ScaleY()
Vertical Scaling.
- SetAuthor
- in file TCPDF, method TCPDF::SetAuthor()
Defines the author of the document.
- SetAutoPageBreak
- in file TCPDF, method TCPDF::SetAutoPageBreak()
Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
- setBarcode
- in file TCPDF, method TCPDF::setBarcode()
Set document barcode.
- SetCellPadding
- in file TCPDF, method TCPDF::SetCellPadding()
Set the internal Cell padding.
- SetCompression
- in file TCPDF, method TCPDF::SetCompression()
Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
- SetCreator
- in file TCPDF, method TCPDF::SetCreator()
Defines the creator of the document. This is typically the name of the application that generates the PDF.
- SetDisplayMode
- in file TCPDF, method TCPDF::SetDisplayMode()
Defines the way the document is to be displayed by the viewer. The zoom level can be set: pages can be displayed entirely on screen, occupy the full width of the window, use real size, be scaled by a specific zooming factor or use viewer default (configured in the Preferences menu of Acrobat). The page layout can be specified too: single at once, continuous display, two columns or viewer default. By default, documents use the full width mode with continuous display.
- SetDrawColor
- in file TCPDF, method TCPDF::SetDrawColor()
Defines the color used for all drawing operations (lines, rectangles and cell borders). 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.
- SetFillColor
- in file TCPDF, 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.
- SetFont
- in file BarcodeObject, method BarcodeObject::SetFont()
Set font type.
- SetFont
- in file TCPDF, method TCPDF::SetFont()
Sets the font used to print character strings. It is mandatory to call this method at least once before printing text or the resulting document would not be valid.
- SetFontSize
- in file TCPDF, method TCPDF::SetFontSize()
Defines the size of the current font.
- setFooterFont
- in file TCPDF, method TCPDF::setFooterFont()
Set footer font.
- setFooterMargin
- in file TCPDF, method TCPDF::setFooterMargin()
Set footer margin.
- setHeaderData
- in file TCPDF, method TCPDF::setHeaderData()
Set header data.
- setHeaderFont
- in file TCPDF, method TCPDF::setHeaderFont()
Set header font.
- setHeaderMargin
- in file TCPDF, method TCPDF::setHeaderMargin()
Set header margin.
- setImageScale
- in file TCPDF, method TCPDF::setImageScale()
Set the image scale.
- SetKeywords
- in file TCPDF, method TCPDF::SetKeywords()
Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
- setLanguageArray
- in file TCPDF, method TCPDF::setLanguageArray()
Set language array.
- setLastH
- in file TCPDF, method TCPDF::setLastH()
Set the last cell height.
- SetLeftMargin
- in file TCPDF, method TCPDF::SetLeftMargin()
Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
- SetLineStyle
- in file TCPDF, method TCPDF::SetLineStyle()
Set line style.
- SetLineWidth
- in file TCPDF, method TCPDF::SetLineWidth()
Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
- SetLink
- in file TCPDF, method TCPDF::SetLink()
Defines the page and position a link points to
- SetMargins
- in file TCPDF, method TCPDF::SetMargins()
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
- setPage
- in file TCPDF, method TCPDF::setPage()
Move pointer to the apecified document page.
- setPrintFooter
- in file TCPDF, method TCPDF::setPrintFooter()
Set a flag to print page footer.
- setPrintHeader
- in file TCPDF, method TCPDF::setPrintHeader()
Set a flag to print page header.
- SetProtection
- in file TCPDF, method TCPDF::SetProtection()
Set document protection
- SetRightMargin
- in file TCPDF, method TCPDF::SetRightMargin()
Defines the right margin. The method can be called before creating the first page.
- setRTL
- in file TCPDF, method TCPDF::setRTL()
Enable or disable Right-To-Left language mode
- SetStyle
- in file BarcodeObject, method BarcodeObject::SetStyle()
Set barcode style.
- setStyle
- in file TCPDF, method TCPDF::setStyle()
Sets font style.
- SetSubject
- in file TCPDF, method TCPDF::SetSubject()
Defines the subject of the document.
- setTempRTL
- in file TCPDF, method TCPDF::setTempRTL()
Force temporary RTL language direction
- SetTextColor
- in file TCPDF, method TCPDF::SetTextColor()
Defines the color used for text. 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.
- SetTitle
- in file TCPDF, method TCPDF::SetTitle()
Defines the title of the document.
- SetTopMargin
- in file TCPDF, method TCPDF::SetTopMargin()
Defines the top margin. The method can be called before creating the first page.
- SetX
- in file TCPDF, method TCPDF::SetX()
Defines the abscissa of the current position.
- SetXY
- in file TCPDF, method TCPDF::SetXY()
Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.
- SetY
- in file TCPDF, method TCPDF::SetY()
Moves the current abscissa back to the left margin and sets the ordinate.
- Skew
- in file TCPDF, method TCPDF::Skew()
Skew.
- SkewX
- in file TCPDF, method TCPDF::SkewX()
Skew horizontally.
- SkewY
- in file TCPDF, method TCPDF::SkewY()
Skew vertically.
- StarPolygon
- in file TCPDF, method TCPDF::StarPolygon()
Draws a star polygon
- StartTransform
- in file TCPDF, method TCPDF::StartTransform()
Starts a 2D tranformation saving current graphic state.
- StopTransform
- in file TCPDF, method TCPDF::StopTransform()
Stops a 2D tranformation restoring previous graphic state.
top
t
- $tableborder
- in file TCPDF, variable TCPDF::$tableborder
- $tdalign
- in file TCPDF, variable TCPDF::$tdalign
- $tdbegin
- in file TCPDF, variable TCPDF::$tdbegin
- $tdbgcolor
- in file TCPDF, variable TCPDF::$tdbgcolor
- $tdheight
- in file TCPDF, variable TCPDF::$tdheight
- $tdwidth
- in file TCPDF, variable TCPDF::$tdwidth
- $tempfontsize
- in file TCPDF, variable TCPDF::$tempfontsize
- $TextColor
- in file TCPDF, variable TCPDF::$TextColor
- $title
- in file TCPDF, variable TCPDF::$title
- $tMargin
- in file TCPDF, variable TCPDF::$tMargin
- $tmprtl
- in file TCPDF, variable TCPDF::$tmprtl
- tcpdf_config.php
- procedural page tcpdf_config.php
- TCPDF
- in file TCPDF, class TCPDF
This is a PHP5 class for generating PDF files on-the-fly without requiring external extensions.
- TCPDF
- procedural page TCPDF
- Text
- in file TCPDF, method TCPDF::Text()
Prints a character string. The origin is on the left of the first charcter, on the baseline. This method allows to place a string precisely on the page, but it is usually easier to use Cell(), MultiCell() or Write() which are the standard methods to print text.
- TextField
- in file TCPDF, method TCPDF::TextField()
- toJPEG
- in file TCPDF, method TCPDF::toJPEG()
Convert the loaded php image to a JPEG and then return a structure for the PDF creator.
- Transform
- in file TCPDF, method TCPDF::Transform()
Apply graphic transformations.
- Translate
- in file TCPDF, method TCPDF::Translate()
Translate graphic object horizontally and vertically.
- TranslateX
- in file TCPDF, method TCPDF::TranslateX()
Translate graphic object horizontally.
- TranslateY
- in file TCPDF, method TCPDF::TranslateY()
Translate graphic object vertically.
top
u
- $u
- in file TCPDF, variable TCPDF::$u
- $underline
- in file TCPDF, variable TCPDF::$underline
- $Uvalue
- in file TCPDF, variable TCPDF::$Uvalue
U entry in pdf document
- unhtmlentities
- in file TCPDF, method TCPDF::unhtmlentities()
Reverse function for htmlentities.
- unichr
- in file TCPDF, method TCPDF::unichr()
Returns the unicode caracter specified by UTF-8 code
- unicode_data.php
- procedural page unicode_data.php
- UTF8ArrSubString
- in file TCPDF, method TCPDF::UTF8ArrSubString()
Extract a slice of the $strarr array and return it as string.
- utf8Bidi
- in file TCPDF, method TCPDF::utf8Bidi()
Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
- UTF8StringToArray
- in file TCPDF, method TCPDF::UTF8StringToArray()
Converts UTF-8 strings to codepoints array.
- utf8StrRev
- in file TCPDF, method TCPDF::utf8StrRev()
Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
- UTF8ToUTF16BE
- in file TCPDF, method TCPDF::UTF8ToUTF16BE()
Converts UTF-8 strings to UTF16-BE.
top
w
- $w
- in file TCPDF, variable TCPDF::$w
- $wPt
- in file TCPDF, variable TCPDF::$wPt
- $ws
- in file TCPDF, variable TCPDF::$ws
- Write
- in file TCPDF, method TCPDF::Write()
This method prints text from the current position.
- writeBarcode
- in file TCPDF, method TCPDF::writeBarcode()
Print Barcode.
- writeHTML
- in file TCPDF, method TCPDF::writeHTML()
Allows to preserve some HTML formatting.
- writeHTMLCell
- in file TCPDF, method TCPDF::writeHTMLCell()
Prints a cell (rectangular area) with optional borders, background color and html text string. The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line. If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
top
top
top
top
_
- _addfield
- in file TCPDF, method TCPDF::_addfield()
- _begindoc
- in file TCPDF, method TCPDF::_begindoc()
Start document
- _beginpage
- in file TCPDF, method TCPDF::_beginpage()
_beginpage
- _dochecks
- in file TCPDF, method TCPDF::_dochecks()
Check for locale-related bug
- _dounderline
- in file TCPDF, method TCPDF::_dounderline()
Underline text
- _enddoc
- in file TCPDF, method TCPDF::_enddoc()
_enddoc
- _endpage
- in file TCPDF, method TCPDF::_endpage()
End of page contents
- _escape
- in file TCPDF, method TCPDF::_escape()
Add \ before \, ( and )
- _escapetext
- in file TCPDF, method TCPDF::_escapetext()
Format a text string
- _freadint
- in file TCPDF, method TCPDF::_freadint()
Read a 4-byte integer from file
- _generateencryptionkey
- in file TCPDF, method TCPDF::_generateencryptionkey()
Compute encryption key
- _getfontpath
- in file TCPDF, method TCPDF::_getfontpath()
Return fonts path
- _JScolor
- in file TCPDF, method TCPDF::_JScolor()
- _legacyparsejpg
- in file TCPDF, method TCPDF::_legacyparsejpg()
Extract info from a JPEG file without using GD
- _legacyparsepng
- in file TCPDF, method TCPDF::_legacyparsepng()
Extract info from a PNG file without using GD
- _md5_16
- in file TCPDF, method TCPDF::_md5_16()
Encrypts a string using MD5 and returns it's value as a binary string.
- _newobj
- in file TCPDF, method TCPDF::_newobj()
Begin a new object
- _objectkey
- in file TCPDF, method TCPDF::_objectkey()
Compute encryption key depending on object number where the encrypted data is stored
- _out
- in file TCPDF, method TCPDF::_out()
Output a string to the document.
- _outCurve
- in file TCPDF, method TCPDF::_outCurve()
- _outLine
- in file TCPDF, method TCPDF::_outLine()
- _outPoint
- in file TCPDF, method TCPDF::_outPoint()
- _outRect
- in file TCPDF, method TCPDF::_outRect()
Draws a rectangle.
- _Ovalue
- in file TCPDF, method TCPDF::_Ovalue()
Compute O value (used for RC4 encryption)
- _parsegif
- in file TCPDF, method TCPDF::_parsegif()
Extract info from a GIF file
- _parsejpg
- in file TCPDF, method TCPDF::_parsejpg()
Extract info from a JPEG file
- _parsepng
- in file TCPDF, method TCPDF::_parsepng()
Extract info from a PNG file
- _putbookmarks
- in file TCPDF, method TCPDF::_putbookmarks()
- _putcatalog
- in file TCPDF, method TCPDF::_putcatalog()
_putcatalog
- _putencryption
- in file TCPDF, method TCPDF::_putencryption()
Put encryption on PDF document
- _putfonts
- in file TCPDF, method TCPDF::_putfonts()
Adds fonts
- _putheader
- in file TCPDF, method TCPDF::_putheader()
_putheader
- _putimages
- in file TCPDF, method TCPDF::_putimages()
_putimages
- _putinfo
- in file TCPDF, method TCPDF::_putinfo()
_putinfo
- _putjavascript
- in file TCPDF, method TCPDF::_putjavascript()
- _putpages
- in file TCPDF, method TCPDF::_putpages()
_putpages
- _putresourcedict
- in file TCPDF, method TCPDF::_putresourcedict()
_putresourcedict
- _putresources
- in file TCPDF, method TCPDF::_putresources()
_putresources
- _putstream
- in file TCPDF, method TCPDF::_putstream()
Output a stream.
- _puttrailer
- in file TCPDF, method TCPDF::_puttrailer()
_puttrailer
- _puttruetypeunicode
- in file TCPDF, method TCPDF::_puttruetypeunicode()
Adds unicode fonts.
- _putxobjectdict
- in file TCPDF, method TCPDF::_putxobjectdict()
_putxobjectdict
- _RC4
- in file TCPDF, method TCPDF::_RC4()
Returns the input text exrypted using RC4 algorithm and the specified key.
- _textstring
- in file TCPDF, method TCPDF::_textstring()
Format a text string for meta information
- _uristring
- in file TCPDF, method TCPDF::_uristring()
Format an URI string
- _Uvalue
- in file TCPDF, method TCPDF::_Uvalue()
Compute U value (used for RC4 encryption)
- __construct
- in file TCPDF, method TCPDF::__construct()
This is the class constructor.
- __construct
- in file BarcodeObject, method BarcodeObject::__construct()
Class Constructor.
- __construct
- in file BarcodeObject, method C128CObject::__construct()
Class Constructor.
- __construct
- in file BarcodeObject, method I25Object::__construct()
Class Constructor.
- __construct
- in file BarcodeObject, method C128AObject::__construct()
Class Constructor.
- __construct
- in file BarcodeObject, method C39Object::__construct()
Class Constructor.
- __construct
- in file BarcodeObject, method C128BObject::__construct()
Class Constructor.
- __destruct
- in file TCPDF, method TCPDF::__destruct()
Default destructor.
- __destructor
- in file BarcodeObject, method BarcodeObject::__destructor()
Class Destructor.
top
|
|