从HTML创建PDF面临一些问题

时间:2017-08-18 03:02:17

标签: php pdf imagick html2pdf

我使用PHP imagick创建PDF,将HTML传递给PHP并生成PDF。 但是字体看起来不太好并且在PDF中面临一些问题。

差异图像在这里:

enter image description here

HTML和PDF文件位于Google云端硬盘中:

https://drive.google.com/open?id=0B9IYq9nFFmOkZ245LVZkZ2xjNUU

更新

我正在使用imagick模块版本3.4.1。这是一个拼写错误。命令我:

$orientation = 'Landscape'; exec('wkhtmltopdf --lowquality --page-height 200 --page-width 155 -B 3 -L 3 -R 3 -T 6 --page-offset -1 --orientation '.$orientation.' '.' /directory/PDF/'.$_POST['uid'].'.html'.' /directory/'.$name);

0 个答案:

没有答案