config/tcpdf_config.php-Dateireferenz

tcpdf_config.php-Dateireferenz

gehe zum Quellcode dieser Datei

Namensbereiche

 com\tecnick\tcpdf
 This is a PHP class for decoding common PDF filters.
 

Constant Groups

 com\tecnick\tcpdf
 This is a PHP class for decoding common PDF filters.
 

Variablen

const K_BLANK_IMAGE '_blank.png'
 
const PDF_PAGE_FORMAT 'A4'
 
const PDF_PAGE_ORIENTATION 'P'
 
const PDF_CREATOR 'TCPDF'
 
const PDF_AUTHOR 'TCPDF'
 
const PDF_HEADER_TITLE 'TCPDF Example'
 
const PDF_HEADER_STRING "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org"
 
const PDF_UNIT 'mm'
 
const PDF_MARGIN_HEADER 5
 
const PDF_MARGIN_FOOTER 10
 
const PDF_MARGIN_TOP 27
 
const PDF_MARGIN_BOTTOM 25
 
const PDF_MARGIN_LEFT 15
 
const PDF_MARGIN_RIGHT 15
 
const PDF_FONT_NAME_MAIN 'helvetica'
 
const PDF_FONT_SIZE_MAIN 10
 
const PDF_FONT_NAME_DATA 'helvetica'
 
const PDF_FONT_SIZE_DATA 8
 
const PDF_FONT_MONOSPACED 'courier'
 
const PDF_IMAGE_SCALE_RATIO 1.25
 
const HEAD_MAGNIFICATION 1.1
 
const K_CELL_HEIGHT_RATIO 1.25
 
const K_TITLE_MAGNIFICATION 1.3
 
const K_SMALL_RATIO 2/3
 
const K_THAI_TOPCHARS true
 
const K_TCPDF_CALLS_IN_HTML true
 
const K_TCPDF_THROW_EXCEPTION_ERROR false
 

Variablen-Dokumentation

const HEAD_MAGNIFICATION 1.1

Magnification factor for titles.

Definiert in Zeile 187 der Datei tcpdf_config.php.

const K_BLANK_IMAGE '_blank.png'

Installation path (/var/www/tcpdf/). By default it is automatically calculated but you can also set it as a fixed string to improve performances. URL path to tcpdf installation folder (http://localhost/tcpdf/). By default it is automatically set but you can also set it as a fixed string to improve performances. Path for PDF fonts. By default it is automatically set but you can also set it as a fixed string to improve performances. Default images directory. By default it is automatically set but you can also set it as a fixed string to improve performances. Deafult image logo used be the default Header() method. Please set here your own logo or an empty string to disable it. Header logo image width in user units. Cache directory for temporary files (full path). Generic name for a blank image.

Definiert in Zeile 87 der Datei tcpdf_config.php.

Wird benutzt von TCPDF\Header().

const K_CELL_HEIGHT_RATIO 1.25

Height of cell respect font height.

Definiert in Zeile 192 der Datei tcpdf_config.php.

const K_SMALL_RATIO 2/3

Reduction factor for small font.

Definiert in Zeile 202 der Datei tcpdf_config.php.

Wird benutzt von TCPDF\getHtmlDomArray().

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.

Definiert in Zeile 213 der Datei tcpdf_config.php.

Wird benutzt von TCPDF\openHTMLTagHandler().

const K_TCPDF_THROW_EXCEPTION_ERROR false

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

Definiert in Zeile 218 der Datei tcpdf_config.php.

Wird benutzt von TCPDF\Error().

const K_THAI_TOPCHARS true

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

Definiert in Zeile 207 der Datei tcpdf_config.php.

Wird benutzt von TCPDF\getCellCode().

const K_TITLE_MAGNIFICATION 1.3

Title magnification respect main font size.

Definiert in Zeile 197 der Datei tcpdf_config.php.

const PDF_AUTHOR 'TCPDF'

Document author.

Definiert in Zeile 107 der Datei tcpdf_config.php.

const PDF_CREATOR 'TCPDF'

Document creator.

Definiert in Zeile 102 der Datei tcpdf_config.php.

const PDF_FONT_MONOSPACED 'courier'

Default monospaced font name.

Definiert in Zeile 177 der Datei tcpdf_config.php.

const PDF_FONT_NAME_DATA 'helvetica'

Default data font name.

Definiert in Zeile 167 der Datei tcpdf_config.php.

const PDF_FONT_NAME_MAIN 'helvetica'

Default main font name.

Definiert in Zeile 157 der Datei tcpdf_config.php.

Wird benutzt von TCPDF\__construct() und TCPDF\Close().

const PDF_FONT_SIZE_DATA 8

Default data font size.

Definiert in Zeile 172 der Datei tcpdf_config.php.

const PDF_FONT_SIZE_MAIN 10

Default main font size.

Definiert in Zeile 162 der Datei tcpdf_config.php.

const PDF_HEADER_STRING "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org"

Header description string.

Definiert in Zeile 117 der Datei tcpdf_config.php.

const PDF_HEADER_TITLE 'TCPDF Example'

Header title.

Definiert in Zeile 112 der Datei tcpdf_config.php.

const PDF_IMAGE_SCALE_RATIO 1.25

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

Definiert in Zeile 182 der Datei tcpdf_config.php.

const PDF_MARGIN_BOTTOM 25

Bottom margin.

Definiert in Zeile 142 der Datei tcpdf_config.php.

const PDF_MARGIN_FOOTER 10

Footer margin.

Definiert in Zeile 132 der Datei tcpdf_config.php.

const PDF_MARGIN_HEADER 5

Header margin.

Definiert in Zeile 127 der Datei tcpdf_config.php.

const PDF_MARGIN_LEFT 15

Left margin.

Definiert in Zeile 147 der Datei tcpdf_config.php.

const PDF_MARGIN_RIGHT 15

Right margin.

Definiert in Zeile 152 der Datei tcpdf_config.php.

const PDF_MARGIN_TOP 27

Top margin.

Definiert in Zeile 137 der Datei tcpdf_config.php.

const PDF_PAGE_FORMAT 'A4'

Page format.

Definiert in Zeile 92 der Datei tcpdf_config.php.

const PDF_PAGE_ORIENTATION 'P'

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

Definiert in Zeile 97 der Datei tcpdf_config.php.

const PDF_UNIT 'mm'

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

Definiert in Zeile 122 der Datei tcpdf_config.php.




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.