Saludos a todos.
Necesito crear PDFs a partir de HTML, he estado buscando y me topé con DOMPDF ( digitaljunkies.ca/dompdf/about.php ), he leído que es muy bueno pero lo descargué y no me funciona.
Yo estoy usando XAMPP 1.7.1 para Windows, osea:
* Apache HTTPD 2.2.11 + Openssl 0.9.8i
* PHP 5.2.9
* XAMPP CLI Bundle 1.3
Y no me da ningún error, simplemente no funciona, el explorador dice "La conexión ha sido reiniciada".
Revisando el phpinfo() tengo:
DOM/XML -> enabled
DOM/XML API Version -> 20031129
PDF Support -> enabled
PDFlib GmbH Version -> 5.0.3
PECL Version -> 2.1.4
En la pag de DOMPDF dice: "PHP 5.0.0+ with the DOM extension enabled. Note that the domxml PECL extenstion conflicts with the DOM extension and must be disabled." Pero revisando el phpinfo() dice DOM/XML[/B] -> enabled, eso es DOM? o DOMXML?
Y la pag de DOMPDF también dice: "Edit dompdf_config.inc.php to fit your installation. If you leave the DOMPDF_PDF_BACKEND setting at 'auto' dompdf will use PDFLib if it is installed, otherwise it will use the bundled R&OS CPDF class."
Pero no veo qué modificarle al dompdf_config.inc.php, todo lo tengo por defecto.
De verdad no sé en qué estoy fallando, alguien ha trabajado con DOMPDF?
Gracias.