<?php
include ('mpdf/mpdf.php');
$mpdf = new mpdf;
ob_start();
?>
<html>
<head></head>
<body>
My various content with table, dropdown menu and 2 include files.
<
我想將報告頁面導出爲PDF文件,而我正在使用MPDF。我一步步地按照教程進行操作,但是我得到了PDF文件的空白頁面。 in controller: function download(){
$this->load->library('m_pdf');
$this->load->model('mod');
$data['result'] = $this->mod->ge