|
const | K_BLANK_IMAGE K_PATH_IMAGES . 'pix/spacer.gif' |
| blank image
|
|
const | K_CELL_HEIGHT_RATIO 1.25 |
| height of cell repect font height
|
|
const | K_PATH_CACHE $CFG->cachedir . '/tcpdf/' |
| cache directory for temporary files (full path)
|
|
const | K_PATH_IMAGES $CFG->dirroot . '/' |
| images directory
|
|
const | K_PATH_MAIN $CFG->dirroot.'/lib/tcpdf/' |
| tcpdf installation path
|
|
const | K_PATH_URL $CFG->wwwroot . '/lib/tcpdf/' |
| URL path to tcpdf installation folder.
|
|
const | K_SMALL_RATIO 2/3 |
| reduction factor for small font
|
|
const | K_TCPDF_EXTERNAL_CONFIG (!defined('PDF_DEFAULT_FONT')) 1 |
| tell tcpdf it is configured here instead of in its own config file
|
|
const | K_TCPDF_THROW_EXCEPTION_ERROR true |
| Throw exceptions from errors so they can be caught and recovered from.
|
|