This commit is contained in:
wangjinlei
2022-04-06 18:47:21 +08:00
parent b06616a13a
commit 34cf638c15

View File

@@ -41,10 +41,6 @@ class Pdf extends Controller {
}
public function mytest(){
create_pdf('Traditional Medicine Research');
}
public function pdftest() {
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);