You are here

Constants in TCPDF 8

Primary tabs

Namesort descending Location Description Direct uses Strings
HEAD_MAGNIFICATION ./tcpdf.config.inc Magnification factor for titles. 1
K_BLANK_IMAGE ./tcpdf.config.inc Generic name for a blank image. 1
K_CELL_HEIGHT_RATIO ./tcpdf.config.inc Height of cell respect font height. 1
K_PATH_CACHE ./tcpdf.config.inc Cache directory for temporary files (full path). 1
K_SMALL_RATIO ./tcpdf.config.inc Reduction factor for small font. 1
K_TCPDF_CALLS_IN_HTML ./tcpdf.config.inc If true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content. 1
K_TCPDF_THROW_EXCEPTION_ERROR ./tcpdf.config.inc If true adn PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution. 1
K_THAI_TOPCHARS ./tcpdf.config.inc Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language. 1
K_TITLE_MAGNIFICATION ./tcpdf.config.inc Title magnification respect main font size. 1
PDF_AUTHOR ./tcpdf.config.inc Document author. 1
PDF_CREATOR ./tcpdf.config.inc Document creator. 1 1
PDF_FONT_MONOSPACED ./tcpdf.config.inc Default monospaced font name. 1 1
PDF_FONT_NAME_DATA ./tcpdf.config.inc Default data font name. 1 1
PDF_FONT_NAME_MAIN ./tcpdf.config.inc Default main font name. 1
PDF_FONT_SIZE_DATA ./tcpdf.config.inc Default data font size. 1
PDF_FONT_SIZE_MAIN ./tcpdf.config.inc Default main font size. 1
PDF_HEADER_STRING ./tcpdf.config.inc Header description string. 1
PDF_HEADER_TITLE ./tcpdf.config.inc Header title. 1
PDF_IMAGE_SCALE_RATIO ./tcpdf.config.inc Ratio used to adjust the conversion of pixels to user units. 1 1
PDF_MARGIN_BOTTOM ./tcpdf.config.inc Bottom margin. 1 1
PDF_MARGIN_FOOTER ./tcpdf.config.inc Footer margin. 1 1
PDF_MARGIN_HEADER ./tcpdf.config.inc Header margin. 1 1
PDF_MARGIN_LEFT ./tcpdf.config.inc Left margin. 1 1
PDF_MARGIN_RIGHT ./tcpdf.config.inc Right margin. 1 1
PDF_MARGIN_TOP ./tcpdf.config.inc Top margin. 1
PDF_PAGE_FORMAT ./tcpdf.config.inc Page format. 1
PDF_PAGE_ORIENTATION ./tcpdf.config.inc Page orientation (P=portrait, L=landscape). 1
PDF_UNIT ./tcpdf.config.inc Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]. 1

Other projects