public function wkhtml() { $pdf = WKPDF::make(); $pdf->addPage('<html><head></head><body><b>Hello World</b></body></html>'); $pdf->send(); //return ; }