通過DOMPDF將PDF附加到電子郵件的最簡單方法是什麼? 我的劇本的結尾我使用(的一部分)低於: $dompdf = new DOMPDF();
$dompdf->load_html($html);
$dompdf->render();
//below to save the pdf file - not needed if emailing pdf
file_put_contents
<?php
include('../helper/app2.php');
$admin = new admin;
$preview = $admin->pdfPreview();
$html = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/lo
在dompdf FAQ page,他們舉這個例子: <script type="text/php">
if (isset($pdf)) {
// Open the object: all drawing commands will
// go to the object instead of the current page
$footer = $pdf->op