在wkhtmltopdf中将html转换为pdf时。我的html在pdf(wkhtmltopdf)中的横向视图效果很好但我想要a4尺寸pdf。在a4尺寸不能正常工作表和其他领域。
答案 0 :(得分:0)
$options = array(
'page-size' => 'A4',
'no-outline', // option without argument
'encoding' => 'UTF-8', // option with argument
'user-style-sheet' => $cssPath,
'margin-top' => 0,
'margin-right' => 0,
'margin-bottom' => 0,
'margin-left' => 0,
);
传递此选项,它将创建一个A4 pdf