php - Creating PDF from HTML facing a few issues -
i creating pdf using php imagick, passing html php , generating pdf. font not looking fine , facing issues in pdf.
difference image here:
html , pdf files in google drive:
https://drive.google.com/open?id=0b9iyq9nffmokz245lvzkz2xjnuu
update:
i using imagick module version 3.4.1. spelling mistake. command have:
$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);
Comments
Post a Comment