PDF aktivieren
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user