wkhtmltoimage is a program capable of converting HTML documents into images.

learn more… | top users | synonyms

2
votes
0answers
175 views

what support does wkhtmltoimage have for colour profiles

On a page converted to an image with wkhtmltoimage: If images on the page contain colour profiles (sRGB, for example), will the profiles be taken into account in the rendered image? If images on the ...
1
vote
1answer
156 views

Image is not rendering properly

I Am using WkhtmlToImage to render a web page to an image. When I run it from the command line everything works great. However, when I run it from a process started from my web app it doesn't. I have ...
1
vote
1answer
136 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 ...
1
vote
0answers
167 views

What path for wkhtmltoimage for Windows and local server?

I am running rails on a local server on windows. I installed wkhtmltoimage to C:/Sites/wkhtmltoimage Now I have to tell IMGKit where to find it, so I added a file initializers/imgkit.rb: ...
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 ...
1
vote
0answers
294 views

Custom Font rendering issue using wkhtmltoimage

I am trying to use rails ERB template to render an object in HTML and then convert it to an image using websnap (which uses wkhtmltoimage). As it happens I am using a custom font (Bello) that I ...
0
votes
4answers
2k views

wkhtmltoimage's out put is NULL

i was trying to use the wkhtmltoimage on my site but is not working here is my code for the test site <?php $output = shell_exec('/usr/local/bin/wkhtmltoimage --quality 95 --width 1024 --height 0 ...
0
votes
2answers
315 views

Converting JavaScript Graphs and Charts to an image

There are many JavaScript plugins to plot charts and graphs. For examples, see http://www.queness.com/post/10781/13-chart-and-graph-plotting-javascript-plugins. I would like to create a chart and ...
0
votes
1answer
452 views

Using wkhtmltopdf on Windows

I am trying to set up the nifty HTML to image plugin called wkhtmltopdf and I am having a really difficult time. What I did so far: Downloaded wkhtmltopdf zip package and upacked the file in my ...
0
votes
1answer
537 views

Bringing wkhtmltoimage to work (Segmentation fault)

I spent the last three days trying to bring wkhtmltoimage to work on my shared webspace. I do not have root access. Hence, the wkhtmltoimage is in directly in my htdocs directory. Here's my code: ...
0
votes
0answers
16 views

wkhtmltoimage - trying to get thumbail from site hosted in the same ip

I'm trying to get site thumbnails using wkhtmltoimage It seems to be working except from sites that are being hosted in the same ip This is what i get from shell when requesting a thumbnail from ...
0
votes
0answers
10 views

Rails Imgkit does not pick up images from local rails server

I am trying to convert some basic html (only <p> and <img> tags) into an image with IMGkit . This is my config file : IMGKit.configure do |config| config.wkhtmltoimage = ...
0
votes
0answers
30 views

Website Thumnail using wkhtmltoimage

I am facing issues in using wkhtmltoimage-i386 to get web page screenshoot, when i execute my code there is no image generated. here is information of my hosting ...
0
votes
0answers
39 views

Executing wkhtmltoimage from PHP hangs

Executing wkhtmltoimage from PHP it just hangs. $command = 'wkhtmltoimage --format "png" "' . $url . '" "' . $output . '"'; exec($command); It hangs until PHP times out. I can run the same command ...
0
votes
0answers
28 views

wkhtmltoimage CSS3 gradient rendering in Snapshots

I am using wkhtmltoimage to render a snapshot for my website which contains a background gradient but it doesn't show up in the generated snapshot. I tried using on Ubuntu and Windows but am not able ...
0
votes
1answer
71 views

Font rendering issues with wkhtmltoimage

I have a Rails app which uses wkhtmltoimage to render an image. The font used in the image is Lucida Grande, included via inline data-uris. On my local Mac everything works just fine, but on the ...
0
votes
0answers
71 views

PHP GD how to gracefully handle corrupt image

I have a gallery of JPEG images I'm trying to manage using PHP's GD. One particular JPEG image is giving me trouble. It identifies itself with dimensions of 32,768 x 1,024 pixels. The image is only ...
0
votes
1answer
108 views

wkhtmltoimage Segmentation Fault (core dumped) . The error came with some particular url

shttp://code.google.com/p/wkhtmltopdf/downloads/detail?name=wkhtmltoimage-0.11.0_rc1-static-amd64.tar.bz2 ...
0
votes
1answer
78 views

wkhtmltoimage doesn't work with websnap/imgkit on CentOs

Here is action to generate png that works in development environment. def action html = "<b>test</b>" snap = IMGKit.new(html, :'crop-h' => 750, :'crop-h' => 290, quality: ...
0
votes
0answers
68 views

Wrap wkhtmltoimage to xvfb-run

How can I use wkhtmltoimage to run by default with xvfb? /usr/bin/xvfb-run --server-args="-screen 0, 1024x1024x24" I've to create bash file like this wkhtmltoimage /usr/bin/xvfb-run ...
0
votes
0answers
102 views

wkhtmltoimage permission issue

Problem: running wkhtmltoimage from a browser (localhost/run.php) fails (doesn't finish, generates a crash report) when pulling some sites (http://tmz.com is one). It seems to be related to plugins ...
0
votes
1answer
263 views

Using typekit in wkhtmltoimage / imgkit

I am on Rails 3.2.9. Is it possible for me to use typekit (or goggle fonts) for rendering the images? I used the following code, but the images are not rendering the right fonts. I suspected the ...
0
votes
0answers
158 views

Take Webkit Screenshot of page (No scrolling)

I've been testing CutyCapt and wkhtmltoimage and a few other python tools as well with no luck. I'm trying to get just a website preview, nothing more. I don't need to have it scroll the entire ...
0
votes
0answers
135 views

wkhtmltoimage Occasionally Freezes

What steps will reproduce the problem? 1. Install/compile using scripts/static-build.sh, using "linux-local" 2. Run something like: '/usr/local/bin/wkhtmltoimage ...
0
votes
1answer
115 views

wkhtmltoimage with Noejs (node-wkhtml) corrupt png using Windows stdout. Is there another way to save the file?

I am trying to convert some html to a png using wkhtmltoimage via nodejs and the node-wkhtml package. I am able to a pdf without and problem. However, when I try to make a png instead of a pdf, the ...
0
votes
1answer
179 views

xvfb and wkhtmltoimage always grabs images with 1024 width

Im using wkhtmltoimage to grab an screenshot from a webserver and It always gets 1024px png images. What could I be doing wrong? /usr/bin/xvfb-run.sh --server-args="-screen 0, 1280x1024x32 -ac ...
0
votes
0answers
96 views

wkhtmltoimage exit code 1

Using wkhtmltoimage to process html into images. When using some bad params it gives exit value of 2. (bad url, bad command, etc.) When all OK - gives exit value of 0. But, sometimes, it gives exit ...
0
votes
1answer
144 views

MVC3 Deadlocks in Controller

I am trying to rasterise a map using wkhtmltoimage. I am spinning up a new process and passing it the command line arguments that are necessary to get the image that I want. I'm currently suffering ...
0
votes
1answer
445 views

How to use wkhtmltoimage together with rails template without getting Double render error

I am trying to use WkhtmlToImage to respond with PNG instead of HTML, This PNG is essentially the picture version of the same html, To respond with this PNG, i need to construct my html as the src ...