buen dia, me parece muy interesante y prometedora la herramientas. a mi parece muy buena. tengo la siguiente pregunta?
require_once (".. / dompdf_config.inc.php");
# Contenido HTML del document Que QUEREMOS Generar en formato PDF.
$ Html = '
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Example de Documento en PDF. </ title>
</ Head>
<body> ';
$ Html. = '<table Border="1" align="center">
<tr border="1">
<td> Hola Mundo </ td>
<td> Hola Mundo </ td>
</ Tr>
<tr>
<td> Hola Mundo </ td>
<td> Hola Mundo </ td>
</ Tr>
<tr>
<td> Hola Mundo </ td>
<td> Hola Mundo </ td>
</ Tr>
</ Table>
</ Body>
</ Html> ';
$ Dompdf = new DOMPDF ();
$ Dompdf-> load_html ($ html);
$ Dompdf-> render ();
$ Secuencia dompdf-> ("hello_world.pdf");