我知道有類似的問題,但其中沒有解決我的問題。我想MPDF做的是以下幾點: Page 1: Text for item 1
Page 2: Full width and height image to cover the page with an image of item 1
Page 3: Text for item 2
Page 4: Full width and height imag
使用Yii框架2,我使用kartik\mpdf\Pdf類將PDF格式的HTML頁面回覆給瀏覽器。以下是我的配置。 $pdf = new kartik\mpdf\Pdf([
// set to use core fonts only
'mode' => Pdf::MODE_CORE,
// A4 paper format
'format