/config/tcpdf_config.php

Description

Congiguration file for TCPDF.

  • license: LGPL
  • since: 2004-10-27
  • link: http://tcpdf.sourceforge.net
  • version: 1.53.0.TC025
  • copyright: Copyright © 2004, Tecnick.com S.r.l. - Via Ugo Foscolo n.19 - 09045 Quartu Sant'Elena (CA) - ITALY - www.tecnick.com - info@tecnick.com
  • author: Nicola Asuni
Constants
FPDF_FONTPATH = K_PATH_MAIN."fonts/" (line 46)

path for PDF fonts

HEAD_MAGNIFICATION = 1.1 (line 171)

magnification factor for titles

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

blank image

K_CELL_HEIGHT_RATIO = 1.25 (line 176)

height of cell repect font height

K_PATH_CACHE = K_PATH_MAIN."cache/" (line 51)

cache directory for temporary files (full path)

K_PATH_IMAGES = K_PATH_MAIN."images/" (line 61)

images directory

K_PATH_MAIN = "D:/Inetpub/wwwroot/_OPENSOURCE/tcpdf/" (line 36)

installation path

K_PATH_URL = "http://localhost/_OPENSOURCE/tcpdf/" (line 41)

url path

K_PATH_URL_CACHE = K_PATH_URL."cache/" (line 56)

cache directory for temporary files (url path)

K_SMALL_RATIO = 2/3 (line 186)

reduction factor for small font

K_TITLE_MAGNIFICATION = 1.3 (line 181)

title magnification respect main font size

PDF_AUTHOR = "pdf author" (line 86)

document author

PDF_CREATOR = "TCPDF" (line 81)

document creator

PDF_FONT_NAME_DATA = "FreeSerif" (line 156)

data font name

PDF_FONT_NAME_MAIN = "FreeSerif" (line 146)

main font name

PDF_FONT_SIZE_DATA = 8 (line 161)

data font size

PDF_FONT_SIZE_MAIN = 10 (line 151)

main font size

PDF_HEADER_LOGO = "logo_example.png" (line 101)

image logo

PDF_HEADER_LOGO_WIDTH = 20 (line 106)

header logo image width [mm]

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

header description string

PDF_HEADER_TITLE = "header title" (line 91)

header title

PDF_IMAGE_SCALE_RATIO = 4 (line 166)

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

PDF_MARGIN_BOTTOM = 25 (line 131)

bottom margin

PDF_MARGIN_FOOTER = 10 (line 121)

footer margin

PDF_MARGIN_HEADER = 5 (line 116)

header margin

PDF_MARGIN_LEFT = 15 (line 136)

left margin

PDF_MARGIN_RIGHT = 15 (line 141)

right margin

PDF_MARGIN_TOP = 27 (line 126)

top margin

PDF_PAGE_FORMAT = "A4" (line 71)

page format

PDF_PAGE_ORIENTATION = "P" (line 76)

page orientation (P=portrait, L=landscape)

PDF_UNIT = "mm" (line 111)

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

Documentation generated on Sun, 29 Oct 2006 08:39:46 +0100 by phpDocumentor 1.3.0RC3