/config/tcpdf_config.php

Description

Configuration 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 50)

path for PDF fonts

HEAD_MAGNIFICATION = 1.1 (line 175)

magnification factor for titles

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

blank image

K_CELL_HEIGHT_RATIO = 1.25 (line 180)

height of cell repect font height

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

cache directory for temporary files (full path)

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

images directory

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

installation path

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

url path

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

cache directory for temporary files (url path)

K_SMALL_RATIO = 2/3 (line 190)

reduction factor for small font

K_TITLE_MAGNIFICATION = 1.3 (line 185)

title magnification respect main font size

PDF_AUTHOR = "TCPDF" (line 90)

document author

PDF_CREATOR = "TCPDF" (line 85)

document creator

PDF_FONT_NAME_DATA = "FreeSerif" (line 160)

data font name

PDF_FONT_NAME_MAIN = "FreeSerif" (line 150)

main font name

PDF_FONT_SIZE_DATA = 8 (line 165)

data font size

PDF_FONT_SIZE_MAIN = 10 (line 155)

main font size

PDF_HEADER_LOGO = "logo_example.png" (line 105)

image logo

PDF_HEADER_LOGO_WIDTH = 20 (line 110)

header logo image width [mm]

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

header description string

PDF_HEADER_TITLE = "header title" (line 95)

header title

PDF_IMAGE_SCALE_RATIO = 4 (line 170)

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

PDF_MARGIN_BOTTOM = 25 (line 135)

bottom margin

PDF_MARGIN_FOOTER = 10 (line 125)

footer margin

PDF_MARGIN_HEADER = 5 (line 120)

header margin

PDF_MARGIN_LEFT = 15 (line 140)

left margin

PDF_MARGIN_RIGHT = 15 (line 145)

right margin

PDF_MARGIN_TOP = 27 (line 130)

top margin

PDF_PAGE_FORMAT = "A4" (line 75)

page format

PDF_PAGE_ORIENTATION = "P" (line 80)

page orientation (P=portrait, L=landscape)

PDF_UNIT = "mm" (line 115)

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

Documentation generated on Tue, 20 Mar 2007 13:24:52 +0100 by phpDocumentor 1.3.0RC3