1
vote
0answers
116 views

wkhtmltopdf giving Seg Fault errors on Ubuntu 12.04 64bit

I'm looking for some help on figuring out why I cannot get the wkhtmltopdf to work as expected. I have it running on my Dev machine which is the same build of ubuntu with the same packages installed. ...
1
vote
1answer
135 views

wkhtmltoimage generate image flie but can not show chinese character but pdf can

I used wkhtmltoimage to generate image, then I input command wkhtmltoimage http://www.baidu.com/tmp/screenshot.jpg wkhtmltopdf http://www.baidu.com/tmp/screenshot.pdf The result is Chinese ...
2
votes
0answers
290 views

Wkhtmltopdf margin (top and bottom) [closed]

I am using wkhtmltopdf 0.10.0 rc2 on a: Linux 3.2.0-24-generic #38-Ubuntu x86_64 GNU/Linux I can't create PDFs with margin-top or margin-bottom (no errors) I'm using the command below: wkhtmotopdf ...
2
votes
1answer
807 views

Wkhtmltopdf font size increased after update

I just updated wkhtmltopdf from 0.9.9 to 0.11.0 rc1 (downloaded the binary and just moved to /usr/bin/wkhtmltopdf-new having in /usr/bin/wkhtmltopdf the one from repositories) If I run ...
1
vote
1answer
1k views

Can not run wkhtmltoimage, shared library missing libXrender.so.1

When I run the i386 version of wkhtmlimage (on Ubuntu 64 bit if that matters), I get the following error, ./wkhtmltoimage-i386 http://www.google.com google.jpg ./wkhtmltoimage-i386: error while ...
0
votes
2answers
838 views

Running commands on system from php

I installed wkhtmltopdf using sudo apt-get install wkhtmltopdf I have a php script that generates the command for this. An example of what it generates is wkhtmltopdf ...