Questions tagged [html-to-jpeg]

7 questions
3
votes
2 answers

Rendering ASP.NET MVC ViewResult HTML as image without third party components

is there a way to render ViewResult or PartialViewResult as an image? I have tried to get ViewResult as string and I got a string containing html as it should be, but I need to render that html to image. If it is possible - with styles and images. I…
xwrs
  • 1,287
  • 3
  • 16
  • 29
3
votes
3 answers

Best Java lib for programmatically converting a HTML page to an Image/PDF

I am looking for the best Java lib which I can pass in a URL and have it create an image of what the web page looks like as it would in a browser. I tried out flyingsaucer however it seems like almost every web page breaks it -- it wont even render…
empire29
  • 3,729
  • 6
  • 45
  • 71
2
votes
1 answer

Which service to create a screenshot of a html page on web app and save it?

I am creating a web app(run on linux, PHP). In this application, after users log in, they will able to generate a postcard with their name on it. Since the page of postcard is html(generated by cakephp), I want to take a screenshot of the central…
aladine
  • 963
  • 3
  • 12
  • 35
0
votes
1 answer

Generate image from HTML canvas + other HTML elements

I'm using the SpaceTree plugin from the JIT library. I'm in the final stages of a project and the possibility of using IE6 is a dead end, so as an alternative option, converting the visualisation to an image should be plausible. I've used canvas's…
0
votes
1 answer

How to convert response stream to an image?

Please note this link Render HTML as an Image is not helpful. In previously asked question answered said they don't get what I want to do exactly so here's is the full code also. I simply want that instead of a TABLES I rendered an image (of the…
user287745
  • 3,071
  • 10
  • 56
  • 99
0
votes
1 answer

Convert HTML with SWF to Pdf or JPG

My aim is clear. I would like to convert(capture) websites from given url which is HTML page with SWF included to PDF or JPG file. I need to do it as a batch operation so lib or SaaS is ok for me. Could anybody recommend any third party solution? It…
jars
  • 49
  • 4
  • 11
0
votes
1 answer

Is there a library similar to ITextSharp that produces a jpg from html snapshot?

I would like to create a server-side process that will capture html as an image and produce a jpeg. My process will be running on Linux / Mono and I am not sure that I can use the Webform Image Control in memory as suggested in Peter Bromberg's…
David Robbins
  • 9,996
  • 7
  • 51
  • 82