BUG 0000 Various Settings for PDF generation on TCPDF IMPROVEMENT

- Added new types of fonts, Arial and Times New Roman,  changed folder of  temporary files to a shared cache.
This commit is contained in:
Hector Cortez
2013-01-24 13:51:56 -04:00
parent 8bbab35191
commit 07ff670015
30 changed files with 145 additions and 5 deletions

View File

@@ -892,7 +892,7 @@ class OutputDocument extends BaseOutputDocument
// Print text using writeHTMLCell()
// $pdf->writeHTMLCell($w=0, $h=0, $x='', $y='', $html, $border=0, $ln=1, $fill=0, $reseth=true, $align='', $autopadding=true);
$pdf->writeHTML($sContent);
$pdf->writeHTML($sContent, false, false, false, false, '');
// ---------------------------------------------------------
// Close and output PDF document