![]() |
PEEL Shopping
Open source ecommerce : PEEL Shopping
|
Go to the source code of this file.
Namespaces | |
com\tecnick\tcpdf | |
TCPDF language file (contains translated texts). | |
Variables | |
if((!isset($_SERVER['DOCUMENT_ROOT'])) OR(empty($_SERVER['DOCUMENT_ROOT']))) | $k_path_main = str_replace( '\\', '/', realpath(substr(dirname(__FILE__), 0, 0-strlen('config')))) |
const | K_PATH_MAIN (substr($k_path_main,-1)!= '/') $k_path_main |
Installation path (/var/www/tcpdf/). More... | |
const | K_PATH_URL (isset($_SERVER['HTTP_HOST']) AND(!empty($_SERVER['HTTP_HOST']))) $k_path_url |
URL path to tcpdf installation folder (http://localhost/tcpdf/). More... | |
const | K_PATH_FONTS K_PATH_MAIN.'fonts/' |
path for PDF fonts use K_PATH_MAIN. More... | |
const | K_PATH_CACHE K_PATH_MAIN.'cache/' |
cache directory for temporary files (full path) More... | |
const | K_PATH_URL_CACHE K_PATH_URL.'cache/' |
cache directory for temporary files (url path) More... | |
const | K_PATH_IMAGES K_PATH_MAIN.'images/' |
images directory More... | |
const | K_BLANK_IMAGE K_PATH_IMAGES.'_blank.png' |
blank image More... | |
const | PDF_PAGE_FORMAT 'A4' |
page format More... | |
const | PDF_PAGE_ORIENTATION 'P' |
page orientation (P=portrait, L=landscape) More... | |
const | PDF_CREATOR 'TCPDF' |
document creator More... | |
const | PDF_AUTHOR 'TCPDF' |
document author More... | |
const | PDF_HEADER_TITLE 'TCPDF Example' |
header title More... | |
const | PDF_HEADER_STRING "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org" |
header description string More... | |
const | PDF_HEADER_LOGO 'tcpdf_logo.jpg' |
image logo More... | |
const | PDF_HEADER_LOGO_WIDTH 30 |
header logo image width [mm] More... | |
const | PDF_UNIT 'mm' |
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch] More... | |
const | PDF_MARGIN_HEADER 5 |
header margin More... | |
const | PDF_MARGIN_FOOTER 10 |
footer margin More... | |
const | PDF_MARGIN_TOP 27 |
top margin More... | |
const | PDF_MARGIN_BOTTOM 25 |
bottom margin More... | |
const | PDF_MARGIN_LEFT 15 |
left margin More... | |
const | PDF_MARGIN_RIGHT 15 |
right margin More... | |
const | PDF_FONT_NAME_MAIN 'helvetica' |
default main font name More... | |
const | PDF_FONT_SIZE_MAIN 10 |
default main font size More... | |
const | PDF_FONT_NAME_DATA 'helvetica' |
default data font name More... | |
const | PDF_FONT_SIZE_DATA 8 |
default data font size More... | |
const | PDF_FONT_MONOSPACED 'courier' |
default monospaced font name More... | |
const | PDF_IMAGE_SCALE_RATIO 1.25 |
ratio used to adjust the conversion of pixels to user units More... | |
const | HEAD_MAGNIFICATION 1.1 |
magnification factor for titles More... | |
const | K_CELL_HEIGHT_RATIO 1.25 |
height of cell respect font height More... | |
const | K_TITLE_MAGNIFICATION 1.3 |
title magnification respect main font size More... | |
const | K_SMALL_RATIO 2/3 |
reduction factor for small font More... | |
const | K_THAI_TOPCHARS true |
set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language More... | |
const | K_TCPDF_CALLS_IN_HTML true |
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... | |
if ((!isset($_SERVER['DOCUMENT_ROOT'])) OR(empty($_SERVER['DOCUMENT_ROOT']))) $k_path_main = str_replace( '\\', '/', realpath(substr(dirname(__FILE__), 0, 0-strlen('config')))) |
Definition at line 52 of file tcpdf_config_alt.php.
const HEAD_MAGNIFICATION 1.1 |
magnification factor for titles
Definition at line 214 of file tcpdf_config_alt.php.
const K_BLANK_IMAGE K_PATH_IMAGES.'_blank.png' |
blank image
Definition at line 104 of file tcpdf_config_alt.php.
const K_CELL_HEIGHT_RATIO 1.25 |
height of cell respect font height
Definition at line 219 of file tcpdf_config_alt.php.
const K_PATH_CACHE K_PATH_MAIN.'cache/' |
cache directory for temporary files (full path)
Definition at line 89 of file tcpdf_config_alt.php.
const K_PATH_FONTS K_PATH_MAIN.'fonts/' |
path for PDF fonts use K_PATH_MAIN.
'fonts/old/' for old non-UTF8 fonts
Definition at line 84 of file tcpdf_config_alt.php.
const K_PATH_IMAGES K_PATH_MAIN.'images/' |
images directory
Definition at line 99 of file tcpdf_config_alt.php.
const K_PATH_MAIN(substr($k_path_main,-1)!= '/') $k_path_main |
Installation path (/var/www/tcpdf/).
By default it is automatically calculated but you can also set it as a fixed string to improve performances.
Definition at line 61 of file tcpdf_config_alt.php.
const K_PATH_URL(isset($_SERVER['HTTP_HOST']) AND(!empty($_SERVER['HTTP_HOST']))) $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 78 of file tcpdf_config_alt.php.
const K_PATH_URL_CACHE K_PATH_URL.'cache/' |
cache directory for temporary files (url path)
Definition at line 94 of file tcpdf_config_alt.php.
const K_SMALL_RATIO 2/3 |
reduction factor for small font
Definition at line 229 of file tcpdf_config_alt.php.
const K_TCPDF_CALLS_IN_HTML true |
if true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
Definition at line 240 of file tcpdf_config_alt.php.
const K_THAI_TOPCHARS true |
set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language
Definition at line 234 of file tcpdf_config_alt.php.
const K_TITLE_MAGNIFICATION 1.3 |
title magnification respect main font size
Definition at line 224 of file tcpdf_config_alt.php.
const PDF_AUTHOR 'TCPDF' |
document author
Definition at line 124 of file tcpdf_config_alt.php.
const PDF_CREATOR 'TCPDF' |
document creator
Definition at line 119 of file tcpdf_config_alt.php.
const PDF_FONT_MONOSPACED 'courier' |
default monospaced font name
Definition at line 204 of file tcpdf_config_alt.php.
const PDF_FONT_NAME_DATA 'helvetica' |
default data font name
Definition at line 194 of file tcpdf_config_alt.php.
const PDF_FONT_NAME_MAIN 'helvetica' |
default main font name
Definition at line 184 of file tcpdf_config_alt.php.
const PDF_FONT_SIZE_DATA 8 |
default data font size
Definition at line 199 of file tcpdf_config_alt.php.
const PDF_FONT_SIZE_MAIN 10 |
default main font size
Definition at line 189 of file tcpdf_config_alt.php.
const PDF_HEADER_LOGO 'tcpdf_logo.jpg' |
image logo
Definition at line 139 of file tcpdf_config_alt.php.
const PDF_HEADER_LOGO_WIDTH 30 |
header logo image width [mm]
Definition at line 144 of file tcpdf_config_alt.php.
const PDF_HEADER_STRING "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org" |
header description string
Definition at line 134 of file tcpdf_config_alt.php.
const PDF_HEADER_TITLE 'TCPDF Example' |
header title
Definition at line 129 of file tcpdf_config_alt.php.
const PDF_IMAGE_SCALE_RATIO 1.25 |
ratio used to adjust the conversion of pixels to user units
Definition at line 209 of file tcpdf_config_alt.php.
const PDF_MARGIN_BOTTOM 25 |
bottom margin
Definition at line 169 of file tcpdf_config_alt.php.
const PDF_MARGIN_FOOTER 10 |
footer margin
Definition at line 159 of file tcpdf_config_alt.php.
const PDF_MARGIN_HEADER 5 |
header margin
Definition at line 154 of file tcpdf_config_alt.php.
const PDF_MARGIN_LEFT 15 |
left margin
Definition at line 174 of file tcpdf_config_alt.php.
const PDF_MARGIN_RIGHT 15 |
right margin
Definition at line 179 of file tcpdf_config_alt.php.
const PDF_MARGIN_TOP 27 |
top margin
Definition at line 164 of file tcpdf_config_alt.php.
const PDF_PAGE_FORMAT 'A4' |
page format
Definition at line 109 of file tcpdf_config_alt.php.
const PDF_PAGE_ORIENTATION 'P' |
page orientation (P=portrait, L=landscape)
Definition at line 114 of file tcpdf_config_alt.php.
const PDF_UNIT 'mm' |
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
Definition at line 149 of file tcpdf_config_alt.php.
This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:40 - is a product of
SAS. All rights reserved.