[com.tecnick.tcpdf] element index

All elements
a b c d e f g h i k l m n o p r s t u w x y z _
_
top
_begindoc
TCPDF::_begindoc() in tcpdf.php
Start document
_beginpage
TCPDF::_beginpage() in tcpdf.php
_beginpage
_dochecks
TCPDF::_dochecks() in tcpdf.php
Check for locale-related bug
_dounderline
Underline text
_enddoc
TCPDF::_enddoc() in tcpdf.php
_enddoc
_endpage
TCPDF::_endpage() in tcpdf.php
End of page contents
_escape
TCPDF::_escape() in tcpdf.php
Add \ before \, ( and )
_escapetext
Format a text string
_freadint
TCPDF::_freadint() in tcpdf.php
Read a 4-byte integer from file
_getfontpath
Return fonts path
_newobj
TCPDF::_newobj() in tcpdf.php
Begin a new object
_out
TCPDF::_out() in tcpdf.php
Add a line to the document
_parsejpg
TCPDF::_parsejpg() in tcpdf.php
Extract info from a JPEG file
_parsepng
TCPDF::_parsepng() in tcpdf.php
Extract info from a PNG file
_putcatalog
_putcatalog
_putfonts
TCPDF::_putfonts() in tcpdf.php
Adds fonts
_putheader
TCPDF::_putheader() in tcpdf.php
_putheader
_putimages
TCPDF::_putimages() in tcpdf.php
_putimages
_putinfo
TCPDF::_putinfo() in tcpdf.php
_putinfo
_putpages
TCPDF::_putpages() in tcpdf.php
_putpages
_putresourcedict
_putresourcedict
_putresources
_putresources
_putstream
TCPDF::_putstream() in tcpdf.php
_puttrailer
_puttrailer
_puttruetypeunicode
Adds unicode fonts.
_putxobjectdict
_putxobjectdict
_textstring
Format a text string
__construct
I25Object::__construct() in BarcodeObject
Class Constructor.
__construct
This is the class constructor.
__construct
Class Constructor.
__construct
C39Object::__construct() in BarcodeObject
Class Constructor.
__construct
Class Constructor.
__construct
Class Constructor.
__construct
Class Constructor.
__destruct
TCPDF::__destruct() in tcpdf.php
Default destructor.
__destructor
Class Destructor.
a
top
$AliasNbPages
$author
TCPDF::$author in tcpdf.php
$AutoPageBreak
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
TCPDF::AddFont() in tcpdf.php
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 FPDF_FONTPATH if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.
addHtmlLink
Output anchor link.
AddLink
TCPDF::AddLink() in tcpdf.php
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
TCPDF::AddPage() in tcpdf.php
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
Defines an alias for the total number of pages. It will be substituted as the document is closed.
b
top
$b
TCPDF::$b in tcpdf.php
$barcode
TCPDF::$barcode in tcpdf.php
$bMargin
TCPDF::$bMargin in tcpdf.php
$buffer
TCPDF::$buffer in tcpdf.php
BarcodeObject
BarcodeObject in BarcodeObject
Barcode Render Class for PHP using the GD graphics library.
BCD_C39_NARROW_BAR
BCD_C39_NARROW_BAR in BarcodeObject
narrow bar option
BCD_C39_WIDE_BAR
BCD_C39_WIDE_BAR in BarcodeObject
wide bar option
BCD_C128_BAR_1
BCD_C128_BAR_1 in BarcodeObject
set type 1 bar
BCD_C128_BAR_2
BCD_C128_BAR_2 in BarcodeObject
set type 2 bar
BCD_C128_BAR_3
BCD_C128_BAR_3 in BarcodeObject
set type 3 bar
BCD_C128_BAR_4
BCD_C128_BAR_4 in BarcodeObject
set type 4 bar
BCD_DEFAULT_BACKGROUND_COLOR
set default background color
BCD_DEFAULT_FONT
BCD_DEFAULT_FONT in BarcodeObject
set default font
BCD_DEFAULT_FOREGROUND_COLOR
set default foreground color
BCD_DEFAULT_HEIGHT
BCD_DEFAULT_HEIGHT in BarcodeObject
set default height
BCD_DEFAULT_MAR_Y1
BCD_DEFAULT_MAR_Y1 in BarcodeObject
set default margin
BCD_DEFAULT_MAR_Y2
BCD_DEFAULT_MAR_Y2 in BarcodeObject
set default margin
BCD_DEFAULT_STYLE
BCD_DEFAULT_STYLE in BarcodeObject
set default style options
BCD_DEFAULT_TEXT_OFFSET
BCD_DEFAULT_TEXT_OFFSET in BarcodeObject
set default text offset
BCD_DEFAULT_WIDTH
BCD_DEFAULT_WIDTH in BarcodeObject
set default width
BCD_DEFAULT_XRES
BCD_DEFAULT_XRES in BarcodeObject
st default horizontal resolution
BCD_I25_NARROW_BAR
BCD_I25_NARROW_BAR in BarcodeObject
narrow bar option
BCD_I25_WIDE_BAR
BCD_I25_WIDE_BAR in BarcodeObject
wide bar option
BCS_ALIGN_CENTER
BCS_ALIGN_CENTER in BarcodeObject
option: center barcode
BCS_ALIGN_LEFT
BCS_ALIGN_LEFT in BarcodeObject
option: align left
BCS_ALIGN_RIGHT
BCS_ALIGN_RIGHT in BarcodeObject
option: align right
BCS_BORDER
BCS_BORDER in BarcodeObject
option: generate barcode border
BCS_DRAW_TEXT
BCS_DRAW_TEXT in BarcodeObject
option: draw text
BCS_I25_DRAW_CHECK
BCS_I25_DRAW_CHECK in BarcodeObject
option: draw check
BCS_IMAGE_JPEG
BCS_IMAGE_JPEG in BarcodeObject
option: generate JPEG image
BCS_IMAGE_PNG
BCS_IMAGE_PNG in BarcodeObject
option: generate PNG image
BCS_REVERSE_COLOR
BCS_REVERSE_COLOR in BarcodeObject
option: reverse color
BCS_STRETCH_TEXT
BCS_STRETCH_TEXT in BarcodeObject
option: stretch text
BCS_TRANSPARENT
BCS_TRANSPARENT in BarcodeObject
option: use transparent background
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
c
top
$cMargin
TCPDF::$cMargin in tcpdf.php
$ColorFlag
TCPDF::$ColorFlag in tcpdf.php
$compress
TCPDF::$compress in tcpdf.php
$CoreFonts
TCPDF::$CoreFonts in tcpdf.php
$creator
TCPDF::$creator in tcpdf.php
$CurOrientation
$CurrentFont
TCPDF::$CurrentFont in tcpdf.php
C39Object
C39Object in BarcodeObject
Code 39 Barcode Render Class.
Code 39 is an alphanumeric bar code that can encode decimal number, case alphabet and some special symbols.
C128AObject
C128AObject in BarcodeObject
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
C128BObject in BarcodeObject
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
C128CObject in BarcodeObject
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
TCPDF::Cell() in tcpdf.php
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.
Close
TCPDF::Close() in tcpdf.php
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
Process closing tags.
convertColorHexToDec
Returns an associative array (keys: R,G,B) from a hex html code (e.g. #3FE5AA).
d
top
$default_table_columns
$DefOrientation
$diffs
TCPDF::$diffs in tcpdf.php
$DrawColor
TCPDF::$DrawColor in tcpdf.php
DestroyObject
Destroy the barcode image.
DrawBorder
Draws the barcode border.
DrawChar
BarcodeObject::DrawChar() in BarcodeObject
Draws the alphanumeric code.
DrawCheckChar
Draws the check-char code.
DrawCheckChar
Draws the check-char code.
DrawCheckChar
Draws the check-char code.
DrawObject
C39Object::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
C128CObject::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
C128AObject::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
C128BObject::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
Abstract method used to draw the barcode image.
DrawObject
I25Object::DrawObject() in BarcodeObject
Draws the barcode object.
DrawSingleBar
Draws a single barcode bar.
DrawStart
I25Object::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
C128AObject::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
C39Object::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
C128BObject::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
C128CObject::DrawStart() in BarcodeObject
Draws the start code.
DrawStop
C128CObject::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
I25Object::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
C128AObject::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
C39Object::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
C128BObject::DrawStop() in BarcodeObject
Draws the stop code.
DrawText
BarcodeObject::DrawText() in BarcodeObject
Draws a character string.
e
top
$encoding
TCPDF::$encoding in tcpdf.php
Error
TCPDF::Error() in tcpdf.php
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.
eng.php
eng.php in eng.php
f
top
$fh
TCPDF::$fh in tcpdf.php
$fhPt
TCPDF::$fhPt in tcpdf.php
$FillColor
TCPDF::$FillColor in tcpdf.php
$FontFamily
TCPDF::$FontFamily in tcpdf.php
$FontFiles
TCPDF::$FontFiles in tcpdf.php
$fontList
TCPDF::$fontList in tcpdf.php
$fonts
TCPDF::$fonts in tcpdf.php
$FontSize
TCPDF::$FontSize in tcpdf.php
$FontSizePt
TCPDF::$FontSizePt in tcpdf.php
$FontStyle
TCPDF::$FontStyle in tcpdf.php
$footer_font
TCPDF::$footer_font in tcpdf.php
$footer_margin
$fw
TCPDF::$fw in tcpdf.php
$fwPt
TCPDF::$fwPt in tcpdf.php
FlushObject
Flush the barcode image.
Footer
TCPDF::Footer() in tcpdf.php
This method is used to render the page footer.
FPDF_FONTPATH
FPDF_FONTPATH in tcpdf_config.php
path for PDF fonts
g
top
GetBarSize
C128CObject::GetBarSize() in BarcodeObject
Returns the bar size.
GetBarSize
C128BObject::GetBarSize() in BarcodeObject
Returns the bar size.
GetBarSize
C128AObject::GetBarSize() in BarcodeObject
Returns the bar size.
getBreakMargin
Returns the page break margin.
GetCharIndex
Returns the character index.
GetCharIndex
Returns the character index.
GetCharIndex
Returns the character index.
GetCharIndex
C39Object::GetCharIndex() in BarcodeObject
Returns the character index.
GetCheckCharValue
Returns the check-char value.
GetCheckCharValue
Returns the check-char value.
GetCheckCharValue
Returns the check-char value.
GetError
BarcodeObject::GetError() in BarcodeObject
Returns the current error message.
GetFontHeight
Returns the font height.
GetFontWidth
Returns the font width.
getImage
BarcodeObject::getImage() in BarcodeObject
Returns the image object.
getImageScale
Returns the image scale.
getPageHeight
Returns the page height in units.
getPageWidth
Returns the page width in units.
getPDFData
TCPDF::getPDFData() in tcpdf.php
Returns the PDF data.
getScaleFactor
Returns the scale factor (number of points in user unit).
GetSize
C128AObject::GetSize() in BarcodeObject
Returns barcode size.
GetSize
C128CObject::GetSize() in BarcodeObject
Returns barcode size.
GetSize
I25Object::GetSize() in BarcodeObject
Returns barcode size.
GetSize
C128BObject::GetSize() in BarcodeObject
Returns barcode size.
GetSize
C39Object::GetSize() in BarcodeObject
Returns barcode size.
GetStringWidth
Returns the length of a string in user unit. A font must be selected.
GetStyle
BarcodeObject::GetStyle() in BarcodeObject
Returns barcode style.
GetX
TCPDF::GetX() in tcpdf.php
Returns the abscissa of the current position.
GetY
TCPDF::GetY() in tcpdf.php
Returns the ordinate of the current position.
h
top
$h
TCPDF::$h in tcpdf.php
$header_font
TCPDF::$header_font in tcpdf.php
$header_logo
TCPDF::$header_logo in tcpdf.php
$header_logo_width
$header_margin
$header_string
$header_title
$header_width
$hPt
TCPDF::$hPt in tcpdf.php
$HREF
TCPDF::$HREF in tcpdf.php
Header
TCPDF::Header() in tcpdf.php
This method is used to render the page header.
HEAD_MAGNIFICATION
HEAD_MAGNIFICATION in tcpdf_config.php
magnification factor for titles
i
top
$i
TCPDF::$i in tcpdf.php
$images
TCPDF::$images in tcpdf.php
$imgscale
TCPDF::$imgscale in tcpdf.php
$img_rb_x
TCPDF::$img_rb_x in tcpdf.php
$img_rb_y
TCPDF::$img_rb_y in tcpdf.php
$InFooter
TCPDF::$InFooter in tcpdf.php
$internal_encoding
$issetcolor
TCPDF::$issetcolor in tcpdf.php
$issetfont
TCPDF::$issetfont in tcpdf.php
$isunicode
TCPDF::$isunicode in tcpdf.php
I25Object
I25Object in BarcodeObject
I25 Barcode Render Class for PHP using the GD graphics library.
Image
TCPDF::Image() in tcpdf.php
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.
k
top
$k
TCPDF::$k in tcpdf.php
$keywords
TCPDF::$keywords in tcpdf.php
K_BLANK_IMAGE
K_BLANK_IMAGE in tcpdf_config.php
blank image
K_CELL_HEIGHT_RATIO
K_CELL_HEIGHT_RATIO in tcpdf_config.php
height of cell repect font height
K_PATH_CACHE
K_PATH_CACHE in tcpdf_config.php
cache directory for temporary files (full path)
K_PATH_IMAGES
K_PATH_IMAGES in tcpdf_config.php
images directory
K_PATH_MAIN
K_PATH_MAIN in tcpdf_config.php
installation path
K_PATH_URL
K_PATH_URL in tcpdf_config.php
url path
K_PATH_URL_CACHE
K_PATH_URL_CACHE in tcpdf_config.php
cache directory for temporary files (url path)
K_SMALL_RATIO
K_SMALL_RATIO in tcpdf_config.php
reduction factor for small font
K_TITLE_MAGNIFICATION
K_TITLE_MAGNIFICATION in tcpdf_config.php
title magnification respect main font size
l
top
$l
TCPDF::$l in tcpdf.php
$lasth
TCPDF::$lasth in tcpdf.php
$LayoutMode
TCPDF::$LayoutMode in tcpdf.php
$LineWidth
TCPDF::$LineWidth in tcpdf.php
$links
TCPDF::$links in tcpdf.php
$lispacer
TCPDF::$lispacer in tcpdf.php
$listcount
TCPDF::$listcount in tcpdf.php
$listordered
TCPDF::$listordered in tcpdf.php
$lMargin
TCPDF::$lMargin in tcpdf.php
Line
TCPDF::Line() in tcpdf.php
Draws a line between two points.
Link
TCPDF::Link() in tcpdf.php
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.
Ln
TCPDF::Ln() in tcpdf.php
Performs a line break. The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.
m
top
$mBgcolor
BarcodeObject::$mBgcolor in BarcodeObject
$mBrush
BarcodeObject::$mBrush in BarcodeObject
$mChars
BarcodeObject::$mChars in BarcodeObject
$mCharSet
BarcodeObject::$mCharSet in BarcodeObject
$mError
BarcodeObject::$mError in BarcodeObject
$mFont
BarcodeObject::$mFont in BarcodeObject
$mHeight
BarcodeObject::$mHeight in BarcodeObject
$mImg
BarcodeObject::$mImg in BarcodeObject
$mStyle
BarcodeObject::$mStyle in BarcodeObject
$mWidth
BarcodeObject::$mWidth in BarcodeObject
MultiCell
TCPDF::MultiCell() in tcpdf.php
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.
n
top
$n
TCPDF::$n in tcpdf.php
o
top
$offsets
TCPDF::$offsets in tcpdf.php
$OrientationChanges
$original_lMargin
$original_rMargin
Open
TCPDF::Open() in tcpdf.php
This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.
openHTMLTagHandler
Process opening tags.
Output
TCPDF::Output() in tcpdf.php
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.
p
top
$page
TCPDF::$page in tcpdf.php
$PageBreakTrigger
$PageLinks
TCPDF::$PageLinks in tcpdf.php
$pages
TCPDF::$pages in tcpdf.php
$PDFVersion
TCPDF::$PDFVersion in tcpdf.php
$prevFillColor
$prevFontFamily
$prevFontStyle
$prevTextColor
$print_footer
$print_header
PageNo
TCPDF::PageNo() in tcpdf.php
Returns the current page number.
PDF_AUTHOR
PDF_AUTHOR in tcpdf_config.php
document author
PDF_CREATOR
PDF_CREATOR in tcpdf_config.php
document creator
PDF_FONT_NAME_DATA
PDF_FONT_NAME_DATA in tcpdf_config.php
data font name
PDF_FONT_NAME_MAIN
PDF_FONT_NAME_MAIN in tcpdf_config.php
main font name
PDF_FONT_SIZE_DATA
PDF_FONT_SIZE_DATA in tcpdf_config.php
data font size
PDF_FONT_SIZE_MAIN
PDF_FONT_SIZE_MAIN in tcpdf_config.php
main font size
PDF_HEADER_LOGO
PDF_HEADER_LOGO in tcpdf_config.php
image logo
PDF_HEADER_LOGO_WIDTH
PDF_HEADER_LOGO_WIDTH in tcpdf_config.php
header logo image width [mm]
PDF_HEADER_STRING
PDF_HEADER_STRING in tcpdf_config.php
header description string
PDF_HEADER_TITLE
PDF_HEADER_TITLE in tcpdf_config.php
header title
PDF_IMAGE_SCALE_RATIO
PDF_IMAGE_SCALE_RATIO in tcpdf_config.php
scale factor for images (number of points in user unit)
PDF_MARGIN_BOTTOM
PDF_MARGIN_BOTTOM in tcpdf_config.php
bottom margin
PDF_MARGIN_FOOTER
PDF_MARGIN_FOOTER in tcpdf_config.php
footer margin
PDF_MARGIN_HEADER
PDF_MARGIN_HEADER in tcpdf_config.php
header margin
PDF_MARGIN_LEFT
PDF_MARGIN_LEFT in tcpdf_config.php
left margin
PDF_MARGIN_RIGHT
PDF_MARGIN_RIGHT in tcpdf_config.php
right margin
PDF_MARGIN_TOP
PDF_MARGIN_TOP in tcpdf_config.php
top margin
PDF_PAGE_FORMAT
PDF_PAGE_FORMAT in tcpdf_config.php
page format
PDF_PAGE_ORIENTATION
PDF_PAGE_ORIENTATION in tcpdf_config.php
page orientation (P=portrait, L=landscape)
PDF_PRODUCER
PDF_PRODUCER in tcpdf.php
define default PDF document producer
PDF_UNIT
PDF_UNIT in tcpdf_config.php
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
pixelsToMillimeters
Converts pixels to millimeters in 72 dpi.
r
top
$rMargin
TCPDF::$rMargin in tcpdf.php
Rect
TCPDF::Rect() in tcpdf.php
Outputs a rectangle. It can be drawn (border only), filled (with no border) or both.
s
top
$state
TCPDF::$state in tcpdf.php
$subject
TCPDF::$subject in tcpdf.php
SetAuthor
TCPDF::SetAuthor() in tcpdf.php
Defines the author of the document.
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
TCPDF::setBarcode() in tcpdf.php
Set document barcode.
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
TCPDF::SetCreator() in tcpdf.php
Defines the creator of the document. This is typically the name of the application that generates the PDF.
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
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
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
BarcodeObject::SetFont() in BarcodeObject
Set font type.
SetFont
TCPDF::SetFont() in tcpdf.php
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
Defines the size of the current font.
setFooterFont
Set footer font.
setFooterMargin
Set footer margin.
setHeaderData
Set header data.
setHeaderFont
Set header font.
setHeaderMargin
Set header margin.
setImageScale
Set the image scale.
SetKeywords
Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
setLanguageArray
Set language array.
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.
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
TCPDF::SetLink() in tcpdf.php
Defines the page and position a link points to
SetMargins
TCPDF::SetMargins() in tcpdf.php
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
setPrintFooter
Set a flag to print page footer.
setPrintHeader
Set a flag to print page header.
SetRightMargin
Defines the right margin. The method can be called before creating the first page.
SetStyle
BarcodeObject::SetStyle() in BarcodeObject
Set barcode style.
setStyle
TCPDF::setStyle() in tcpdf.php
Sets font style.
SetSubject
TCPDF::SetSubject() in tcpdf.php
Defines the subject of the document.
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
TCPDF::SetTitle() in tcpdf.php
Defines the title of the document.
SetTopMargin
Defines the top margin. The method can be called before creating the first page.
SetX
TCPDF::SetX() in tcpdf.php
Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.
SetXY
TCPDF::SetXY() in tcpdf.php
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
TCPDF::SetY() in tcpdf.php
Moves the current abscissa back to the left margin and sets the ordinate. If the passed value is negative, it is relative to the bottom of the page.
t
top
$tableborder
TCPDF::$tableborder in tcpdf.php
$tdalign
TCPDF::$tdalign in tcpdf.php
$tdbegin
TCPDF::$tdbegin in tcpdf.php
$tdbgcolor
TCPDF::$tdbgcolor in tcpdf.php
$tdheight
TCPDF::$tdheight in tcpdf.php
$tdwidth
TCPDF::$tdwidth in tcpdf.php
$tempfontsize
$TextColor
TCPDF::$TextColor in tcpdf.php
$title
TCPDF::$title in tcpdf.php
$tMargin
TCPDF::$tMargin in tcpdf.php
TCPDF
TCPDF in tcpdf.php
This is a PHP5 class for generating PDF files on-the-fly without requiring external extensions.
tcpdf_config.php
tcpdf_config.php in tcpdf_config.php
tcpdf.php
tcpdf.php in tcpdf.php
Text
TCPDF::Text() in tcpdf.php
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.
u
top
$u
TCPDF::$u in tcpdf.php
$underline
TCPDF::$underline in tcpdf.php
unhtmlentities
Reverse function for htmlentities.
UTF8StringToArray
Converts UTF-8 strings to codepoints array.
UTF8ToUTF16BE
Converts UTF-8 strings to UTF16-BE.
w
top
$w
TCPDF::$w in tcpdf.php
$wPt
TCPDF::$wPt in tcpdf.php
$ws
TCPDF::$ws in tcpdf.php
Write
TCPDF::Write() in tcpdf.php
This method prints text from the current position. When the right margin is reached (or the \n character is met) a line break occurs and text continues from the left margin. Upon method exit, the current position is left just at the end of the text. It is possible to put a link on the text.
writeBarcode
Print Barcode.
writeHTML
TCPDF::writeHTML() in tcpdf.php
Allows to preserve some HTML formatting.
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.
x
top
$x
TCPDF::$x in tcpdf.php
y
top
$y
TCPDF::$y in tcpdf.php
z
top
$ZoomMode
TCPDF::$ZoomMode in tcpdf.php
a b c d e f g h i k l m n o p r s t u w x y z _