DOMPDF - PHP5 HTML to PDF renderer
File: $RCSfile: dompdf_config.inc.php,v $ Created on: 2004-08-04
Copyright (c) 2004 - Benj Carson <benjcarson@digitaljunkies.ca>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library in the file LICENSE.LGPL; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Alternatively, you may distribute this software under the terms of the PHP License, version 3.0 or later. A copy of this license should have been distributed with this file in the file LICENSE.PHP . If this is not the case, you can obtain a copy at http://www.php.net/license/3_0.txt.
The latest version of DOMPDF might be available at: http://www.digitaljunkies.ca/dompdf
The default font family
Used if no suitable fonts can be found
The default paper size.
If you live outside of North America, feel free to change this ;)
The root of your DOMPDF installation
Image DPI setting
This setting determines the default DPI setting for jpeg & png images. The DPI may be overridden by explictly setting the image's width & height style attributes (i.e. if the image's native width is 600 pixels and you specify the image's width as 72 points, the image will have a DPI of 600 in the rendered PDF.
Enable inline PHP
If this setting is set to true then DOMPDF will automatically evaluate inline PHP contained within <script type="text/php"> ... </script> tags.
Enabling this for documents you do not trust (e.g. arbitrary remote html pages) is a security risk. Set this option to false if you wish to process untrusted documents.
Enable remote file access
If this setting is set to true, DOMPDF will access remote sites for images and CSS files as required.
The location of the DOMPDF font directory
Note this directory must be writable by the webserver process (or user executing DOMPDF from the CLI). *Please note the trailing slash.*
The location of the DOMPDF include directory
The location of the DOMPDF lib directory
The PDF rendering backend to use
Valid settings are 'PDFLib', 'CPDF' (the bundled R&OS PDF class) and 'auto'. 'auto' will look for PDFLib and use it if found, or if not it will fall back on CPDF.
Both PDFLib & CPDF rendering backends provide sufficient rendering capabilities for dompdf, however additional features (e.g. object, image and font support, etc.) differ between backends. Please see PDFLib_Adapter, CPDF_Adapter and the documentation for each backend for more information.
The location of the system's temporary directory.
This directory must be writeable by the webserver process. It is used to download remote images.
The path to the tt2pt1 utility (used to convert ttf to afm)
Not strictly necessary, but useful if you would like to install additional fonts using the load_font.php utility.
DOMPDF autoload function
If you have an existing autoload function, add a call to this function from your existing __autoload() implementation.
Default __autoload() function
Documentation generated on Fri, 04 Mar 2005 13:31:17 -0700 by phpDocumentor 1.3.0RC3