I have a workflow model. Internet Explorer doesn't support some features required for model editing functionality (and regular user doesn't need it).

I want a read-only preview of my model. Is it possible to server-side render my HTML to an image?

I would prefer offline solution to allow our system run in corporate LAN without access to internet.

link|improve this question

I am using Debian – jonny Apr 16 '10 at 12:52
My company was looking for a similar thing (HTML to PDF, actually) and couldn't find anything convenient and prepackaged. We had an idea to embed a stripped-down web browser and basically tell it to print the webpage in question. Ultimately, though, we decided it wasn't worth it for our (modest) needs. – fennec Apr 16 '10 at 18:27
@fennec, you should definetly evaluate code.google.com/p/wkhtmltopdf – jonny Nov 25 '10 at 16:01
on behalf of our product management people, thanks for your pointer. :) – fennec Nov 30 '10 at 21:36
feedback

4 Answers

up vote 4 down vote accepted

Here are 'local' solutions:

  • wkhtmltoimage

    does exactly what it name says

  • PhantomJS

    requires X server (see google code issue)

    more advanced capabilities, like evaluate any js code in page context before rendering it to image/pdf

link|improve this answer
feedback

You can try using a java library called flyingsaucer (aka xhtmlrenderer). It has worked very well for me in the past.

Homepage: https://xhtmlrenderer.dev.java.net/

FAQ for generating an image: http://pigeonholdings.com/projects/flyingsaucer/R8/doc/guide/users-guide-R8.html#xil_29

link|improve this answer
feedback

If you are using windows, you can maybe use a tool like ConvertHTML (http://www.converthtmltoimage.com/?gclid=CL355ejhiqECFQGF3god-wl1Pw).
Or use a web service like WebShotsPro (http://www.webshotspro.com/) or Thumbalizr.

link|improve this answer
feedback

I would go for a online service for website thumbnail generation. one such service is http://sitethumbshot.com.

link|improve this answer
that's good option unless you're writing corporate application which should be functional without access to internet – jonny Oct 18 '10 at 9: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.