Todo List
PHPDOCX_ALLOWED_IMAGE_EXT = 'gif,png,jpg,jpeg,bmp'
PHPDOCX_BASE_FOLDER = dirname(__FILE__).'/../templates/'
PHPDOCX_BASE_TEMPLATE = PHPDOCX_BASE_FOLDER.'phpdocxBaseTemplate.docx'
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'
PHPDOCX_DIR_PARSER = PHPDOCX_BASE_FOLDER.'/../lib/dompdfParser'