In my rails application, I use highcharts to display some charts. And now, I need to generate a pdf with charts (I will use prawn). I want to know if I can use highcharts in my pdf. Maybe with ExecJS ? Or with an alternative to prawn ?

Thanks!

link|improve this question

64% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You can use wkhtmltopdf (http://code.google.com/p/wkhtmltopdf/) to render the javascript charts as a PDF

This blog post is helpful: http://www.claytonlz.com/index.php/2011/02/broken-highcharts-wkhtmltopdf/

link|improve this answer
wkhtmltopdf seems to be a little tricky for me! Is there another way ? Thanks! – John McKey Jan 18 at 21:19
You'll need a full browser automation "thing" that can print to PDF. – Jesse Wolgamott Jan 18 at 21:45
In this case, I'll try wkhtmltopdf ^^ Thanks! – John McKey Jan 20 at 17:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.