Merge pull request #1224 from hector-cortez/BUG-10411

BUG 0000 Various Settings for PDF generation on TCPDF IMPROVEMENT
This commit is contained in:
julceslauhub
2013-01-24 11:26:20 -08:00
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