我使用PHP imagick创建PDF,将HTML传递给PHP并生成PDF。 但是字体看起来不太好并且在PDF中面临一些问题。
差异图像在这里:
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);