/Phpdocx_config.inc

Description

Generate a DOCX file

Constants
PHPDOCX_ALLOWED_IMAGE_EXT = 'gif,png,jpg,jpeg,bmp' (line 36)

The allowed file extensions for HTML2WordML conversion

PHPDOCX_BASE_FOLDER = dirname(__FILE__).'/../templates/' (line 18)

The default base template folder

PHPDOCX_BASE_TEMPLATE = PHPDOCX_BASE_FOLDER.'phpdocxBaseTemplate.docx' (line 24)

The default base template

WARNING: if you choose to change this default template you should make sure that certain required styles in createDocx for formatting are exported

PHPDOCX_DIR_DOMPDF = PHPDOCX_BASE_FOLDER.'/../pdf' (line 28)

The default path to the dompdf dir

PHPDOCX_DIR_PARSER = PHPDOCX_BASE_FOLDER.'/../lib/dompdfParser' (line 32)

The default path to the HTML parser

Documentation generated on Tue, 21 May 2013 17:19:53 +0200 by phpDocumentor 1.4.4