Setup

System Configuration

Required Present
PHP Version 5.0 7.4.33
DOMDocument extension Yes 20031129
PCRE Yes 7.4.33
Zlib Yes 7.4.33
MBString extension Yes 7.4.33
GD Yes 7.4.33
APC For better performances
No. Recommended for better performances
GMagick or IMagick Better with transparent PNG images
No. Recommended for better performances

DOMPDF Configuration

Config name Value Description Status
DOMPDF_DIR '/home/ispo/www/abstracts/dompdf' Root directory of DOMPDF Readable
DOMPDF_INC_DIR '/home/ispo/www/abstracts/dompdf/include' Include directory of DOMPDF Readable
DOMPDF_LIB_DIR '/home/ispo/www/abstracts/dompdf/lib' Third-party libraries directory of DOMPDF Readable
DOMPDF_ADMIN_USERNAME ****** The username required to access restricted sections
DOMPDF_ADMIN_PASSWORD ****** The password required to access restricted sections Password should be changed
DOMPDF_FONT_DIR '/home/ispo/www/abstracts/dompdf/lib/fonts/' Additional fonts directory Readable
DOMPDF_FONT_CACHE '/home/ispo/www/abstracts/dompdf/lib/fonts/' Font metrics cache Writable
DOMPDF_TEMP_DIR '/tmp' Temporary folder Writable
DOMPDF_CHROOT '/home/ispo/www/abstracts/dompdf' Restricted path Readable
DOMPDF_UNICODE_ENABLED true Unicode support (thanks to additionnal fonts)
DOMPDF_ENABLE_FONTSUBSETTING false Enable font subsetting, will make smaller documents when using Unicode fonts
DOMPDF_PDF_BACKEND 'CPDF' Backend library that makes the outputted file (PDF, image)
DOMPDF_DEFAULT_MEDIA_TYPE 'screen' Default media type (print, screen, ...)
DOMPDF_DEFAULT_PAPER_SIZE 'letter' Default paper size (A4, letter, ...)
DOMPDF_DEFAULT_FONT 'serif' Default font, used if the specified font in the CSS stylesheet was not found
DOMPDF_DPI 96 DPI scale of the document
DOMPDF_ENABLE_PHP false Inline PHP support
DOMPDF_ENABLE_JAVASCRIPT true Inline JavaScript support
DOMPDF_ENABLE_REMOTE false Allow remote stylesheets and images allow_url_fopen enabled
DOMPDF_LOG_OUTPUT_FILE '/home/ispo/www/abstracts/dompdf/lib/fonts/log.htm' The file in which dompdf will write warnings and messages Writable
DOMPDF_FONT_HEIGHT_RATIO 1.1000000000000001 The line height ratio to apply to get a render like web browsers
DOMPDF_ENABLE_CSS_FLOAT false Enable CSS float support (experimental)
DOMPDF_AUTOLOAD_PREPEND false Prepend the dompdf autoload function to the SPL autoload functions already registered instead of appending it
DOMPDF_ENABLE_HTML5PARSER true Enable the HTML5 parser (experimental)
DEBUGPNG false Debug PNG images
DEBUGKEEPTEMP false Keep temporary image files
DEBUGCSS false Debug CSS
DEBUG_LAYOUT false Debug layout
DEBUG_LAYOUT_LINES true Debug text lines layout
DEBUG_LAYOUT_BLOCKS true Debug block elements layout
DEBUG_LAYOUT_INLINE true Debug inline elements layout
DEBUG_LAYOUT_PADDINGBOX true Debug padding boxes layout