PM-1491
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:
@@ -785,6 +785,8 @@ class OutputDocument extends BaseOutputDocument
|
|||||||
|
|
||||||
$sContent = str_replace($nrthtml, $nrt, $sContent);
|
$sContent = str_replace($nrthtml, $nrt, $sContent);
|
||||||
|
|
||||||
|
$sContent = str_replace("margin-left", "text-indent", $sContent);
|
||||||
|
|
||||||
// define Save file
|
// define Save file
|
||||||
$sOutput = 2;
|
$sOutput = 2;
|
||||||
$sOrientation = ($sLandscape == false) ? PDF_PAGE_ORIENTATION : 'L';
|
$sOrientation = ($sLandscape == false) ? PDF_PAGE_ORIENTATION : 'L';
|
||||||
|
|||||||
Reference in New Issue
Block a user