PDF aktivieren
This commit is contained in:
parent
d1ab7f3763
commit
f1537ffcd4
@ -690,7 +690,10 @@ if($row7['notiz'] != ''){
|
||||
##################Notiz Ende ########################################
|
||||
#$inhalt_fin .= "</page>";
|
||||
|
||||
require_once(dirname(__FILE__).'/html2pdf-master/src/Html2Pdf.php');
|
||||
|
||||
# require_once(dirname(__FILE__).'/html2pdf-master/src/Html2Pdf.php');
|
||||
require __DIR__.'/vendor/autoload.php';
|
||||
use Spipu\Html2Pdf\Html2Pdf;
|
||||
$inhalt_fin = '<page backtop="0mm" backbottom="10mm" style="font-size: 11pt" style="font-family: freeserif">'.nl2br($inhalt_fin).'</page>';
|
||||
#echo $inhalt_fin;
|
||||
#exit;
|
||||
|
@ -155,11 +155,9 @@
|
||||
{/if}
|
||||
</font><br>
|
||||
{/if}
|
||||
<!--
|
||||
{if $ansicht_icon_pdf_right == '1'}
|
||||
{$ansicht_icon_pdf}
|
||||
{/if}
|
||||
-->
|
||||
{if $ansicht_icon_edit_right == '1'}
|
||||
{$ansicht_icon_edit}
|
||||
{/if}
|
||||
|
@ -155,11 +155,9 @@
|
||||
{/if}
|
||||
</font><br>
|
||||
{/if}
|
||||
<!--
|
||||
{if $ansicht_icon_pdf_right == '1'}
|
||||
{$ansicht_icon_pdf}
|
||||
{/if}
|
||||
-->
|
||||
{if $ansicht_icon_edit_right == '1'}
|
||||
{$ansicht_icon_edit}
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user