php - Make mPDF in paypal IPN notification function -


i want make pdf when paypal notification give "complete" response want make pdf on paypal notification function cant not generated , no errors display.

function paypalnotificationfunctiontest() {      /*      ******** code ***********         */      $this->mpdf->init();      $html = '          <div style="text-align:center; margin-left:67%">             <div style="margin-right:18%">               <div style="font-size: 1.1em; background-color:#f1f1f1; padding-top:9%;  height:3.5%; font-family: calibri">                 invoice : testinvoice                </div>             </div>         </div> ';        include("../mpdf.php");      $mpdf=new mpdf('','', 0, 'calibri', 0, 0, 0, 0, 0, 0, 'l');      $filename= "mytestpdf".".pdf";      $mpdf->writehtml($html);      $mpdf->output($filename,'f'); } 


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -