✏️ 正在编辑: index.php
路径:
/srv/systems_dir/biblioteca_yuppie/library/Dompdf/www/index.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include("head.inc"); ?> <a name="overview"></a><h2>Overview</h2> <p>dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer: it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes.</p> <p>PDF rendering is currently provided either by PDFLib (<a href="http://www.pdflib.com">www.pdflib.com</a>) or by a bundled version the CPDF class, originally R&OS CPDF written by Wayne Munro but customized by the dompdf team to improve performance and add features. In order to use PDFLib with dompdf the PDFLib PHP extension is required (available from PDFLib). Using PDFLib improves performance and reduces the memory requirements of dompdf somewhat, while the CPDF class, though slightly slower, eliminates any dependencies on external PDF libraries.</p> <?php include("foot.inc"); ?>
💾 保存文件
← 返回文件管理器