| | Element index for package com-tecnick-tcpdf[ 2 ]
	[ a ]
	[ b ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ h ]
	[ i ]
	[ j ]
	[ k ]
	[ l ]
	[ m ]
	[ n ]
	[ o ]
	[ p ]
	[ q ]
	[ r ]
	[ s ]
	[ t ]
	[ u ]
	[ v ]
	[ w ]
	[ x ]
	[ y ]
	[ z ]
	[ _ ]
 
		top_
							_addfieldin file tcpdf.php, method TCPDF::_addfield()Adds a javascript form field.
_AESin file tcpdf.php, method TCPDF::_AES()Returns the input text exrypted using AES algorithm and the specified key.
_beginpagein file tcpdf.php, method TCPDF::_beginpage()Initialize a new page.
_datastringin file tcpdf.php, method TCPDF::_datastring()Format a data string for meta information
_datestringin file tcpdf.php, method TCPDF::_datestring()Returns a formatted date for meta information
_destroyin file tcpdf.php, method TCPDF::_destroy()Unset all class variables except the following critical variables: internal_encoding, state, bufferlen, buffer and diskcache.
_dochecksin file tcpdf.php, method TCPDF::_dochecks()Check for locale-related bug
_dolinethroughin file tcpdf.php, method TCPDF::_dolinethrough()Line through text.
_dolinethroughwin file tcpdf.php, method TCPDF::_dolinethroughw()Line through for rectangular text area.
_dooverlinein file tcpdf.php, method TCPDF::_dooverline()Overline text.
_dooverlinewin file tcpdf.php, method TCPDF::_dooverlinew()Overline for rectangular text area.
_dounderlinein file tcpdf.php, method TCPDF::_dounderline()Underline text.
_dounderlinewin file tcpdf.php, method TCPDF::_dounderlinew()Underline for rectangular text area.
_encrypt_datain file tcpdf.php, method TCPDF::_encrypt_data()Encrypt the input string.
_enddocin file tcpdf.php, method TCPDF::_enddoc()Output end of document (EOF).
_endpagein file tcpdf.php, method TCPDF::_endpage()Mark end of page.
_escapein file tcpdf.php, method TCPDF::_escape()Add "\" before "\", "(" and ")"
_escapetextin file tcpdf.php, method TCPDF::_escapetext()THIS METHOD IS DEPRECATED
_fixAES256Passwordin file tcpdf.php, method TCPDF::_fixAES256Password()Convert password for AES-256 encryption mode
_freadintin file tcpdf.php, method TCPDF::_freadint()Read a 4-byte (32 bit) integer from file.
_generateencryptionkeyin file tcpdf.php, method TCPDF::_generateencryptionkey()Compute encryption key
_getannotsrefsin file tcpdf.php, method TCPDF::_getannotsrefs()Get references to page annotations.
_getBYTEin file tcpdf.php, method TCPDF::_getBYTE()Get BYTE from string (8-bit unsigned integer).
_getfontpathin file tcpdf.php, method TCPDF::_getfontpath()Return fonts path
_getobjin file tcpdf.php, method TCPDF::_getobj()Return the starting object string for the selected object ID.
_getrawstreamin file tcpdf.php, method TCPDF::_getrawstream()get raw output stream.
_getSHORTin file tcpdf.php, method TCPDF::_getSHORT()Get SHORT from string (Big Endian 16-bit signed integer).
_getstreamin file tcpdf.php, method TCPDF::_getstream()Format output stream (DEPRECATED).
_getTrueTypeFontSubsetin file tcpdf.php, method TCPDF::_getTrueTypeFontSubset()Returns a subset of the TrueType font data without the unused glyphs.
_getTTFtableChecksumin file tcpdf.php, method TCPDF::_getTTFtableChecksum()Returs the checksum of a TTF table.
_getULONGin file tcpdf.php, method TCPDF::_getULONG()Get ULONG from string (Big Endian 32-bit unsigned integer).
_getUSHORTin file tcpdf.php, method TCPDF::_getUSHORT()Get USHORT from string (Big Endian 16-bit unsigned integer).
_getxobjectdictin file tcpdf.php, method TCPDF::_getxobjectdict()Return XObjects Dictionary.
_JScolorin file tcpdf.php, method TCPDF::_JScolor()Convert color to javascript color.
_md5_16in file tcpdf.php, method TCPDF::_md5_16()Encrypts a string using MD5 and returns it's value as a binary string.
_newobjin file tcpdf.php, method TCPDF::_newobj()Begin a new object and return the object number.
_objectkeyin file tcpdf.php, method TCPDF::_objectkey()Compute encryption key depending on object number where the encrypted data is stored.
_OEvaluein file tcpdf.php, method TCPDF::_OEvalue()Compute OE value (used for encryption)
_outin file tcpdf.php, method TCPDF::_out()Output a string to the document.
_outCurvein file tcpdf.php, method TCPDF::_outCurve()Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bézier control points.
_outCurveVin file tcpdf.php, method TCPDF::_outCurveV()Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bézier control points.
_outCurveYin file tcpdf.php, method TCPDF::_outCurveY()Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bézier control points.
_outellipticalarcin file tcpdf.php, method TCPDF::_outellipticalarc()Append an elliptical arc to the current path.
_outLinein file tcpdf.php, method TCPDF::_outLine()Append a straight line segment from the current point to the point (x, y).
_outPointin file tcpdf.php, method TCPDF::_outPoint()Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.
_outRectin file tcpdf.php, method TCPDF::_outRect()Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.
_Ovaluein file tcpdf.php, method TCPDF::_Ovalue()Compute O value (used for encryption)
_parsejpegin file tcpdf.php, method TCPDF::_parsejpeg()Extract info from a JPEG file without using the GD library.
_parsepngin file tcpdf.php, method TCPDF::_parsepng()Extract info from a PNG file without using the GD library.
_putannotsobjsin file tcpdf.php, method TCPDF::_putannotsobjs()Output annotations objects for all pages.
_putannotsrefsin file tcpdf.php, method TCPDF::_putannotsrefs()Output references to page annotations
_putAPXObjectin file tcpdf.php, method TCPDF::_putAPXObject()Put appearance streams XObject used to define annotation's appearance states
_putbookmarksin file tcpdf.php, method TCPDF::_putbookmarks()Create a bookmark PDF string.
_putcatalogin file tcpdf.php, method TCPDF::_putcatalog()Output Catalog.
_putcidfont0in file tcpdf.php, method TCPDF::_putcidfont0()Output CID-0 fonts.
_putEmbeddedFilesin file tcpdf.php, method TCPDF::_putEmbeddedFiles()Embedd the attached files.
_putencryptionin file tcpdf.php, method TCPDF::_putencryption()Put encryption on PDF document.
_putextgstatesin file tcpdf.php, method TCPDF::_putextgstates()Put extgstates for object transparency
_putfontsin file tcpdf.php, method TCPDF::_putfonts()Output fonts.
_putfontwidthsin file tcpdf.php, method TCPDF::_putfontwidths()Outputs font widths
_putheaderin file tcpdf.php, method TCPDF::_putheader()Output PDF header.
_putimagesin file tcpdf.php, method TCPDF::_putimages()Output images.
_putinfoin file tcpdf.php, method TCPDF::_putinfo()Adds some Metadata information (Document Information Dictionary)
_putjavascriptin file tcpdf.php, method TCPDF::_putjavascript()Create a javascript PDF string.
_putocgin file tcpdf.php, method TCPDF::_putocg()Put visibility settings.
_putpagesin file tcpdf.php, method TCPDF::_putpages()Output pages.
_putresourcedictin file tcpdf.php, method TCPDF::_putresourcedict()Output Resources Dictionary.
_putresourcesin file tcpdf.php, method TCPDF::_putresources()Output Resources.
_putshadersin file tcpdf.php, method TCPDF::_putshaders()Output gradient shaders.
_putsignaturein file tcpdf.php, method TCPDF::_putsignature()Add certification signature (DocMDP or UR3)
_putspotcolorsin file tcpdf.php, method TCPDF::_putspotcolors()Output Spot Colors Resources.
_putstreamin file tcpdf.php, method TCPDF::_putstream()Output a stream (DEPRECATED).
_puttruetypeunicodein file tcpdf.php, method TCPDF::_puttruetypeunicode()Adds unicode fonts.
 
_putviewerpreferencesin file tcpdf.php, method TCPDF::_putviewerpreferences()Output viewer preferences.
_putxobjectsin file tcpdf.php, method TCPDF::_putxobjects()Output Form XObjects Templates.
_RC4in file tcpdf.php, method TCPDF::_RC4()Returns the input text encrypted using RC4 algorithm and the specified key.
_setGDImageTransparencyin file tcpdf.php, method TCPDF::_setGDImageTransparency()Set the transparency for the given GD image.
_textstringin file tcpdf.php, method TCPDF::_textstring()Format a text string for meta information
_toJPEGin file tcpdf.php, method TCPDF::_toJPEG()Convert the loaded image to a JPEG and then return a structure for the PDF creator.
_toPNGin file tcpdf.php, method TCPDF::_toPNG()Convert the loaded image to a PNG and then return a structure for the PDF creator.
_UEvaluein file tcpdf.php, method TCPDF::_UEvalue()Compute UE value (used for encryption)
_Uvaluein file tcpdf.php, method TCPDF::_Uvalue()Compute U value (used for encryption)
__constructin file qrcode.php, method QRcode::__construct()This is the class constructor.
__constructin file barcodes.php, method TCPDFBarcode::__construct()This is the class constructor.
__constructin file tcpdf.php, method TCPDF::__construct()This is the class constructor.
__constructin file 2dbarcodes.php, method TCPDF2DBarcode::__construct()This is the class constructor.
__constructin file pdf417.php, method PDF417::__construct()This is the class constructor.
__destructin file tcpdf.php, method TCPDF::__destruct()Default destructor.
 
 
 
		topa
							$AliasNbPagesin file tcpdf.php, variable TCPDF::$AliasNbPages$AliasNumPagein file tcpdf.php, variable TCPDF::$AliasNumPage$alignmentPatternin file qrcode.php, variable QRcode::$alignmentPattern$annotation_fontsin file tcpdf.php, variable TCPDF::$annotation_fontsList of fonts used on form fields (fontname => fontkey).
$anTablein file qrcode.php, variable QRcode::$anTable$authorin file tcpdf.php, variable TCPDF::$author$AutoPageBreakin file tcpdf.php, variable TCPDF::$AutoPageBreakAcceptPageBreakin 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.
addExtGStatein file tcpdf.php, method TCPDF::addExtGState()Add transparency parameters to the current extgstate
AddFontin file tcpdf.php, method TCPDF::AddFont()Imports a TrueType, Type1, core, or CID0 font and makes it available.
addHtmlLinkin file tcpdf.php, method TCPDF::addHtmlLink()Output anchor link.
addHTMLTOCin file tcpdf.php, method TCPDF::addHTMLTOC()Output a Table Of Content Index (TOC) using HTML templates.
addHTMLVertSpacein file tcpdf.php, method TCPDF::addHTMLVertSpace()Add vertical spaces if needed.
addJavascriptObjectin file tcpdf.php, method TCPDF::addJavascriptObject()Adds a javascript object and return object ID
AddLinkin 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().
AddPagein file tcpdf.php, 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 (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).
addPageRegionin file tcpdf.php, method TCPDF::addPageRegion()Add a single no-write region on selected page.
AddSpotColorin file tcpdf.php, method TCPDF::AddSpotColor()Defines a new spot color.
addTOCin file tcpdf.php, method TCPDF::addTOC()Output a Table of Content Index (TOC).
addTOCPagein file tcpdf.php, method TCPDF::addTOCPage()Adds a new TOC (Table Of Content) page to the document.
adjustCellPaddingin file tcpdf.php, method TCPDF::adjustCellPadding()Adjust the internal Cell padding array to take account of the line width.
AliasNbPagesin file tcpdf.php, method TCPDF::AliasNbPages()Defines an alias for the total number of pages.
AliasNumPagein file tcpdf.php, method TCPDF::AliasNumPage()Defines an alias for the page number.
allocatein file qrcode.php, method QRcode::allocate()Return an array with zeros
Annotationin file tcpdf.php, method TCPDF::Annotation()Puts a markup annotation on a rectangular area of the page.
appendBitstreamin file qrcode.php, method QRcode::appendBitstream()Append one bitstream to another
appendBytesin file qrcode.php, method QRcode::appendBytes()Append one bitstream created from bytes to another
appendNewInputItemin file qrcode.php, method QRcode::appendNewInputItem()Append data to an input object.
appendNumin file qrcode.php, method QRcode::appendNum()Append one bitstream created from number to another
appendPaddingBitin file qrcode.php, method QRcode::appendPaddingBit()Append Padding Bit to bitstream
Arrowin file tcpdf.php, method TCPDF::Arrow()Draws a grahic arrow.
arrUTF8ToUTF16BEin file tcpdf.php, method TCPDF::arrUTF8ToUTF16BE()Converts array of UTF-8 characters to UTF16-BE string.
 
 
 
 
		topb
							$b1in file qrcode.php, variable QRcode::$b1$barcodein file tcpdf.php, variable TCPDF::$barcode$barcode_arrayin file 2dbarcodes.php, variable TCPDF2DBarcode::$barcode_array$barcode_arrayin file qrcode.php, variable QRcode::$barcode_array$barcode_arrayin file pdf417.php, variable PDF417::$barcode_array$barcode_arrayin file barcodes.php, variable TCPDFBarcode::$barcode_array$bgcolorin file tcpdf.php, variable TCPDF::$bgcolor$bitin file qrcode.php, variable QRcode::$bit$blocksin file qrcode.php, variable QRcode::$blocks$bMarginin file tcpdf.php, variable TCPDF::$bMargin$bookletin file tcpdf.php, variable TCPDF::$bookletBooklet mode for double-sided pages
$bordermrkin file tcpdf.php, variable TCPDF::$bordermrkArray used to store positions inside the pages buffer.
$bufferin file tcpdf.php, variable TCPDF::$buffer$bufferlenin file tcpdf.php, variable TCPDF::$bufferlenLength of the buffer in bytes.
$byterange_stringin file tcpdf.php, variable TCPDF::$byterange_stringByteRange placemark used during signature process.
barcode_c128in file barcodes.php, method TCPDFBarcode::barcode_c128()C128 barcodes.
barcode_codabarin file barcodes.php, method TCPDFBarcode::barcode_codabar()CODABAR barcodes.
barcode_code11in file barcodes.php, method TCPDFBarcode::barcode_code11()CODE11 barcodes.
barcode_code39in file barcodes.php, method TCPDFBarcode::barcode_code39()CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.
barcode_code93in file barcodes.php, method TCPDFBarcode::barcode_code93()CODE 93 - USS-93
barcode_eanextin file barcodes.php, method TCPDFBarcode::barcode_eanext()UPC-Based Extentions
barcode_eanupcin file barcodes.php, method TCPDFBarcode::barcode_eanupc()EAN13 and UPC-A barcodes.
barcode_i25in file barcodes.php, method TCPDFBarcode::barcode_i25()Interleaved 2 of 5 barcodes.
barcode_imbin file barcodes.php, method TCPDFBarcode::barcode_imb()IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200  (requires PHP bcmath extension)  Intelligent Mail barcode is a 65-bar code for use on mail in the United States.
barcode_msiin file barcodes.php, method TCPDFBarcode::barcode_msi()MSI.
barcode_pharmacodein file barcodes.php, method TCPDFBarcode::barcode_pharmacode()Pharmacode
barcode_pharmacode2tin file barcodes.php, method TCPDFBarcode::barcode_pharmacode2t()Pharmacode two-track
barcode_postnetin file barcodes.php, method TCPDFBarcode::barcode_postnet()POSTNET and PLANET barcodes.
barcode_rms4ccin file barcodes.php, method TCPDFBarcode::barcode_rms4cc()RMS4CC - CBC - KIX  RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) - KIX (Klant index - Customer index)  RM4SCC is the name of the barcode symbology used by the Royal Mail for its Cleanmail service.
barcode_s25in file barcodes.php, method TCPDFBarcode::barcode_s25()Standard 2 of 5 barcodes.
binarizein file qrcode.php, method QRcode::binarize()Convert the frame in binary form
binseq_to_arrayin file barcodes.php, method TCPDFBarcode::binseq_to_array()Convert binary barcode sequence to TCPDF barcode array
bitstreamToBytein file qrcode.php, method QRcode::bitstreamToByte()Convert bitstream to bytes
Bookmarkin file tcpdf.php, method TCPDF::Bookmark()Adds a bookmark.
Buttonin file tcpdf.php, method TCPDF::Button()Creates a button field
barcodes.phpprocedural page barcodes.phpbra.phpprocedural page bra.php 
 
 
		topc
							$cache_file_lengthin file tcpdf.php, variable TCPDF::$cache_file_lengthArray used to store the lengths of cache files
$cache_maxsize_UTF8StringToArrayin file tcpdf.php, variable TCPDF::$cache_maxsize_UTF8StringToArrayMaximum size of cache array used for UTF8StringToArray() method.
$cache_size_UTF8StringToArrayin file tcpdf.php, variable TCPDF::$cache_size_UTF8StringToArrayCurrent size of cache array used for UTF8StringToArray() method.
$cache_UTF8StringToArrayin file tcpdf.php, variable TCPDF::$cache_UTF8StringToArrayCache array for UTF8StringToArray() method.
$capacityin file qrcode.php, variable QRcode::$capacity$casesensitivein file qrcode.php, variable QRcode::$casesensitive$cell_height_ratioin file tcpdf.php, variable TCPDF::$cell_height_ratioDefault cell height ratio.
$cell_marginin file tcpdf.php, variable TCPDF::$cell_margin$cell_paddingin file tcpdf.php, variable TCPDF::$cell_padding$clustersin file pdf417.php, variable PDF417::$clusters$cntmrkin file tcpdf.php, variable TCPDF::$cntmrkArray used to store content positions inside the pages buffer.
$ColorFlagin file tcpdf.php, variable TCPDF::$ColorFlag$columnsin file tcpdf.php, variable TCPDF::$columnsArray of column measures (width, space, starting Y position)
$column_start_pagein file tcpdf.php, variable TCPDF::$column_start_pageStarting page for columns
$colxshiftin file tcpdf.php, variable TCPDF::$colxshiftArray of: X difference between table cell x start and starting page margin, cellspacing, cellpadding
$compressin file tcpdf.php, variable TCPDF::$compress$CoreFontsin file tcpdf.php, variable TCPDF::$CoreFonts$countin file qrcode.php, variable QRcode::$count$creatorin file tcpdf.php, variable TCPDF::$creator$CurOrientationin file tcpdf.php, variable TCPDF::$CurOrientation$CurrentFontin file tcpdf.php, variable TCPDF::$CurrentFont$current_columnin file tcpdf.php, variable TCPDF::$current_columnCurrent column number
$currpagegroupin file tcpdf.php, variable TCPDF::$currpagegroupContains the alias of the current page group
$customlistindentin file tcpdf.php, variable TCPDF::$customlistindentcalcN1N3in file qrcode.php, method QRcode::calcN1N3()calcN1N3
calcParityin file qrcode.php, method QRcode::calcParity()calcParity
Cellin 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.
checkin file qrcode.php, method QRcode::check()Validate the input data.
CheckBoxin file tcpdf.php, method TCPDF::CheckBox()Creates a CheckBox field
checkModeAnin file qrcode.php, method QRcode::checkModeAn()checkModeAn
checkModeKanjiin file qrcode.php, method QRcode::checkModeKanji()checkModeKanji
checkModeNumin file qrcode.php, method QRcode::checkModeNum()checkModeNum
checkPageBreakin file tcpdf.php, method TCPDF::checkPageBreak()Add page if needed.
checkPageRegionsin file tcpdf.php, method TCPDF::checkPageRegions()Check page for no-write regions and adapt current coordinates and page margins if necessary.
checksum_code39in file barcodes.php, method TCPDFBarcode::checksum_code39()Calculate CODE 39 checksum (modulo 43).
checksum_code93in file barcodes.php, method TCPDFBarcode::checksum_code93()Calculate CODE 93 checksum (modulo 47).
checksum_s25in file barcodes.php, method TCPDFBarcode::checksum_s25()Checksum for standard 2 of 5 barcodes.
CheckTTFin file makefont.php, function CheckTTF()Circlein file tcpdf.php, method TCPDF::Circle()Draws a circle.
Clipin file tcpdf.php, method TCPDF::Clip()Set a rectangular clipping area.
Closein file tcpdf.php, method TCPDF::Close()Terminates the PDF document.
closeHTMLTagHandlerin file tcpdf.php, method TCPDF::closeHTMLTagHandler()Process closing tags.
colorRegistrationBarin file tcpdf.php, method TCPDF::colorRegistrationBar()Paints color transition registration bars
ComboBoxin file tcpdf.php, method TCPDF::ComboBox()Creates a Combo-box field
commitTransactionin file tcpdf.php, method TCPDF::commitTransaction()Delete the copy of the current TCPDF object used for undo operation.
convertDatain file qrcode.php, method QRcode::convertData()convertData
convertHexStringToStringin file tcpdf.php, method TCPDF::convertHexStringToString()Convert hexadecimal string to string
convertHTMLColorToDecin file tcpdf.php, method TCPDF::convertHTMLColorToDec()Returns an associative array (keys: R,G,B) from an html color name or a six-digit or three-digit hexadecimal color representation (i.e. #3FE5AA or #7FF).
convertStringToHexStringin file tcpdf.php, method TCPDF::convertStringToHexString()Convert string to hexadecimal string (byte string)
convertSVGtMatrixin file tcpdf.php, method TCPDF::convertSVGtMatrix()Convert SVG transformation matrix to PDF.
CoonsPatchMeshin file tcpdf.php, method TCPDF::CoonsPatchMesh()Paints a coons patch mesh.
copyPagein file tcpdf.php, method TCPDF::copyPage()Clone the specified page to a new page.
createBitStreamin file qrcode.php, method QRcode::createBitStream()createBitStream
createFramein file qrcode.php, method QRcode::createFrame()Return a copy of initialized frame.
cropMarkin file tcpdf.php, method TCPDF::cropMark()Paints crop mark
Curvein file tcpdf.php, method TCPDF::Curve()Draws a Bezier curve.
 
 
 
		topd
							$datain file qrcode.php, variable QRcode::$data$datacodein file qrcode.php, variable QRcode::$datacode$dataLengthin file qrcode.php, variable QRcode::$dataLength$dataStrin file qrcode.php, variable QRcode::$dataStr$default_form_propin file tcpdf.php, variable TCPDF::$default_form_propDeafult 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_graphic_varsin file tcpdf.php, variable TCPDF::$default_graphic_vars$default_monospaced_fontin file tcpdf.php, variable TCPDF::$default_monospaced_fontDefault monospaced font
$default_table_columnsin file tcpdf.php, variable TCPDF::$default_table_columns$diffsin file tcpdf.php, variable TCPDF::$diffs$dirin file qrcode.php, variable QRcode::$dir$diskcachein file tcpdf.php, variable TCPDF::$diskcacheIf true enables disk caching.
$dpiin file tcpdf.php, variable TCPDF::$dpiDot Per Inch Document Resolution (do not change)
$DrawColorin file tcpdf.php, variable TCPDF::$DrawColordec_to_hexin file barcodes.php, method TCPDFBarcode::dec_to_hex()Convert large integer number to hexadecimal representation.
deletePagein file tcpdf.php, method TCPDF::deletePage()Remove the specified page.
drawHTMLTagBorderin file tcpdf.php, method TCPDF::drawHTMLTagBorder()Draw an HTML block border and fill
 
 
 
		tope
							$ecccodein file qrcode.php, variable QRcode::$ecccode$eccLengthin file qrcode.php, variable QRcode::$eccLength$eccTablein file qrcode.php, variable QRcode::$eccTable$embeddedfilesin file tcpdf.php, variable TCPDF::$embeddedfiles$emptypagemrkin file tcpdf.php, variable TCPDF::$emptypagemrkArray used to store page positions to track empty pages.
$encodingin file tcpdf.php, variable TCPDF::$encoding$encryptdatain file tcpdf.php, variable TCPDF::$encryptdataArray containing encryption settings
$encryptedin file tcpdf.php, variable TCPDF::$encryptedIndicates whether document is protected
$enc_paddingin file tcpdf.php, variable TCPDF::$enc_paddingEncryption padding
$endlinexin file tcpdf.php, variable TCPDF::$endlinexEnd position of the latest inserted line
$epsmarkerin file tcpdf.php, variable TCPDF::$epsmarkerString used to mark the beginning and end of EPS image blocks
$extgstatesin file tcpdf.php, variable TCPDF::$extgstatesArray of transparency objects and parameters.
eat8in file qrcode.php, method QRcode::eat8()eat8
eatAnin file qrcode.php, method QRcode::eatAn()eatAn
eatKanjiin file qrcode.php, method QRcode::eatKanji()eatKanji
eatNumin file qrcode.php, method QRcode::eatNum()eatNum
Ellipsein file tcpdf.php, method TCPDF::Ellipse()Draws an ellipse.
empty_stringin file tcpdf.php, method TCPDF::empty_string()Determine whether a string is empty.
encodeBitStreamin file qrcode.php, method QRcode::encodeBitStream()encodeBitStream
encodeMaskin file qrcode.php, method QRcode::encodeMask()Encode mask
encodeMode8in file qrcode.php, method QRcode::encodeMode8()encodeMode8
encodeModeAnin file qrcode.php, method QRcode::encodeModeAn()encodeModeAn
encodeModeKanjiin file qrcode.php, method QRcode::encodeModeKanji()encodeModeKanji
encodeModeNumin file qrcode.php, method QRcode::encodeModeNum()encodeModeNum
encodeModeStructurein file qrcode.php, method QRcode::encodeModeStructure()encodeModeStructure
encodeStringin file qrcode.php, method QRcode::encodeString()Encode the input string to QR code
encode_code39_extin file barcodes.php, method TCPDFBarcode::encode_code39_ext()Encode a string to be used for CODE 39 Extended mode.
encode_rs_charin file qrcode.php, method QRcode::encode_rs_char()Encode a Reed-Solomon codec and returns the parity array
endPagein file tcpdf.php, method TCPDF::endPage()Terminate the current page
endSVGElementHandlerin file tcpdf.php, method TCPDF::endSVGElementHandler()Sets the closing SVG element handler function for the XML parser.
endTemplatein file tcpdf.php, method TCPDF::endTemplate()End the current XObject Template started with startTemplate() and restore the previous graphic state.
endTOCPagein file tcpdf.php, method TCPDF::endTOCPage()Terminate the current TOC (Table Of Content) page
Errorin file tcpdf.php, 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.
estimateBitsMode8in file qrcode.php, method QRcode::estimateBitsMode8()estimateBitsMode8
estimateBitsModeAnin file qrcode.php, method QRcode::estimateBitsModeAn()estimateBitsModeAn
estimateBitsModeKanjiin file qrcode.php, method QRcode::estimateBitsModeKanji()estimateBitsModeKanji
estimateBitsModeNumin file qrcode.php, method QRcode::estimateBitsModeNum()estimateBitsModeNum
estimateBitStreamSizein file qrcode.php, method QRcode::estimateBitStreamSize()estimateBitStreamSize
estimateVersionin file qrcode.php, method QRcode::estimateVersion()estimateVersion
evaluateSymbolin file qrcode.php, method QRcode::evaluateSymbol()evaluateSymbol
extractCSSpropertiesin file tcpdf.php, method TCPDF::extractCSSproperties()Extracts the CSS properties from a CSS string.
eng.phpprocedural page eng.php 
 
 
		topf
							$fepsin file tcpdf.php, variable TCPDF::$fepsEpsilon value used for float calculations
$fgcolorin file tcpdf.php, variable TCPDF::$fgcolor$fhPtin file tcpdf.php, variable TCPDF::$fhPt$file_idin file tcpdf.php, variable TCPDF::$file_idFile ID (used on trailer)
$FillColorin file tcpdf.php, variable TCPDF::$FillColor$FontAscentin file tcpdf.php, variable TCPDF::$FontAscent$FontDescentin file tcpdf.php, variable TCPDF::$FontDescent$FontFamilyin file tcpdf.php, variable TCPDF::$FontFamily$FontFilesin file tcpdf.php, variable TCPDF::$FontFiles$fontkeysin file tcpdf.php, variable TCPDF::$fontkeysStore the font keys.
$fontlistin file tcpdf.php, variable TCPDF::$fontlist$fontsin file tcpdf.php, variable TCPDF::$fonts$FontSizein file tcpdf.php, variable TCPDF::$FontSize$FontSizePtin file tcpdf.php, variable TCPDF::$FontSizePt$FontStylein file tcpdf.php, variable TCPDF::$FontStyle$font_obj_idsin file tcpdf.php, variable TCPDF::$font_obj_idsStore the font object IDs.
$font_spacingin file tcpdf.php, variable TCPDF::$font_spacing$font_stretchingin file tcpdf.php, variable TCPDF::$font_stretching$font_subsettingin file tcpdf.php, variable TCPDF::$font_subsetting$footerlenin file tcpdf.php, variable TCPDF::$footerlenArray used to store footer length of each page.
$footerposin file tcpdf.php, variable TCPDF::$footerposArray used to store footer positions of each page.
$footer_fontin file tcpdf.php, variable TCPDF::$footer_font$footer_marginin file tcpdf.php, variable TCPDF::$footer_margin$formatInfoin file qrcode.php, variable QRcode::$formatInfo$form_actionin file tcpdf.php, variable TCPDF::$form_actionCurrent form action (used during XHTML rendering)
$form_enctypein file tcpdf.php, variable TCPDF::$form_enctypeCurrent form encryption type (used during XHTML rendering)
$form_modein file tcpdf.php, variable TCPDF::$form_modeCurrent method to submit forms.
$form_obj_idin file tcpdf.php, variable TCPDF::$form_obj_idList of form annotations IDs
$framein file qrcode.php, variable QRcode::$frame$framesin file qrcode.php, variable QRcode::$frames$fwPtin file tcpdf.php, variable TCPDF::$fwPtfitBlockin file tcpdf.php, method TCPDF::fitBlock()Set the block dimensions accounting for page breaks and page/column fitting
Footerin file tcpdf.php, method TCPDF::Footer()This method is used to render the page footer.
formatPageNumberin file tcpdf.php, method TCPDF::formatPageNumber()Format the page numbers.
formatTOCPageNumberin file tcpdf.php, method TCPDF::formatTOCPageNumber()Format the page numbers on the Table Of Content.
 
 
 
		topg
							$gradientsin file tcpdf.php, variable TCPDF::$gradientsArray for storing gradient information.
generateMaskNoin file qrcode.php, method QRcode::generateMaskNo()Return bitmask
GetAbsXin file tcpdf.php, method TCPDF::GetAbsX()Returns the absolute X value of current position.
getAliasNbPagesin file tcpdf.php, method TCPDF::getAliasNbPages()Returns the string alias used for the total number of pages.
getAliasNumPagein file tcpdf.php, method TCPDF::getAliasNumPage()Returns the string alias used for the page number.
getAnnotOptFromJSPropin file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()Convert JavaScript form fields properties array to Annotation Properties array.
GetArrStringWidthin file tcpdf.php, method TCPDF::GetArrStringWidth()Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
 
getBarcodein file tcpdf.php, method TCPDF::getBarcode()Get current barcode.
getBarcodeArrayin file barcodes.php, method TCPDFBarcode::getBarcodeArray()Return an array representations of barcode.
getBarcodeArrayin file pdf417.php, method PDF417::getBarcodeArray()Returns a barcode array which is readable by TCPDF
getBarcodeArrayin file 2dbarcodes.php, method TCPDF2DBarcode::getBarcodeArray()Return an array representations of barcode.
getBarcodeArrayin file qrcode.php, method QRcode::getBarcodeArray()Returns a barcode array which is readable by TCPDF
getBitStreamin file qrcode.php, method QRcode::getBitStream()Returns a stream of bits.
getBorderModein file tcpdf.php, method TCPDF::getBorderMode()Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)
getBorderStartPositionin file tcpdf.php, method TCPDF::getBorderStartPosition()Return the starting coordinates to draw an html border
getBreakMarginin file tcpdf.php, method TCPDF::getBreakMargin()Returns the page break margin.
getBufferin file tcpdf.php, method TCPDF::getBuffer()Get buffer content.
getByteStreamin file qrcode.php, method QRcode::getByteStream()Pack all bit streams padding bits into a byte array.
getCellBorderin file tcpdf.php, method TCPDF::getCellBorder()Returns the code to draw the cell border
getCellCodein 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.
getCellHeightRatioin file tcpdf.php, method TCPDF::getCellHeightRatio()return the height of cell repect font height.
getCellMarginsin file tcpdf.php, method TCPDF::getCellMargins()Get the internal Cell margin array.
getCellPaddingsin file tcpdf.php, method TCPDF::getCellPaddings()Get the internal Cell padding array.
GetCharWidthin file tcpdf.php, method TCPDF::GetCharWidth()Returns the length of the char in user unit for the current font considering current stretching and spacing (tracking/kerning).
getCodein file qrcode.php, method QRcode::getCode()Return Reed-Solomon block code.
getColumnin file tcpdf.php, method TCPDF::getColumn()Return the current column number
getCompactionin file pdf417.php, method PDF417::getCompaction()Compact data by mode.
getCSSBorderDashStylein file tcpdf.php, method TCPDF::getCSSBorderDashStyle()Returns the border dash style from CSS property
getCSSBorderStylein file tcpdf.php, method TCPDF::getCSSBorderStyle()Returns the border style array from CSS border properties
getCSSBorderWidthin file tcpdf.php, method TCPDF::getCSSBorderWidth()Returns the border width from CSS property
getCSSFontSpacingin file tcpdf.php, method TCPDF::getCSSFontSpacing()Returns the letter-spacing value from CSS value
getCSSFontStretchingin file tcpdf.php, method TCPDF::getCSSFontStretching()Returns the percentage of font stretching from CSS value
getCSSMarginin file tcpdf.php, method TCPDF::getCSSMargin()Get the internal Cell margin from CSS attribute.
getCSSPaddingin file tcpdf.php, method TCPDF::getCSSPadding()Get the internal Cell padding from CSS attribute.
getDataLengthin file qrcode.php, method QRcode::getDataLength()Return maximum data code length (bytes) for the version.
getECCLengthin file qrcode.php, method QRcode::getECCLength()Return maximum error correction code length (bytes) for the version.
getEccSpecin file qrcode.php, method QRcode::getEccSpec()Return an array of ECC specification.
getEncPermissionsStringin file tcpdf.php, method TCPDF::getEncPermissionsString()Convert encryption P value to a string of bytes, low-order byte first.
getErrorCorrectionin file pdf417.php, method PDF417::getErrorCorrection()Returns the error correction codewords
getErrorCorrectionLevelin file pdf417.php, method PDF417::getErrorCorrectionLevel()Returns the error correction level (0-8) to be used
getFontAscentin file tcpdf.php, method TCPDF::getFontAscent()Return the font ascent value
getFontBufferin file tcpdf.php, method TCPDF::getFontBuffer()Get font buffer content.
getFontDescentin file tcpdf.php, method TCPDF::getFontDescent()Return the font descent value
getFontFamilyin file tcpdf.php, method TCPDF::getFontFamily()Returns the current font family name.
getFontFamilyNamein file tcpdf.php, method TCPDF::getFontFamilyName()Return normalized font name
getFontSizein file tcpdf.php, method TCPDF::getFontSize()Returns the current font size.
getFontSizePtin file tcpdf.php, method TCPDF::getFontSizePt()Returns the current font size in points unit.
getFontsListin file tcpdf.php, method TCPDF::getFontsList()Fill the list of available fonts ($this->fontlist).
getFontSpacingin file tcpdf.php, method TCPDF::getFontSpacing()Get the amount to increase or decrease the space between characters in a text.
getFontStretchingin file tcpdf.php, method TCPDF::getFontStretching()Get the percentage of character stretching.
getFontStylein file tcpdf.php, method TCPDF::getFontStyle()Returns the current font style.
getFontSubsettingin file tcpdf.php, method TCPDF::getFontSubsetting()Return the default option for font subsetting.
getFooterFontin file tcpdf.php, method TCPDF::getFooterFont()Get Footer font.
getFooterMarginin file tcpdf.php, method TCPDF::getFooterMargin()Returns footer margin in user units.
getFormatInfoin file qrcode.php, method QRcode::getFormatInfo()Return BCH encoded format information pattern.
getFormDefaultPropin file tcpdf.php, method TCPDF::getFormDefaultProp()Return the default properties for form fields.
getFrameAtin file qrcode.php, method QRcode::getFrameAt()Get frame value at specified position
getGDgammain file tcpdf.php, method TCPDF::getGDgamma()Correct the gamma value to be used with GD library
getGraphicVarsin file tcpdf.php, method TCPDF::getGraphicVars()Returns current graphic variables as array.
getGroupPageNoin file tcpdf.php, method TCPDF::getGroupPageNo()Return the current page in the group.
getGroupPageNoFormattedin file tcpdf.php, method TCPDF::getGroupPageNoFormatted()Returns the current group page number formatted as a string.
getHeaderDatain file tcpdf.php, method TCPDF::getHeaderData()Returns header data:
getHeaderFontin file tcpdf.php, method TCPDF::getHeaderFont()Get header font.
getHeaderMarginin file tcpdf.php, method TCPDF::getHeaderMargin()Returns header margin in user units.
getHtmlDomArrayin file tcpdf.php, method TCPDF::getHtmlDomArray()Returns the HTML DOM array.
getHTMLUnitToUnitsin file tcpdf.php, method TCPDF::getHTMLUnitToUnits()Convert HTML string containing value and unit of measure to user's units or points.
getHyphenPatternsFromTEXin file tcpdf.php, method TCPDF::getHyphenPatternsFromTEX()Returns an array of hyphenation patterns.
getImageBufferin file tcpdf.php, method TCPDF::getImageBuffer()Get image buffer content.
getImageFileTypein file tcpdf.php, method TCPDF::getImageFileType()Return the image type given the file name or array returned by getimagesize() function.
getImageRBXin file tcpdf.php, method TCPDF::getImageRBX()Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image
getImageRBYin file tcpdf.php, method TCPDF::getImageRBY()Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image
getImageScalein file tcpdf.php, method TCPDF::getImageScale()Returns the adjusting factor to convert pixels to user units.
getInputSequencesin file pdf417.php, method PDF417::getInputSequences()Create array of sequences from input
getLastHin file tcpdf.php, method TCPDF::getLastH()Get the last cell height.
GetLineWidthin file tcpdf.php, method TCPDF::GetLineWidth()Returns the current the line width.
getMarginsin file tcpdf.php, method TCPDF::getMargins()Returns an array containing current margins:
getMinimumVersionin file qrcode.php, method QRcode::getMinimumVersion()Return a version number that satisfies the input code length.
getNextPositionin file qrcode.php, method QRcode::getNextPosition()Return the next frame position
getNumberOfColumnsin file tcpdf.php, method TCPDF::getNumberOfColumns()Return the current number of columns.
GetNumCharsin file tcpdf.php, method TCPDF::GetNumChars()Returns the numbero of characters in a string.
getNumLinesin file tcpdf.php, method TCPDF::getNumLines()This method return the estimated number of lines for print a simple text string using Multicell() method.
getNumPagesin file tcpdf.php, method TCPDF::getNumPages()Get the total number of insered pages.
getObjFilenamein file tcpdf.php, method TCPDF::getObjFilename()Returns a temporary filename for caching object on filesystem.
getOriginalMarginsin file tcpdf.php, method TCPDF::getOriginalMargins()Returns an array containing original margins:
getPagein file tcpdf.php, method TCPDF::getPage()Get current document page number.
getPageBufferin file tcpdf.php, method TCPDF::getPageBuffer()Get page buffer content.
getPageDimensionsin file tcpdf.php, method TCPDF::getPageDimensions()Returns an array of page dimensions:
getPageGroupAliasin 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.
getPageHeightin file tcpdf.php, method TCPDF::getPageHeight()Returns the page height in units.
getPageNumGroupAliasin 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.
getPageRegionsin file tcpdf.php, method TCPDF::getPageRegions()Return an array of no-write page regions
getPageSizeFromFormatin file tcpdf.php, method TCPDF::getPageSizeFromFormat()Get page dimensions from format name.
getPageWidthin file tcpdf.php, method TCPDF::getPageWidth()Returns the page width in units.
getPathPaintOperatorin file tcpdf.php, method TCPDF::getPathPaintOperator()Get the Path-Painting Operators.
getPDFDatain file tcpdf.php, method TCPDF::getPDFData()Returns the PDF data.
getRandomSeedin file tcpdf.php, method TCPDF::getRandomSeed()Returns a string containing random data to be used as a seed for encryption methods.
getRawCharWidthin file tcpdf.php, method TCPDF::getRawCharWidth()Returns the length of the char in user unit for the current font.
getRemainderin file qrcode.php, method QRcode::getRemainder()Return the numer of remainder bits.
getRemainingWidthin file tcpdf.php, method TCPDF::getRemainingWidth()Returns the remaining width between the current position and margins.
getRTLin file tcpdf.php, method TCPDF::getRTL()Return the RTL status
getScaleFactorin file tcpdf.php, method TCPDF::getScaleFactor()Returns the scale factor (number of points in user unit).
getSpaceStringin file tcpdf.php, method TCPDF::getSpaceString()Returns the string used to find spaces
getStringHeightin file tcpdf.php, method TCPDF::getStringHeight()This method return the estimated needed height for print a simple text string in Multicell() method.
GetStringWidthin file tcpdf.php, method TCPDF::GetStringWidth()Returns the length of a string in user unit. A font must be selected.
 
getSVGTransformMatrixin file tcpdf.php, method TCPDF::getSVGTransformMatrix()Get the tranformation matrix from SVG transform attribute
getTagStyleFromCSSin file tcpdf.php, method TCPDF::getTagStyleFromCSS()Returns the styles that apply for the selected HTML tag.
getTransformationMatrixProductin file tcpdf.php, method TCPDF::getTransformationMatrixProduct()Get the product of two SVG tranformation matrices
getUserPermissionCodein file tcpdf.php, method TCPDF::getUserPermissionCode()Return the premission code used on encryption (P value).
getVectorsAnglein file tcpdf.php, method TCPDF::getVectorsAngle()Returns the angle in radiants between two vectors
getVersionPatternin file qrcode.php, method QRcode::getVersionPattern()Return BCH encoded version information pattern that is used for the symbol of version 7 or greater. Use lower 18 bits.
getWidthin file qrcode.php, method QRcode::getWidth()Return the width of the symbol for the version.
GetXin file tcpdf.php, method TCPDF::GetX()Returns the relative X value of current position.
GetYin file tcpdf.php, method TCPDF::GetY()Returns the ordinate of the current position.
get_mqrin file tcpdf.php, method TCPDF::get_mqr()Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist)
Gradientin file tcpdf.php, method TCPDF::Gradient()Output gradient.
ger.phpprocedural page ger.php 
 
 
		toph
							$hin file tcpdf.php, variable TCPDF::$h$header_fontin file tcpdf.php, variable TCPDF::$header_font$header_logoin file tcpdf.php, variable TCPDF::$header_logo$header_logo_widthin file tcpdf.php, variable TCPDF::$header_logo_width$header_marginin file tcpdf.php, variable TCPDF::$header_margin$header_stringin file tcpdf.php, variable TCPDF::$header_string$header_titlein file tcpdf.php, variable TCPDF::$header_title$hintin file qrcode.php, variable QRcode::$hint$hPtin file tcpdf.php, variable TCPDF::$hPt$HREFin file tcpdf.php, variable TCPDF::$HREF$htmlLinkColorArrayin file tcpdf.php, variable TCPDF::$htmlLinkColorArrayDefault color for html links
$htmlLinkFontStylein file tcpdf.php, variable TCPDF::$htmlLinkFontStyleDefault font style to add to html links
$htmlvspacein file tcpdf.php, variable TCPDF::$htmlvspaceCount the latest inserted vertical spaces on HTML
Headerin file tcpdf.php, method TCPDF::Header()This method is used to render the page header.
HEAD_MAGNIFICATIONin file tcpdf_config.php, constant HEAD_MAGNIFICATIONmagnification factor for titles
hex_to_decin file barcodes.php, method TCPDFBarcode::hex_to_dec()Convert large hexadecimal number to decimal representation (string).
hyphenateTextin file tcpdf.php, method TCPDF::hyphenateText()Returns text with soft hyphens.
hyphenateWordin file tcpdf.php, method TCPDF::hyphenateWord()Returns an array of chars containing soft hyphens.
htmlcolors.phpprocedural page htmlcolors.php 
 
 
		topi
							$imagekeysin file tcpdf.php, variable TCPDF::$imagekeysStore the image keys.
$imagesin file tcpdf.php, variable TCPDF::$images$imgscalein file tcpdf.php, variable TCPDF::$imgscale$img_rb_xin file tcpdf.php, variable TCPDF::$img_rb_x$img_rb_yin file tcpdf.php, variable TCPDF::$img_rb_y$InFooterin file tcpdf.php, variable TCPDF::$InFooter$internal_encodingin file tcpdf.php, variable TCPDF::$internal_encoding$intheadin file tcpdf.php, variable TCPDF::$intheadTrue when we are printing the thead section on a new page
$intmrkin file tcpdf.php, variable TCPDF::$intmrkArray used to store positions inside the pages buffer.
$inxobjin file tcpdf.php, variable TCPDF::$inxobj$isunicodein file tcpdf.php, variable TCPDF::$isunicode$itemsin file qrcode.php, variable QRcode::$itemsidentifyModein file qrcode.php, method QRcode::identifyMode()identifyMode
Imagein file tcpdf.php, method TCPDF::Image()Puts an image in the page.
ImageEpsin file tcpdf.php, method TCPDF::ImageEps()Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files.
ImagePngAlphain file tcpdf.php, method TCPDF::ImagePngAlpha()Extract info from a PNG image with alpha channel using the GD library.
ImageSVGin file tcpdf.php, method TCPDF::ImageSVG()Embedd a Scalable Vector Graphics (SVG) image.
imb_crc11fcsin file barcodes.php, method TCPDFBarcode::imb_crc11fcs()Intelligent Mail Barcode calculation of Frame Check Sequence
imb_reverse_usin file barcodes.php, method TCPDFBarcode::imb_reverse_us()Reverse unsigned short value
imb_tablesin file barcodes.php, method TCPDFBarcode::imb_tables()generate Nof13 tables used for Intelligent Mail Barcode
IncludeJSin file tcpdf.php, method TCPDF::IncludeJS()Adds a javascript
initin file qrcode.php, method QRcode::init()Initialize code.
init_rsin file qrcode.php, method QRcode::init_rs()Initialize a Reed-Solomon codec and add it to existing rsitems
init_rs_charin file qrcode.php, method QRcode::init_rs_char()Initialize a Reed-Solomon codec and returns an array of values.
insertStructuredAppendHeaderin file qrcode.php, method QRcode::insertStructuredAppendHeader()insertStructuredAppendHeader
intToRomanin file tcpdf.php, method TCPDF::intToRoman()Returns the Roman representation of an integer number
isalnumatin file qrcode.php, method QRcode::isalnumat()Return true if the character at specified position is an alphanumeric character
isdigitatin file qrcode.php, method QRcode::isdigitat()Return true if the character at specified position is a number
isRTLTextDirin file tcpdf.php, method TCPDF::isRTLTextDir()Return the current temporary RTL status
isUnicodeFontin file tcpdf.php, method TCPDF::isUnicodeFont()Return true if the current font is unicode type.
isValidCSSSelectorForTagin file tcpdf.php, method TCPDF::isValidCSSSelectorForTag()Returns true if the CSS selector is valid for the selected HTML tag
ita.phpprocedural page ita.php 
 top
 
 
 
		topk
							$kin file tcpdf.php, variable TCPDF::$k$keywordsin file tcpdf.php, variable TCPDF::$keywordsK_BLANK_IMAGEin file tcpdf_config.php, constant K_BLANK_IMAGEblank image
K_CELL_HEIGHT_RATIOin file tcpdf_config.php, constant K_CELL_HEIGHT_RATIOheight of cell repect font height
K_PATH_CACHEin file tcpdf_config.php, constant K_PATH_CACHEcache directory for temporary files (full path)
K_PATH_FONTSin file tcpdf_config.php, constant K_PATH_FONTSpath for PDF fonts
K_PATH_IMAGESin file tcpdf_config.php, constant K_PATH_IMAGESimages directory
K_PATH_MAINin file tcpdf_config.php, constant K_PATH_MAINInstallation path (/var/www/tcpdf/).
K_PATH_URLin file tcpdf_config.php, constant K_PATH_URLURL path to tcpdf installation folder (http://localhost/tcpdf/).
K_PATH_URL_CACHEin file tcpdf_config.php, constant K_PATH_URL_CACHEcache directory for temporary files (url path)
K_SMALL_RATIOin file tcpdf_config.php, constant K_SMALL_RATIOreduction factor for small font
K_TCPDF_CALLS_IN_HTMLin file tcpdf_config.php, constant K_TCPDF_CALLS_IN_HTMLif true allows to call TCPDF methods using HTML syntax  IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
K_THAI_TOPCHARSin file tcpdf_config.php, constant K_THAI_TOPCHARSset to true to enable the special procedure used to avoid the overlappind of symbols on Thai language
K_TITLE_MAGNIFICATIONin file tcpdf_config.php, constant K_TITLE_MAGNIFICATIONtitle magnification respect main font size
 
 
 
		topl
							$lin file tcpdf.php, variable TCPDF::$l$lasthin file tcpdf.php, variable TCPDF::$lasth$last_enc_keyin file tcpdf.php, variable TCPDF::$last_enc_keylast RC4 key encrypted (cached for optimisation)
$last_enc_key_cin file tcpdf.php, variable TCPDF::$last_enc_key_clast RC4 computed key
$LayoutModein file tcpdf.php, variable TCPDF::$LayoutMode$lengthTableBitsin file qrcode.php, variable QRcode::$lengthTableBits$levelin file qrcode.php, variable QRcode::$level$linestyleCapin file tcpdf.php, variable TCPDF::$linestyleCapPDF string for last line width
$linestyleDashin file tcpdf.php, variable TCPDF::$linestyleDashPDF string for last line width
$linestyleJoinin file tcpdf.php, variable TCPDF::$linestyleJoinPDF string for last line width
$linestyleWidthin file tcpdf.php, variable TCPDF::$linestyleWidthPDF string for last line width
$linethroughin file tcpdf.php, variable TCPDF::$linethroughline trough state
$LineWidthin file tcpdf.php, variable TCPDF::$LineWidth$linksin file tcpdf.php, variable TCPDF::$links$lispacerin file tcpdf.php, variable TCPDF::$lispacer$listcountin file tcpdf.php, variable TCPDF::$listcount$listindentin file tcpdf.php, variable TCPDF::$listindent$listindentlevelin file tcpdf.php, variable TCPDF::$listindentlevel$listnumin file tcpdf.php, variable TCPDF::$listnum$listorderedin file tcpdf.php, variable TCPDF::$listordered$lisymbolin file tcpdf.php, variable TCPDF::$lisymbolSymbol used for HTML unordered list items
$lMarginin file tcpdf.php, variable TCPDF::$lMarginlastPagein file tcpdf.php, method TCPDF::lastPage()Reset pointer to the last document page.
lengthIndicatorin file qrcode.php, method QRcode::lengthIndicator()Return the size of length indicator for the mode and version.
lengthOfCodein file qrcode.php, method QRcode::lengthOfCode()lengthOfCode
Linein file tcpdf.php, method TCPDF::Line()Draws a line between two points.
LinearGradientin file tcpdf.php, method TCPDF::LinearGradient()Paints a linear colour gradient.
Linkin file tcpdf.php, method TCPDF::Link()Puts a link on a rectangular area of the page.
ListBoxin file tcpdf.php, method TCPDF::ListBox()Creates a List-box field
Lnin file tcpdf.php, method TCPDF::Ln()Performs a line break.
lookAnTablein file qrcode.php, method QRcode::lookAnTable()Look up the alphabet-numeric convesion table (see JIS X0510:2004, pp.19).
 
 
 
		topm
							$maxselcolin file tcpdf.php, variable TCPDF::$maxselcolMaximum page and column selected
MakeFontin file makefont.php, function MakeFont()MakeFontDescriptorin file makefont.php, function MakeFontDescriptor()MakeFontEncodingin file makefont.php, function MakeFontEncoding()makeMaskin file qrcode.php, method QRcode::makeMask()makeMask
makeMaskNoin file qrcode.php, method QRcode::makeMaskNo()makeMaskNo
MakeWidthArrayin file makefont.php, function MakeWidthArray()maskin file qrcode.php, method QRcode::mask()mask
mask0in file qrcode.php, method QRcode::mask0()mask0
mask1in file qrcode.php, method QRcode::mask1()mask1
mask2in file qrcode.php, method QRcode::mask2()mask2
mask3in file qrcode.php, method QRcode::mask3()mask3
mask4in file qrcode.php, method QRcode::mask4()mask4
mask5in file qrcode.php, method QRcode::mask5()mask5
mask6in file qrcode.php, method QRcode::mask6()mask6
mask7in file qrcode.php, method QRcode::mask7()mask7
maximumWordsin file qrcode.php, method QRcode::maximumWords()Return the maximum length for the mode and version.
MAX_STRUCTURED_SYMBOLSin file qrcode.php, constant MAX_STRUCTURED_SYMBOLSMax number of symbols for structured mode
mergeBitStreamin file qrcode.php, method QRcode::mergeBitStream()mergeBitStream
MirrorHin file tcpdf.php, method TCPDF::MirrorH()Horizontal Mirroring.
MirrorLin file tcpdf.php, method TCPDF::MirrorL()Reflection against a straight line through point (x, y) with the gradient angle (angle).
MirrorPin file tcpdf.php, method TCPDF::MirrorP()Point reflection mirroring.
MirrorVin file tcpdf.php, method TCPDF::MirrorV()Verical Mirroring.
modnnin file qrcode.php, method QRcode::modnn()modnn
movePagein file tcpdf.php, method TCPDF::movePage()Move a page to a previous position.
MultiCellin file tcpdf.php, method TCPDF::MultiCell()This method allows printing text with line breaks.
makeallttffonts.phpprocedural page makeallttffonts.phpmakefont.phpprocedural page makefont.php 
 
 
		topn
							$nin file tcpdf.php, variable TCPDF::$n$newlinein file tcpdf.php, variable TCPDF::$newlineTrue if a newline is created.
$newpagegroupin file tcpdf.php, variable TCPDF::$newpagegroupArray of page numbers were a new page group was started
$numfontsin file tcpdf.php, variable TCPDF::$numfontsCounts the number of fonts.
$numimagesin file tcpdf.php, variable TCPDF::$numimagesCounts the number of pages.
$numpagesin file tcpdf.php, variable TCPDF::$numpagesCounts the number of pages.
$num_columnsin file tcpdf.php, variable TCPDF::$num_columnsNumber of colums
$n_jsin file tcpdf.php, variable TCPDF::$n_jsjavascript counter
$n_ocg_printin file tcpdf.php, variable TCPDF::$n_ocg_printPrint visibility.
$n_ocg_viewin file tcpdf.php, variable TCPDF::$n_ocg_viewView visibility.
N1in file qrcode.php, constant N1Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)
N2in file qrcode.php, constant N2Down point base value for case 2 mask pattern (module block of same color)
N3in file qrcode.php, constant N3Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)
N4in file qrcode.php, constant N4Down point base value for case 4 mask pattern (ration of dark modules in whole)
newFramein file qrcode.php, method QRcode::newFrame()Set new frame for the specified version.
newFromBytesin file qrcode.php, method QRcode::newFromBytes()Return new bitstream from bytes
newFromNumin file qrcode.php, method QRcode::newFromNum()Return new bitstream from number
newInputItemin file qrcode.php, method QRcode::newInputItem()newInputItem
 
 
 
		topo
							$objcopyin file tcpdf.php, variable TCPDF::$objcopyUsed to store a cloned copy of the current class object
$offsetsin file tcpdf.php, variable TCPDF::$offsets$opencellin file tcpdf.php, variable TCPDF::$opencell$openMarkedContentin file tcpdf.php, variable TCPDF::$openMarkedContentTrue if marked-content sequence is open
$original_lMarginin file tcpdf.php, variable TCPDF::$original_lMargin$original_rMarginin file tcpdf.php, variable TCPDF::$original_rMargin$OutlineRootin file tcpdf.php, variable TCPDF::$OutlineRootOutline root for bookmark
$outlinesin file tcpdf.php, variable TCPDF::$outlinesOutlines for bookmark
$overlinein file tcpdf.php, variable TCPDF::$overlineobjclonein file tcpdf.php, method TCPDF::objclone()Creates a copy of a class object
Openin file tcpdf.php, method TCPDF::Open()This method begins the generation of the PDF document.
openHTMLTagHandlerin file tcpdf.php, method TCPDF::openHTMLTagHandler()Process opening tags.
Outputin file tcpdf.php, method TCPDF::Output()Send the document to a given destination: string, local file or browser.
 
 
 
		topp
							$pagein file tcpdf.php, variable TCPDF::$page$PageAnnotsin file tcpdf.php, variable TCPDF::$PageAnnots$PageBreakTriggerin file tcpdf.php, variable TCPDF::$PageBreakTrigger$pagedimin file tcpdf.php, variable TCPDF::$pagedim$pagegroupsin file tcpdf.php, variable TCPDF::$pagegroupsContains the number of pages of the groups
$pagelenin file tcpdf.php, variable TCPDF::$pagelenArray containing page lengths in bytes.
$PageModein file tcpdf.php, variable TCPDF::$PageModeA name object specifying how the document should be displayed when opened.
$pageopenin file tcpdf.php, variable TCPDF::$pageopenStore the fage status (true when opened, false when closed).
$pagesin file tcpdf.php, variable TCPDF::$pages$page_obj_idin file tcpdf.php, variable TCPDF::$page_obj_idID of page objects
$page_regionsin file tcpdf.php, variable TCPDF::$page_regions$pdfunitin file tcpdf.php, variable TCPDF::$pdfunit$PDFVersionin file tcpdf.php, variable TCPDF::$PDFVersion$premodein file tcpdf.php, variable TCPDF::$premode$print_footerin file tcpdf.php, variable TCPDF::$print_footer$print_headerin file tcpdf.php, variable TCPDF::$print_headerPageNoin file tcpdf.php, method TCPDF::PageNo()Returns the current page number.
PageNoFormattedin file tcpdf.php, method TCPDF::PageNoFormatted()Returns the current page number formatted as a string.
PDF417in file pdf417.php, class PDF417Class to create PDF417 barcode arrays for TCPDF class.
PDF417DEFSin file pdf417.php, constant PDF417DEFSIndicate that definitions for this class are set
PDF_AUTHORin file tcpdf_config.php, constant PDF_AUTHORdocument author
PDF_CREATORin file tcpdf_config.php, constant PDF_CREATORdocument creator
PDF_FONT_MONOSPACEDin file tcpdf_config.php, constant PDF_FONT_MONOSPACEDdefault monospaced font name
PDF_FONT_NAME_DATAin file tcpdf_config.php, constant PDF_FONT_NAME_DATAdefault data font name
PDF_FONT_NAME_MAINin file tcpdf_config.php, constant PDF_FONT_NAME_MAINdefault main font name
PDF_FONT_SIZE_DATAin file tcpdf_config.php, constant PDF_FONT_SIZE_DATAdefault data font size
PDF_FONT_SIZE_MAINin file tcpdf_config.php, constant PDF_FONT_SIZE_MAINdefault main font size
PDF_HEADER_LOGOin file tcpdf_config.php, constant PDF_HEADER_LOGOimage logo
PDF_HEADER_LOGO_WIDTHin file tcpdf_config.php, constant PDF_HEADER_LOGO_WIDTHheader logo image width [mm]
PDF_HEADER_STRINGin file tcpdf_config.php, constant PDF_HEADER_STRINGheader description string
PDF_HEADER_TITLEin file tcpdf_config.php, constant PDF_HEADER_TITLEheader title
PDF_IMAGE_SCALE_RATIOin file tcpdf_config.php, constant PDF_IMAGE_SCALE_RATIOratio used to adjust the conversion of pixels to user units
PDF_MARGIN_BOTTOMin file tcpdf_config.php, constant PDF_MARGIN_BOTTOMbottom margin
PDF_MARGIN_FOOTERin file tcpdf_config.php, constant PDF_MARGIN_FOOTERfooter margin
PDF_MARGIN_HEADERin file tcpdf_config.php, constant PDF_MARGIN_HEADERheader margin
PDF_MARGIN_LEFTin file tcpdf_config.php, constant PDF_MARGIN_LEFTleft margin
PDF_MARGIN_RIGHTin file tcpdf_config.php, constant PDF_MARGIN_RIGHTright margin
PDF_MARGIN_TOPin file tcpdf_config.php, constant PDF_MARGIN_TOPtop margin
PDF_PAGE_FORMATin file tcpdf_config.php, constant PDF_PAGE_FORMATpage format
PDF_PAGE_ORIENTATIONin file tcpdf_config.php, constant PDF_PAGE_ORIENTATIONpage orientation (P=portrait, L=landscape)
PDF_PRODUCERin file tcpdf.php, constant PDF_PRODUCERdefine default PDF document producer
PDF_UNITin file tcpdf_config.php, constant PDF_UNITdocument unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
pdf417.phpprocedural page pdf417.phpPieSectorin file tcpdf.php, method TCPDF::PieSector()Draw the sector of a circle.
PieSectorXYin file tcpdf.php, method TCPDF::PieSectorXY()Draw the sector of an ellipse.
pixelsToUnitsin file tcpdf.php, method TCPDF::pixelsToUnits()Converts pixels to User's Units.
Polycurvein file tcpdf.php, method TCPDF::Polycurve()Draws a poly-Bezier curve.
Polygonin file tcpdf.php, method TCPDF::Polygon()Draws a polygon.
PolyLinein file tcpdf.php, method TCPDF::PolyLine()Draws a polygonal line
printTemplatein file tcpdf.php, method TCPDF::printTemplate()Print an XObject Template.
putAlignmentMarkerin file qrcode.php, method QRcode::putAlignmentMarker()Put an alignment marker.
putAlignmentPatternin file qrcode.php, method QRcode::putAlignmentPattern()Put an alignment pattern.
putFinderPatternin file qrcode.php, method QRcode::putFinderPattern()Put a finder pattern.
putHtmlListBulletin file tcpdf.php, method TCPDF::putHtmlListBullet()Output an HTML list bullet or ordered item symbol
 
 
 
		topq
							qrcode.phpprocedural page qrcode.phpQRCAP_ECin file qrcode.php, constant QRCAP_ECMatrix index to get error correction level from $capacity array.
QRCAP_REMINDERin file qrcode.php, constant QRCAP_REMINDERMatrix index to get remainder from $capacity array.
QRCAP_WIDTHin file qrcode.php, constant QRCAP_WIDTHMatrix index to get width from $capacity array.
QRCAP_WORDSin file qrcode.php, constant QRCAP_WORDSMatrix index to get number of words from $capacity array.
QRcodein file qrcode.php, class QRcodeClass to create QR-code arrays for TCPDF class.
QRCODEDEFSin file qrcode.php, constant QRCODEDEFSIndicate that definitions for this class are set
QRSPEC_VERSION_MAXin file qrcode.php, constant QRSPEC_VERSION_MAXMaximum QR Code version.
QRSPEC_WIDTH_MAXin file qrcode.php, constant QRSPEC_WIDTH_MAXMaximum matrix size for maximum version (version 40 is 177*177 matrix).
qrstrsetin file qrcode.php, method QRcode::qrstrset()Replace a value on the array at the specified position
QR_DEFAULT_MASKin file qrcode.php, constant QR_DEFAULT_MASKwhen QR_FIND_BEST_MASK === false
QR_ECLEVEL_Hin file qrcode.php, constant QR_ECLEVEL_HError correction level H : About 30% or less errors can be corrected.
QR_ECLEVEL_Lin file qrcode.php, constant QR_ECLEVEL_LError correction level L : About 7% or less errors can be corrected.
QR_ECLEVEL_Min file qrcode.php, constant QR_ECLEVEL_MError correction level M : About 15% or less errors can be corrected.
QR_ECLEVEL_Qin file qrcode.php, constant QR_ECLEVEL_QError correction level Q : About 25% or less errors can be corrected.
QR_FIND_BEST_MASKin file qrcode.php, constant QR_FIND_BEST_MASKif true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code
QR_FIND_FROM_RANDOMin file qrcode.php, constant QR_FIND_FROM_RANDOMif false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly
QR_MODE_8Bin file qrcode.php, constant QR_MODE_8BEncoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.
QR_MODE_ANin file qrcode.php, constant QR_MODE_ANEncoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
QR_MODE_KJin file qrcode.php, constant QR_MODE_KJEncoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.
QR_MODE_NLin file qrcode.php, constant QR_MODE_NLEncoding mode
QR_MODE_NMin file qrcode.php, constant QR_MODE_NMEncoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.
QR_MODE_STin file qrcode.php, constant QR_MODE_STEncoding mode STRUCTURED (currently unsupported)
QUIETHin file pdf417.php, constant QUIETHHorizontal quiet zone in modules
QUIETVin file pdf417.php, constant QUIETVVertical quiet zone in modules
 
 
 
		topr
							$radiobutton_groupsin file tcpdf.php, variable TCPDF::$radiobutton_groupsList of radio buttons parent objects.
$radio_groupsin file tcpdf.php, variable TCPDF::$radio_groupsList of radio group objects IDs
$rasterize_vector_imagesin file tcpdf.php, variable TCPDF::$rasterize_vector_images$re_spacein file tcpdf.php, variable TCPDF::$re_spaceArray of parts $re_spaces
$re_spacesin file tcpdf.php, variable TCPDF::$re_spacesRegular expression used to find blank characters used for word-wrapping.
$rMarginin file tcpdf.php, variable TCPDF::$rMargin$rsblocksin file qrcode.php, variable QRcode::$rsblocks$rsfactorsin file pdf417.php, variable PDF417::$rsfactors$rsitemsin file qrcode.php, variable QRcode::$rsitems$rtlin file tcpdf.php, variable TCPDF::$rtl$runLengthin file qrcode.php, variable QRcode::$runLengthRadialGradientin file tcpdf.php, method TCPDF::RadialGradient()Paints a radial colour gradient.
RadioButtonin file tcpdf.php, method TCPDF::RadioButton()Creates a RadioButton field
ReadAFMin file makefont.php, function ReadAFM()Read AFM file
readDiskCachein file tcpdf.php, method TCPDF::readDiskCache()Read data from a temporary file on filesystem.
ReadLongin file makefont.php, function ReadLong()ReadMapin file makefont.php, function ReadMap()Read the specified encoding map.
ReadShortin file makefont.php, function ReadShort()ReadUFMin file makefont.php, function ReadUFM()Read UFM file
Rectin file tcpdf.php, method TCPDF::Rect()Draws a rectangle.
registrationMarkin file tcpdf.php, method TCPDF::registrationMark()Paints a registration mark
RegularPolygonin file tcpdf.php, method TCPDF::RegularPolygon()Draws a regular polygon.
removePageRegionin file tcpdf.php, method TCPDF::removePageRegion()Remove a single no-write region.
removeSHYin file tcpdf.php, method TCPDF::removeSHY()Removes SHY characters from text.
replaceBufferin file tcpdf.php, method TCPDF::replaceBuffer()Replace the buffer content
resetLastHin file tcpdf.php, method TCPDF::resetLastH()Reset the last cell height.
revstrposin file tcpdf.php, method TCPDF::revstrpos()Find position of last occurrence of a substring in a string
rfreadin file tcpdf.php, method TCPDF::rfread()Binary-safe and URL-safe file read.
rollbackTransactionin file tcpdf.php, method TCPDF::rollbackTransaction()This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().
Rotatein file tcpdf.php, method TCPDF::Rotate()Rotate object.
RoundedRectin file tcpdf.php, method TCPDF::RoundedRect()Draws a rounded rectangle.
RoundedRectXYin file tcpdf.php, method TCPDF::RoundedRectXY()Draws a rounded rectangle.
ROWHEIGHTin file pdf417.php, constant ROWHEIGHTRow height respect X dimension of single module
rsBlockNumin file qrcode.php, method QRcode::rsBlockNum()Return block number 0
rsBlockNum1in file qrcode.php, method QRcode::rsBlockNum1()Return block number 1
rsBlockNum2in file qrcode.php, method QRcode::rsBlockNum2()Return block number 2
rsDataCodes1in file qrcode.php, method QRcode::rsDataCodes1()Return data codes 1
rsDataCodes2in file qrcode.php, method QRcode::rsDataCodes2()Return data codes 2
rsDataLengthin file qrcode.php, method QRcode::rsDataLength()Return data length
rsEccCodes1in file qrcode.php, method QRcode::rsEccCodes1()Return ecc codes 1
rsEccCodes2in file qrcode.php, method QRcode::rsEccCodes2()Return ecc codes 2
rsEccLengthin file qrcode.php, method QRcode::rsEccLength()Return ecc length
 
 
 
		tops
							$signin file tcpdf.php, variable TCPDF::$signIf true enables document signing
$signature_appearancein file tcpdf.php, variable TCPDF::$signature_appearancedata for signature appearance
$signature_datain file tcpdf.php, variable TCPDF::$signature_dataSignature data
$signature_max_lengthin file tcpdf.php, variable TCPDF::$signature_max_lengthSignature max length
$sig_annot_refin file tcpdf.php, variable TCPDF::$sig_annot_refPlacemark used during signature process.
$sig_obj_idin file tcpdf.php, variable TCPDF::$sig_obj_idSignature object ID
$spot_colorsin file tcpdf.php, variable TCPDF::$spot_colorsArray of Spot colors
$start_patternin file pdf417.php, variable PDF417::$start_pattern$start_transaction_pagein file tcpdf.php, variable TCPDF::$start_transaction_pageStore page number when startTransaction() is called.
$start_transaction_yin file tcpdf.php, variable TCPDF::$start_transaction_yStore Y position when startTransaction() is called.
$statein file tcpdf.php, variable TCPDF::$state$stop_patternin file pdf417.php, variable PDF417::$stop_pattern$strokecolorin file tcpdf.php, variable TCPDF::$strokecolor$structuredin file qrcode.php, variable QRcode::$structured$subjectin file tcpdf.php, variable TCPDF::$subject$svgclipidin file tcpdf.php, variable TCPDF::$svgclipid$svgclipmodein file tcpdf.php, variable TCPDF::$svgclipmode$svgclippathsin file tcpdf.php, variable TCPDF::$svgclippaths$svgcliptmin file tcpdf.php, variable TCPDF::$svgcliptm$svgdefsin file tcpdf.php, variable TCPDF::$svgdefs$svgdefsmodein file tcpdf.php, variable TCPDF::$svgdefsmode$svgdirin file tcpdf.php, variable TCPDF::$svgdir$svggradientidin file tcpdf.php, variable TCPDF::$svggradientid$svggradientsin file tcpdf.php, variable TCPDF::$svggradients$svginheritpropin file tcpdf.php, variable TCPDF::$svginheritprop$svgstylesin file tcpdf.php, variable TCPDF::$svgstyles$svgtextin file tcpdf.php, variable TCPDF::$svgtext$svgtextmodein file tcpdf.php, variable TCPDF::$svgtextmode$svgunitin file tcpdf.php, variable TCPDF::$svgunitSaveToFilein file makefont.php, function SaveToFile()Scalein file tcpdf.php, method TCPDF::Scale()Vertical and horizontal non-proportional Scaling.
ScaleXin file tcpdf.php, method TCPDF::ScaleX()Horizontal Scaling.
ScaleXYin file tcpdf.php, method TCPDF::ScaleXY()Vertical and horizontal proportional Scaling.
ScaleYin file tcpdf.php, method TCPDF::ScaleY()Vertical Scaling.
segSVGContentHandlerin file tcpdf.php, method TCPDF::segSVGContentHandler()Sets the character data handler function for the XML parser.
selectColumnin file tcpdf.php, method TCPDF::selectColumn()Set position at a given column
serializeTCPDFtagParametersin file tcpdf.php, method TCPDF::serializeTCPDFtagParameters()Serialize an array of parameters to be used with TCPDF tag in HTML code.
setAlphain file tcpdf.php, method TCPDF::setAlpha()Set alpha for stroking (CA) and non-stroking (ca) operations.
SetAuthorin file tcpdf.php, method TCPDF::SetAuthor()Defines the author of the document.
SetAutoPageBreakin file tcpdf.php, 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.
setBarcodein file 2dbarcodes.php, method TCPDF2DBarcode::setBarcode()Set the barcode.
setBarcodein file barcodes.php, method TCPDFBarcode::setBarcode()Set the barcode.
setBarcodein file tcpdf.php, method TCPDF::setBarcode()Set document barcode.
SetBookletin file tcpdf.php, method TCPDF::SetBooklet()Set the booklet mode for double-sided pages.
setBufferin file tcpdf.php, method TCPDF::setBuffer()Set buffer content (always append data).
setCellHeightRatioin file tcpdf.php, method TCPDF::setCellHeightRatio()Set the height of the cell (line height) respect the font height.
setCellMarginsin file tcpdf.php, method TCPDF::setCellMargins()Set the internal Cell margins.
SetCellPaddingin file tcpdf.php, method TCPDF::SetCellPadding()Set the same internal Cell padding for top, right, bottom, left-
setCellPaddingsin file tcpdf.php, method TCPDF::setCellPaddings()Set the internal Cell paddings.
setColumnsArrayin file tcpdf.php, method TCPDF::setColumnsArray()Set columns array.
SetCompressionin file tcpdf.php, 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.
setContentMarkin file tcpdf.php, method TCPDF::setContentMark()Set start-writing mark on selected page.
SetCreatorin file tcpdf.php, method TCPDF::SetCreator()Defines the creator of the document. This is typically the name of the application that generates the PDF.
SetDefaultMonospacedFontin file tcpdf.php, method TCPDF::SetDefaultMonospacedFont()Defines the default monospaced font.
setDefaultTableColumnsin file tcpdf.php, method TCPDF::setDefaultTableColumns()Set the default number of columns in a row for HTML tables.
SetDisplayModein file tcpdf.php, method TCPDF::SetDisplayMode()Defines the way the document is to be displayed by the viewer.
SetDrawColorin file tcpdf.php, 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.
SetDrawColorArrayin file tcpdf.php, method TCPDF::SetDrawColorArray()Defines the color used for all drawing operations (lines, rectangles and cell borders).
SetDrawSpotColorin file tcpdf.php, method TCPDF::SetDrawSpotColor()Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
setEqualColumnsin file tcpdf.php, method TCPDF::setEqualColumns()Set multiple columns of the same size
setExtGStatein file tcpdf.php, method TCPDF::setExtGState()Add an extgstate
SetFillColorin 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.
SetFillColorArrayin file tcpdf.php, method TCPDF::SetFillColorArray()Defines the color used for all filling operations (filled rectangles and cell backgrounds).
SetFillSpotColorin file tcpdf.php, method TCPDF::SetFillSpotColor()Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
SetFontin file tcpdf.php, method TCPDF::SetFont()Sets the font used to print character strings.
setFontBufferin file tcpdf.php, method TCPDF::setFontBuffer()Set font buffer content.
SetFontSizein file tcpdf.php, method TCPDF::SetFontSize()Defines the size of the current font.
setFontSpacingin file tcpdf.php, method TCPDF::setFontSpacing()Set the amount to increase or decrease the space between characters in a text.
setFontStretchingin file tcpdf.php, method TCPDF::setFontStretching()Set the percentage of character stretching.
setFontSubBufferin file tcpdf.php, method TCPDF::setFontSubBuffer()Set font buffer content.
setFontSubsettingin file tcpdf.php, method TCPDF::setFontSubsetting()Enable or disable default option for font subsetting.
setFooterin file tcpdf.php, method TCPDF::setFooter()This method is used to render the page footer.
setFooterFontin file tcpdf.php, method TCPDF::setFooterFont()Set footer font.
setFooterMarginin file tcpdf.php, method TCPDF::setFooterMargin()Set footer margin.
setFormDefaultPropin file tcpdf.php, method TCPDF::setFormDefaultProp()Set default properties for form fields.
setFrameAtin file qrcode.php, method QRcode::setFrameAt()Set frame value at specified position
setGraphicVarsin file tcpdf.php, method TCPDF::setGraphicVars()Set graphic variables.
setHeaderin file tcpdf.php, method TCPDF::setHeader()This method is used to render the page header.
setHeaderDatain file tcpdf.php, method TCPDF::setHeaderData()Set header data.
setHeaderFontin file tcpdf.php, method TCPDF::setHeaderFont()Set header font.
setHeaderMarginin file tcpdf.php, method TCPDF::setHeaderMargin()Set header margin.
setHtmlLinksStylein file tcpdf.php, method TCPDF::setHtmlLinksStyle()Set the color and font style for HTML links.
setHtmlVSpacein file tcpdf.php, method TCPDF::setHtmlVSpace()Set the vertical spaces for HTML tags.
setImageBufferin file tcpdf.php, method TCPDF::setImageBuffer()Set image buffer content.
setImageScalein file tcpdf.php, method TCPDF::setImageScale()Set the adjusting factor to convert pixels to user units.
setImageSubBufferin file tcpdf.php, method TCPDF::setImageSubBuffer()Set image buffer content for a specified sub-key.
setJPEGQualityin file tcpdf.php, method TCPDF::setJPEGQuality()Set the default JPEG compression quality (1-100)
SetKeywordsin file tcpdf.php, method TCPDF::SetKeywords()Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
setLanguageArrayin file tcpdf.php, method TCPDF::setLanguageArray()Set language array.
setLastHin file tcpdf.php, method TCPDF::setLastH()Set the last cell height.
SetLeftMarginin file tcpdf.php, 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.
SetLineStylein file tcpdf.php, method TCPDF::SetLineStyle()Set line style.
SetLineWidthin file tcpdf.php, 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.
SetLinkin file tcpdf.php, method TCPDF::SetLink()Defines the page and position a link points to.
setListIndentWidthin file tcpdf.php, method TCPDF::setListIndentWidth()Set custom width for list indentation.
setLIsymbolin file tcpdf.php, method TCPDF::setLIsymbol()Set the default bullet to be used as LI bullet symbol
SetMarginsin file tcpdf.php, method TCPDF::SetMargins()Defines the left, top and right margins.
setOpenCellin file tcpdf.php, method TCPDF::setOpenCell()Set the top/bottom cell sides to be open or closed when the cell cross the page.
setPagein file tcpdf.php, method TCPDF::setPage()Move pointer at the specified document page and update page dimensions.
setPageBoxesin file tcpdf.php, method TCPDF::setPageBoxes()Set page boundaries.
setPageBufferin file tcpdf.php, method TCPDF::setPageBuffer()Set page buffer content.
setPageFormatin file tcpdf.php, method TCPDF::setPageFormat()Change the format of the current page
setPageMarkin file tcpdf.php, method TCPDF::setPageMark()Set start-writing mark on current page stream used to put borders and fills.
setPageOrientationin file tcpdf.php, method TCPDF::setPageOrientation()Set page orientation.
setPageRegionsin file tcpdf.php, method TCPDF::setPageRegions()Set no-write regions on page.
setPageUnitin file tcpdf.php, method TCPDF::setPageUnit()Set the units of measure for the document.
setPDFVersionin file tcpdf.php, method TCPDF::setPDFVersion()Set the PDF version (check PDF reference for valid values).
setPrintFooterin file tcpdf.php, method TCPDF::setPrintFooter()Set a flag to print page footer.
setPrintHeaderin file tcpdf.php, method TCPDF::setPrintHeader()Set a flag to print page header.
SetProtectionin file tcpdf.php, method TCPDF::SetProtection()Set document protection  Remark: the protection against modification is for people who have the full Acrobat product.
setRasterizeVectorImagesin file tcpdf.php, method TCPDF::setRasterizeVectorImages()Enable/disable rasterization of vector images using ImageMagick library.
SetRightMarginin file tcpdf.php, method TCPDF::SetRightMargin()Defines the right margin. The method can be called before creating the first page.
setRTLin file tcpdf.php, method TCPDF::setRTL()Enable or disable Right-To-Left language mode
setSignaturein file tcpdf.php, method TCPDF::setSignature()Enable document signature (requires the OpenSSL Library).
setSignatureAppearancein file tcpdf.php, method TCPDF::setSignatureAppearance()Set the digital signature appearance (a cliccable rectangle area to get signature properties)
setSpacesREin file tcpdf.php, method TCPDF::setSpacesRE()Set regular expression to detect withespaces or word separators.
SetSubjectin file tcpdf.php, method TCPDF::SetSubject()Defines the subject of the document.
setSVGStylesin file tcpdf.php, method TCPDF::setSVGStyles()Apply the requested SVG styles (*** TO BE COMPLETED ***)
setTableHeaderin file tcpdf.php, method TCPDF::setTableHeader()This method is used to render the table header on new page (if any).
setTempRTLin file tcpdf.php, method TCPDF::setTempRTL()Force temporary RTL language direction
SetTextColorin file tcpdf.php, 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.
SetTextColorArrayin file tcpdf.php, method TCPDF::SetTextColorArray()Defines the color used for text. It can be expressed in RGB components or gray scale.
setTextRenderingModein file tcpdf.php, method TCPDF::setTextRenderingMode()Set Text rendering mode.
SetTextSpotColorin file tcpdf.php, method TCPDF::SetTextSpotColor()Defines the spot color used for text.
SetTitlein file tcpdf.php, method TCPDF::SetTitle()Defines the title of the document.
SetTopMarginin file tcpdf.php, method TCPDF::SetTopMargin()Defines the top margin. The method can be called before creating the first page.
setUserRightsin file tcpdf.php, method TCPDF::setUserRights()Set User's Rights for PDF Reader  WARNING: This is experimental and currently do not work.
setViewerPreferencesin 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.
setVisibilityin file tcpdf.php, method TCPDF::setVisibility()Set the visibility of the successive elements.
SetXin file tcpdf.php, method TCPDF::SetX()Defines the abscissa of the current position.
SetXYin file tcpdf.php, method TCPDF::SetXY()Defines the abscissa and ordinate of the current position.
SetYin file tcpdf.php, method TCPDF::SetY()Moves the current abscissa back to the left margin and sets the ordinate.
set_mqrin file tcpdf.php, method TCPDF::set_mqr()Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist)
Skewin file tcpdf.php, method TCPDF::Skew()Skew.
SkewXin file tcpdf.php, method TCPDF::SkewX()Skew horizontally.
SkewYin file tcpdf.php, method TCPDF::SkewY()Skew vertically.
splitStringin file qrcode.php, method QRcode::splitString()splitString
StarPolygonin file tcpdf.php, method TCPDF::StarPolygon()Draws a star polygon
startPagein file tcpdf.php, method TCPDF::startPage()Starts a new page to the document. The page must be closed using the endPage() function.
startPageGroupin file tcpdf.php, method TCPDF::startPageGroup()Create a new page group.
startSVGElementHandlerin file tcpdf.php, method TCPDF::startSVGElementHandler()Sets the opening SVG element handler function for the XML parser. (*** TO BE COMPLETED ***)
startTemplatein file tcpdf.php, method TCPDF::startTemplate()Start a new XObject Template.
startTransactionin file tcpdf.php, method TCPDF::startTransaction()Stores a copy of the current TCPDF object used for undo operation.
StartTransformin file tcpdf.php, method TCPDF::StartTransform()Starts a 2D tranformation saving current graphic state.
StopTransformin file tcpdf.php, method TCPDF::StopTransform()Stops a 2D tranformation restoring previous graphic state.
stringLeftTrimin file tcpdf.php, method TCPDF::stringLeftTrim()Left trim the input string
stringRightTrimin file tcpdf.php, method TCPDF::stringRightTrim()Right trim the input string
stringTrimin file tcpdf.php, method TCPDF::stringTrim()Trim the input string
STRUCTURE_HEADER_BITSin file qrcode.php, constant STRUCTURE_HEADER_BITSNumber of header bits for structured mode
str_splitin file qrcode.php, function str_split()Convert a string to an array (needed for PHP4 compatibility)
SVGPathin file tcpdf.php, method TCPDF::SVGPath()Draws an SVG path
SVGTransformin file tcpdf.php, method TCPDF::SVGTransform()Apply SVG graphic transformation matrix.
swapMarginsin file tcpdf.php, method TCPDF::swapMargins()Swap the left and right margins.
swapPageBoxCoordinatesin file tcpdf.php, method TCPDF::swapPageBoxCoordinates()Swap X and Y coordinates of page boxes (change page boxes orientation).
 
 
 
		topt
							$tagvspacesin file tcpdf.php, variable TCPDF::$tagvspacesArray used for custom vertical spaces for HTML tags
$tempfontsizein file tcpdf.php, variable TCPDF::$tempfontsize$TextColorin file tcpdf.php, variable TCPDF::$TextColor$textindentin file tcpdf.php, variable TCPDF::$textindentText indentation value (used for text-indent CSS attribute)
$textlatchin file pdf417.php, variable PDF417::$textlatch$textrendermodein file tcpdf.php, variable TCPDF::$textrendermodeText rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.
$textstrokewidthin file tcpdf.php, variable TCPDF::$textstrokewidthText stroke width in doc units
$textsubmodesin file pdf417.php, variable PDF417::$textsubmodes$theadin file tcpdf.php, variable TCPDF::$theadTable header content to be repeated on each new page
$theadMarginsin file tcpdf.php, variable TCPDF::$theadMarginsMargins used for table header.
$titlein file tcpdf.php, variable TCPDF::$title$tMarginin file tcpdf.php, variable TCPDF::$tMargin$tmprtlin file tcpdf.php, variable TCPDF::$tmprtl$tocpagein file tcpdf.php, variable TCPDF::$tocpage$transfmatrixin file tcpdf.php, variable TCPDF::$transfmatrixArray of transformation matrix
$transfmatrix_keyin file tcpdf.php, variable TCPDF::$transfmatrix_keyCurrent key for transformation matrix
$transfmrkin file tcpdf.php, variable TCPDF::$transfmrkArray used to store positions of graphics transformation blocks inside the page buffer.
tcpdf_config.phpprocedural page tcpdf_config.phptcpdf_config_alt.phpprocedural page tcpdf_config_alt.phptcpdf.phpprocedural page tcpdf.phpTCPDFin file tcpdf.php, class TCPDFThis is a PHP class for generating PDF documents without requiring external extensions.
 
TCPDF2DBarcodein file 2dbarcodes.php, class TCPDF2DBarcodePHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).
 
TCPDFBarcodein file barcodes.php, class TCPDFBarcodePHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).
 
TCPDF_UNICODE_DATAin file unicode_data.php, class TCPDF_UNICODE_DATAThis is a PHP class containing Unicde data for TCPDF library
Textin file tcpdf.php, method TCPDF::Text()Prints a text cell at the specified position.
TextFieldin file tcpdf.php, method TCPDF::TextField()Creates a text field
toUpperin file qrcode.php, method QRcode::toUpper()toUpper
Transformin file tcpdf.php, method TCPDF::Transform()Apply graphic transformations.
Translatein file tcpdf.php, method TCPDF::Translate()Translate graphic object horizontally and vertically.
TranslateXin file tcpdf.php, method TCPDF::TranslateX()Translate graphic object horizontally.
TranslateYin file tcpdf.php, method TCPDF::TranslateY()Translate graphic object vertically.
 
 
 
		topu
							$underlinein file tcpdf.php, variable TCPDF::$underline$unicodein file tcpdf.php, variable TCPDF::$unicode$uni_arabicsubstin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_arabicsubst$uni_diacriticsin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_diacritics$uni_laa_arrayin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_laa_array$uni_LREin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_LRE$uni_LRMin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_LRM$uni_LROin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_LRO$uni_mirrorin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_mirror$uni_PDFin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_PDF$uni_RE_PATTERN_ARABICin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RE_PATTERN_ARABIC$uni_RE_PATTERN_RTLin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RE_PATTERN_RTL$uni_RLEin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RLE$uni_RLMin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RLM$uni_RLOin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RLO$uni_typein file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_type$uni_utf8tolatinin file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_utf8tolatin$urin file tcpdf.php, variable TCPDF::$urArray with additional document-wide usage rights for the document.
unicode_data.phpprocedural page unicode_data.phpunhtmlentitiesin file tcpdf.php, method TCPDF::unhtmlentities()Reverse function for htmlentities.
UniArrSubStringin file tcpdf.php, method TCPDF::UniArrSubString()Extract a slice of the $uniarr array and return it as string.
unichrin file tcpdf.php, method TCPDF::unichr()Returns the unicode caracter specified by UTF-8 value
UTF8ArrayToUniArrayin file tcpdf.php, method TCPDF::UTF8ArrayToUniArray()Convert an array of UTF8 values to array of unicode characters
UTF8ArrSubStringin file tcpdf.php, method TCPDF::UTF8ArrSubString()Extract a slice of the $strarr array and return it as string.
UTF8ArrToLatin1in file tcpdf.php, method TCPDF::UTF8ArrToLatin1()Converts UTF-8 characters array to array of Latin1 characters
 
utf8Bidiin file tcpdf.php, method TCPDF::utf8Bidi()Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
utf8StrArrRevin file tcpdf.php, method TCPDF::utf8StrArrRev()Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
UTF8StringToArrayin file tcpdf.php, method TCPDF::UTF8StringToArray()Converts UTF-8 strings to codepoints array.
 
utf8StrRevin file tcpdf.php, method TCPDF::utf8StrRev()Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
UTF8ToLatin1in file tcpdf.php, method TCPDF::UTF8ToLatin1()Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.
 
UTF8ToUTF16BEin file tcpdf.php, method TCPDF::UTF8ToUTF16BE()Converts UTF-8 strings to UTF16-BE.
 
 
 top
 
 
 
		topw
							$win file tcpdf.php, variable TCPDF::$w$webcolorin file tcpdf.php, variable TCPDF::$webcolor$widthin file qrcode.php, variable QRcode::$width$wPtin file tcpdf.php, variable TCPDF::$wPtWritein file tcpdf.php, method TCPDF::Write()This method prints text from the current position.
 
write1DBarcodein file tcpdf.php, method TCPDF::write1DBarcode()Print a Linear Barcode.
write2DBarcodein file tcpdf.php, method TCPDF::write2DBarcode()Print 2D Barcode.
writeBarcodein file tcpdf.php, method TCPDF::writeBarcode()This function is DEPRECATED, please use the new write1DBarcode() function.
writeDiskCachein file tcpdf.php, method TCPDF::writeDiskCache()Writes data to a temporary file on filesystem.
writeFormatInformationin file qrcode.php, method QRcode::writeFormatInformation()Write Format Information on frame and returns the number of black bits
writeHTMLin file tcpdf.php, method TCPDF::writeHTML()Allows to preserve some HTML formatting (limited support).
 IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.
writeHTMLCellin file tcpdf.php, method TCPDF::writeHTMLCell()Prints a cell (rectangular area) with optional borders, background color and html text string.
 
 top
 
 top
 
 top
 
 top
 
 | 
 |