Пример #1
0
 public function wkhtml()
 {
     $pdf = WKPDF::make();
     $pdf->addPage('<html><head></head><body><b>Hello World</b></body></html>');
     $pdf->send();
     //return ;
 }