Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: com-tecnick-tcpdf

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/tcpdf/config/tcpdf_config.php

Description

Congiguration file for TCPDF.

Constants
FPDF_FONTPATH = JPATH_LIBRARIES.DS."tcpdf".DS."fonts".DS (line 53)

path for PDF fonts

HEAD_MAGNIFICATION = 1.1 (line 178)

magnification factor for titles

K_BLANK_IMAGE = K_PATH_IMAGES."_blank.png" (line 73)

blank image

K_CELL_HEIGHT_RATIO = 1.25 (line 183)

height of cell repect font height

K_PATH_CACHE = K_PATH_MAIN."cache".DS (line 58)

cache directory for temporary files (full path)

K_PATH_IMAGES = K_PATH_MAIN."images".DS (line 68)

images directory

K_PATH_MAIN = JPATH_LIBRARIES.DS."tcpdf" (line 43)

installation path

K_PATH_URL = JPATH_SITE (line 48)

url path

K_PATH_URL_CACHE = K_PATH_URL."cache".DS (line 63)

cache directory for temporary files (url path)

K_SMALL_RATIO = 2/3 (line 193)

reduction factor for small font

K_TITLE_MAGNIFICATION = 1.3 (line 188)

title magnification respect main font size

PDF_AUTHOR = "pdf author" (line 93)

document author

PDF_CREATOR = "pdf creator" (line 88)

document creator

PDF_FONT_NAME_DATA = $lang->getPdfFontName() (line 163)

data font name

PDF_FONT_NAME_MAIN = $lang->getPdfFontName() (line 153)

main font name

PDF_FONT_SIZE_DATA = 8 (line 168)

data font size

PDF_FONT_SIZE_MAIN = 10 (line 158)

main font size

PDF_HEADER_LOGO = "" (line 108)

image logo

PDF_HEADER_LOGO_WIDTH = 20 (line 113)

header logo image width [mm]

PDF_HEADER_STRING = "first row\nsecond row\nthird row" (line 103)

header description string

PDF_HEADER_TITLE = "first row\nsecond row\nthird row" (line 98)

header title

PDF_IMAGE_SCALE_RATIO = 4 (line 173)

scale factor for images (number of points in user unit)

PDF_MARGIN_BOTTOM = 25 (line 138)

bottom margin

PDF_MARGIN_FOOTER = 10 (line 128)

footer margin

PDF_MARGIN_HEADER = 5 (line 123)

header margin

PDF_MARGIN_LEFT = 15 (line 143)

left margin

PDF_MARGIN_RIGHT = 15 (line 148)

right margin

PDF_MARGIN_TOP = 27 (line 133)

top margin

PDF_PAGE_FORMAT = "A4" (line 78)

page format

PDF_PAGE_ORIENTATION = "P" (line 83)

page orientation (P=portrait, L=landscape)

PDF_UNIT = "mm" (line 118)

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


Documentation generated on Mon, 05 Mar 2007 21:28:54 +0000 by phpDocumentor 1.3.1