/config/tcpdf_config.php

Description

Configuration file for TCPDF.

  • author: Nicola Asuni
  • version: 2.1.000
  • copyright: 2004-2008 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
  • link: http://tcpdf.sourceforge.net
  • since: 2004-10-27
  • license: LGPL
Constants
HEAD_MAGNIFICATION = 1.1 (line 177)

magnification factor for titles

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

blank image

K_CELL_HEIGHT_RATIO = 1.25 (line 182)

height of cell repect font height

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

cache directory for temporary files (full path)

K_PATH_FONTS = K_PATH_MAIN."fonts/" (line 52)

path for PDF fonts

use K_PATH_MAIN."fonts/old/" for old non-UTF8 fonts

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

images directory

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

installation path (/var/www/tcpdf/)

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

url path (http://localhost/tcpdf/)

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

cache directory for temporary files (url path)

K_SMALL_RATIO = 2/3 (line 192)

reduction factor for small font

K_TITLE_MAGNIFICATION = 1.3 (line 187)

title magnification respect main font size

PDF_AUTHOR = "TCPDF" (line 92)

document author

PDF_CREATOR = "TCPDF" (line 87)

document creator

PDF_FONT_NAME_DATA = "vera" (line 162)

data font name

PDF_FONT_NAME_MAIN = "vera" (line 152)

main font name

PDF_FONT_SIZE_DATA = 8 (line 167)

data font size

PDF_FONT_SIZE_MAIN = 10 (line 157)

main font size

PDF_HEADER_LOGO = "logo_example.png" (line 107)

image logo

PDF_HEADER_LOGO_WIDTH = 20 (line 112)

header logo image width [mm]

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

header description string

PDF_HEADER_TITLE = "header title" (line 97)

header title

PDF_IMAGE_SCALE_RATIO = 4 (line 172)

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

PDF_MARGIN_BOTTOM = 25 (line 137)

bottom margin

PDF_MARGIN_FOOTER = 10 (line 127)

footer margin

PDF_MARGIN_HEADER = 5 (line 122)

header margin

PDF_MARGIN_LEFT = 15 (line 142)

left margin

PDF_MARGIN_RIGHT = 15 (line 147)

right margin

PDF_MARGIN_TOP = 27 (line 132)

top margin

PDF_PAGE_FORMAT = "A4" (line 77)

page format

PDF_PAGE_ORIENTATION = "P" (line 82)

page orientation (P=portrait, L=landscape)

PDF_UNIT = "mm" (line 117)

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

Documentation generated on Tue, 12 Feb 2008 12:36:40 +0100 by phpDocumentor 1.4.0