Hi I applied the behavior but I got this error:
Notice: ob_clean(): failed to delete buffer. No buffer to delete in /Applications/MAMP/htdocs/cool/dwzHtmlPdf/dwzPdfClass.php on line 284
Fatal error: Uncaught <span style="color: #AA0000; font-weight: bold;">ERROR n°1</span><br>File : /Applications/MAMP/htdocs/cool/dwzHtmlPdf/html2pdf.class.php<br>Line : 1251<br><br>The tag <b><NAV></b> does not yet exist.<br><br>If you want to add it, you must create the methods <b>o_NAV</b> (for opening) and <b>c_NAV</b> (for closure) by following the model of existing tags.<br><br>If you create these methods, do not hesitate to send me an email to [email protected] to included them in the next version of HTML2PDF. thrown in /Applications/MAMP/htdocs/cool/dwzHtmlPdf/html2pdf.class.php on line 1251
This is my pdf configuration:
<?php //*********************** //* http://www.DwZone-it.com //* Php HTML to PDF //* Version 1.0.30 //*********************** $dwzPdf_1 = new dwzPhpPdf(); $dwzPdf_1->SetPageInstance("1"); $dwzPdf_1->Init(); $dwzPdf_1->SetDestinationFolder("/pedidos/PDF"); $dwzPdf_1->SetPdfName("pedido.pdf"); $dwzPdf_1->SetMainPar("Download (save)@_@@_@Unique name@_@A5@_@@_@@_@0@_@P@_@20@_@20@_@20@_@20@_@#FFFFFF@_@@_@Middle center@_@@_@@_@mm@_@@_@px@_@false@_@5600@_@@_@@_@@_@@_@default@_@SinglePage@_@UseNone@_@@_@false@_@false@_@false@_@false@_@utf-8;utf-8;utf-8@_@false@_@Arial@_@true@_@false@_@false@_@ONLOAD@_@"); $dwzPdf_1->SetSourcePar("Post@_@/pedidos/pedidos.php@_@"); $dwzPdf_1->SetHeaderPar("0@_@@_@@_@"); $dwzPdf_1->SetFooterPar("0@_@@_@@_@"); $dwzPdf_1->SetPagePath(__FILE__); $dwzPdf_1->CreatePdf(); //****************** // Php HTML to PDF // End code //****************** ?>
Thanks for the help. Regards,
Daniel |
|
|