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:

enter image description 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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -