Here is the code (created for me by a programmer) require('html2fpdf.php');
Question about html2fpdf.php
13
Here is the code (created for me by a programmer)
require('html2fpdf.php');
$pdf=new HTML2FPDF();
$pdf->AddPage();
$pdf->WriteHTML($html);
$pdf->Output();
It produces a filename of doc.pdf
Do you know how to have a different file name
Thanks
Harvey
require('html2fpdf.php');
$pdf=new HTML2FPDF();
$pdf->AddPage();
$pdf->WriteHTML($html);
$pdf->Output();
It produces a filename of doc.pdf
Do you know how to have a different file name
Thanks
Harvey
- Harvey Segal
- [1] reply
- lisag
- [1] reply
- lisag
- lisag
- lisag
- lisag
- [1] reply
- Harvey Segal
Next Topics on Trending Feed
-
13