Go to the source code of this file.
Enumerations | |
| enum | K_PATH_URL | 
| enum | K_PATH_FONTS | 
| enum | K_PATH_CACHE | 
| enum | K_PATH_URL_CACHE | 
| enum | K_PATH_IMAGES | 
| enum | K_BLANK_IMAGE | 
| enum | PDF_PAGE_FORMAT | 
| enum | PDF_PAGE_ORIENTATION | 
| enum | PDF_CREATOR | 
| enum | PDF_AUTHOR | 
| enum | PDF_HEADER_TITLE | 
| enum | PDF_HEADER_STRING | 
| enum | PDF_HEADER_LOGO | 
| enum | PDF_HEADER_LOGO_WIDTH | 
| enum | PDF_UNIT | 
| enum | PDF_MARGIN_HEADER | 
| enum | PDF_MARGIN_FOOTER | 
| enum | PDF_MARGIN_TOP | 
| enum | PDF_MARGIN_BOTTOM | 
| enum | PDF_MARGIN_LEFT | 
| enum | PDF_MARGIN_RIGHT | 
| enum | PDF_FONT_NAME_MAIN | 
| enum | PDF_FONT_SIZE_MAIN | 
| enum | PDF_FONT_NAME_DATA | 
| enum | PDF_FONT_SIZE_DATA | 
| enum | PDF_FONT_MONOSPACED | 
| enum | PDF_IMAGE_SCALE_RATIO | 
| enum | HEAD_MAGNIFICATION | 
| enum | K_CELL_HEIGHT_RATIO | 
| enum | K_TITLE_MAGNIFICATION | 
| enum | K_SMALL_RATIO | 
| enum HEAD_MAGNIFICATION | 
magnification factor for titles
Definition at line 210 of file tcpdf_config.php.
| enum K_BLANK_IMAGE | 
blank image
Definition at line 100 of file tcpdf_config.php.
| enum K_CELL_HEIGHT_RATIO | 
height of cell repect font height
Definition at line 215 of file tcpdf_config.php.
| enum K_PATH_CACHE | 
cache directory for temporary files (full path)
Definition at line 85 of file tcpdf_config.php.
| enum K_PATH_FONTS | 
path for PDF fonts use K_PATH_MAIN.'fonts/old/' for old non-UTF8 fonts
Definition at line 80 of file tcpdf_config.php.
| enum K_PATH_IMAGES | 
images directory
Definition at line 95 of file tcpdf_config.php.
| enum K_PATH_URL | 
URL path to tcpdf installation folder (http://localhost/tcpdf/). By default it is automatically calculated but you can also set it as a fixed string to improve performances.
Definition at line 74 of file tcpdf_config.php.
| enum K_PATH_URL_CACHE | 
cache directory for temporary files (url path)
Definition at line 90 of file tcpdf_config.php.
| enum K_SMALL_RATIO | 
reduction factor for small font
Definition at line 225 of file tcpdf_config.php.
title magnification respect main font size
Definition at line 220 of file tcpdf_config.php.
| enum PDF_AUTHOR | 
document author
Definition at line 120 of file tcpdf_config.php.
| enum PDF_CREATOR | 
document creator
Definition at line 115 of file tcpdf_config.php.
| enum PDF_FONT_MONOSPACED | 
default monospaced font name
Definition at line 200 of file tcpdf_config.php.
| enum PDF_FONT_NAME_DATA | 
default data font name
Definition at line 190 of file tcpdf_config.php.
| enum PDF_FONT_NAME_MAIN | 
default main font name
Definition at line 180 of file tcpdf_config.php.
| enum PDF_FONT_SIZE_DATA | 
default data font size
Definition at line 195 of file tcpdf_config.php.
| enum PDF_FONT_SIZE_MAIN | 
default main font size
Definition at line 185 of file tcpdf_config.php.
| enum PDF_HEADER_LOGO | 
image logo
Definition at line 135 of file tcpdf_config.php.
header logo image width [mm]
Definition at line 140 of file tcpdf_config.php.
| enum PDF_HEADER_STRING | 
header description string
Definition at line 130 of file tcpdf_config.php.
| enum PDF_HEADER_TITLE | 
header title
Definition at line 125 of file tcpdf_config.php.
ratio used to adjust the conversion of pixels to user units
Definition at line 205 of file tcpdf_config.php.
| enum PDF_MARGIN_BOTTOM | 
bottom margin
Definition at line 165 of file tcpdf_config.php.
| enum PDF_MARGIN_FOOTER | 
footer margin
Definition at line 155 of file tcpdf_config.php.
| enum PDF_MARGIN_HEADER | 
header margin
Definition at line 150 of file tcpdf_config.php.
| enum PDF_MARGIN_LEFT | 
left margin
Definition at line 170 of file tcpdf_config.php.
| enum PDF_MARGIN_RIGHT | 
right margin
Definition at line 175 of file tcpdf_config.php.
| enum PDF_MARGIN_TOP | 
top margin
Definition at line 160 of file tcpdf_config.php.
| enum PDF_PAGE_FORMAT | 
page format
Definition at line 105 of file tcpdf_config.php.
| enum PDF_PAGE_ORIENTATION | 
page orientation (P=portrait, L=landscape)
Definition at line 110 of file tcpdf_config.php.
| enum PDF_UNIT | 
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
Definition at line 145 of file tcpdf_config.php.
 1.5.5