Functions

showHelp

Display help guide for this command.

« More »

Constants

K_PATH_MAIN

« More »

K_PATH_FONTS

« More »

K_PATH_URL

« More »

K_PATH_IMAGES

« More »

PDF_HEADER_LOGO_WIDTH

« More »

K_PATH_CACHE

« More »

K_BLANK_IMAGE

« More »

PDF_PAGE_FORMAT

« More »

PDF_PAGE_ORIENTATION

« More »

PDF_CREATOR

« More »

PDF_AUTHOR

« More »

PDF_HEADER_TITLE

« More »

PDF_HEADER_STRING

« More »

PDF_UNIT

« More »

PDF_MARGIN_HEADER

« More »

PDF_MARGIN_TOP

« More »

PDF_MARGIN_BOTTOM

« More »

PDF_MARGIN_LEFT

« More »

PDF_MARGIN_RIGHT

« More »

PDF_FONT_NAME_MAIN

« More »

PDF_FONT_SIZE_MAIN

« More »

PDF_FONT_NAME_DATA

« More »

PDF_FONT_SIZE_DATA

« More »

PDF_FONT_MONOSPACED

« More »

PDF_IMAGE_SCALE_RATIO

« More »

HEAD_MAGNIFICATION

« More »

K_CELL_HEIGHT_RATIO

« More »

K_TITLE_MAGNIFICATION

« More »

K_SMALL_RATIO

« More »

K_THAI_TOPCHARS

« More »

K_TCPDF_CALLS_IN_HTML

« More »

K_TCPDF_THROW_EXCEPTION_ERROR

« More »

K_TIMEZONE

« More »

K_TCPDF_EXTERNAL_CONFIG

Define the following constant to ignore the default configuration file.

« More »

K_PATH_IMAGES

Default images directory.

By default it is automatically set but you can also set it as a fixed string to improve performances.
« More »

PDF_HEADER_LOGO_WIDTH

Header logo image width in user units.

« More »

K_PATH_CACHE

Cache directory for temporary files (full path).

« More »

K_BLANK_IMAGE

Generic name for a blank image.

« More »

PDF_PAGE_FORMAT

Page format.

« More »

PDF_PAGE_ORIENTATION

Page orientation (P=portrait, L=landscape).

« More »

PDF_CREATOR

Document creator.

« More »

PDF_AUTHOR

Document author.

« More »

PDF_HEADER_TITLE

Header title.

« More »

PDF_HEADER_STRING

Header description string.

« More »

PDF_UNIT

Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch].

« More »

PDF_MARGIN_HEADER

Header margin.

« More »

PDF_MARGIN_TOP

Top margin.

« More »

PDF_MARGIN_BOTTOM

Bottom margin.

« More »

PDF_MARGIN_LEFT

Left margin.

« More »

PDF_MARGIN_RIGHT

Right margin.

« More »

PDF_FONT_NAME_MAIN

Default main font name.

« More »

PDF_FONT_SIZE_MAIN

Default main font size.

« More »

PDF_FONT_NAME_DATA

Default data font name.

« More »

PDF_FONT_SIZE_DATA

Default data font size.

« More »

PDF_FONT_MONOSPACED

Default monospaced font name.

« More »

PDF_IMAGE_SCALE_RATIO

Ratio used to adjust the conversion of pixels to user units.

« More »

HEAD_MAGNIFICATION

Magnification factor for titles.

« More »

K_CELL_HEIGHT_RATIO

Height of cell respect font height.

« More »

K_TITLE_MAGNIFICATION

Title magnification respect main font size.

« More »

K_SMALL_RATIO

Reduction factor for small font.

« More »

K_THAI_TOPCHARS

Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language.

« More »

K_TCPDF_CALLS_IN_HTML

If true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.

« More »

K_TCPDF_THROW_EXCEPTION_ERROR

If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.

« More »

K_PATH_FONTS

« More »

PHP_VERSION_ID

« More »

QRCODEDEFS

Indicate that definitions for this class are set

« More »

QR_MODE_NL

Encoding mode

« More »

QR_MODE_NM

Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.

« More »

QR_MODE_AN

Encoding 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.

« More »

QR_MODE_8B

Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.

« More »

QR_MODE_KJ

Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.

« More »

QR_MODE_ST

Encoding mode STRUCTURED (currently unsupported)

« More »

QR_ECLEVEL_L

Error correction level L : About 7% or less errors can be corrected.

« More »

QR_ECLEVEL_M

Error correction level M : About 15% or less errors can be corrected.

« More »

QR_ECLEVEL_Q

Error correction level Q : About 25% or less errors can be corrected.

« More »

QR_ECLEVEL_H

Error correction level H : About 30% or less errors can be corrected.

« More »

QRSPEC_VERSION_MAX

Maximum QR Code version.

« More »

QRSPEC_WIDTH_MAX

Maximum matrix size for maximum version (version 40 is 177*177 matrix).

« More »

QRCAP_WIDTH

Matrix index to get width from $capacity array.

« More »

QRCAP_WORDS

Matrix index to get number of words from $capacity array.

« More »

QRCAP_REMINDER

Matrix index to get remainder from $capacity array.

« More »

QRCAP_EC

Matrix index to get error correction level from $capacity array.

« More »

STRUCTURE_HEADER_BITS

Number of header bits for structured mode

« More »

MAX_STRUCTURED_SYMBOLS

Max number of symbols for structured mode

« More »

N1

Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)

« More »

N2

Down point base value for case 2 mask pattern (module block of same color)

« More »

N3

Down 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)

« More »

N4

Down point base value for case 4 mask pattern (ration of dark modules in whole)

« More »

QR_FIND_BEST_MASK

if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code

« More »

QR_FIND_FROM_RANDOM

if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly

« More »

QR_DEFAULT_MASK

when QR_FIND_BEST_MASK === false

« More »

PDF417DEFS

Indicate that definitions for this class are set

« More »

ROWHEIGHT

Row height respect X dimension of single module

« More »

QUIETH

Horizontal quiet zone in modules

« More »

QUIETV

Vertical quiet zone in modules

« More »

DATAMATRIXDEFS

Indicate that definitions for this class are set

« More »

ENC_ASCII

ASCII encoding: ASCII character 0 to 127 (1 byte per CW)

« More »

ENC_C40

C40 encoding: Upper-case alphanumeric (3/2 bytes per CW)

« More »

ENC_TXT

TEXT encoding: Lower-case alphanumeric (3/2 bytes per CW)

« More »

ENC_X12

X12 encoding: ANSI X12 (3/2 byte per CW)

« More »

ENC_EDF

EDIFACT encoding: ASCII character 32 to 94 (4/3 bytes per CW)

« More »

ENC_BASE256

BASE 256 encoding: ASCII character 0 to 255 (1 byte per CW)

« More »

ENC_ASCII_EXT

ASCII extended encoding: ASCII character 128 to 255 (1/2 byte per CW)

« More »

ENC_ASCII_NUM

ASCII number encoding: ASCII digits (2 bytes per CW)

« More »

K_BLANK_IMAGE

Generic name for a blank image.

« More »

PDF_PAGE_FORMAT

Page format.

« More »

PDF_PAGE_ORIENTATION

Page orientation (P=portrait, L=landscape).

« More »

PDF_CREATOR

Document creator.

« More »

PDF_AUTHOR

Document author.

« More »

PDF_HEADER_TITLE

Header title.

« More »

PDF_HEADER_STRING

Header description string.

« More »

PDF_UNIT

Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch].

« More »

PDF_MARGIN_HEADER

Header margin.

« More »

PDF_MARGIN_TOP

Top margin.

« More »

PDF_MARGIN_BOTTOM

Bottom margin.

« More »

PDF_MARGIN_LEFT

Left margin.

« More »

PDF_MARGIN_RIGHT

Right margin.

« More »

PDF_FONT_NAME_MAIN

Default main font name.

« More »

PDF_FONT_SIZE_MAIN

Default main font size.

« More »

PDF_FONT_NAME_DATA

Default data font name.

« More »

PDF_FONT_SIZE_DATA

Default data font size.

« More »

PDF_FONT_MONOSPACED

Default monospaced font name.

« More »

PDF_IMAGE_SCALE_RATIO

Ratio used to adjust the conversion of pixels to user units.

« More »

HEAD_MAGNIFICATION

Magnification factor for titles.

« More »

K_CELL_HEIGHT_RATIO

Height of cell respect font height.

« More »

K_TITLE_MAGNIFICATION

Title magnification respect main font size.

« More »

K_SMALL_RATIO

Reduction factor for small font.

« More »

K_THAI_TOPCHARS

Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language.

« More »

K_TCPDF_CALLS_IN_HTML

If true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.

« More »

K_TCPDF_THROW_EXCEPTION_ERROR

If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.

« More »

K_TIMEZONE

Default timezone for datetime functions

« More »

Classes, interfaces and traits

Datamatrix

« More »

MC_TCPDF

Extend TCPDF to work with multiple columns

« More »

MYPDF

« More »

MYPDF

« More »

MYPDF

« More »

MYPDF

« More »

PDF417

« More »

QRcode

« More »

TCPDF

« More »

TCPDF2DBarcode

« More »

TCPDF_COLORS

« More »

TCPDF_FILTERS

« More »

TCPDF_FONT_DATA

« More »

TCPDF_FONTS

« More »

TCPDF_IMAGES

« More »

TCPDF_IMPORT

« More »

TCPDF_PARSER

« More »

TCPDF_STATIC

« More »

TCPDFBarcode

« More »

TOC_TCPDF

TCPDF class extension with custom header and footer for TOC page

« More »