La identacion no unciona en TCPDF

Se remplazo el estilo css "margin-left" por "text-indent", este ultimo si es soportado por la libreria TCPDF
This commit is contained in:
marcelo.cuiza
2015-02-10 11:54:17 -04:00
parent 59ccd6e2d4
commit 696045d951

View File

@@ -785,6 +785,8 @@ class OutputDocument extends BaseOutputDocument
$sContent = str_replace($nrthtml, $nrt, $sContent);
$sContent = str_replace("margin-left", "text-indent", $sContent);
// define Save file
$sOutput = 2;
$sOrientation = ($sLandscape == false) ? PDF_PAGE_ORIENTATION : 'L';