-3

So basicly, I have a code and I want to take HTML with all the text and images and turn it into an image that contains everything. Is there any free ways of doing it? The version of .NET is 3.5

DavidV
  • 1
  • 1

2 Answers2

0

There are a few browser extensions that do this for you.
Chrome: Full Page Screenshot
Firefox: FireShot

laken
  • 328
  • 1
  • 11
0

Not sure if you already have seen this reference? But it has some options for doing just this.

Render HTML to an image

Here is online tool to acomplish this task as well: https://cloudconvert.com/html-to-png

Edit: Their API looks really useful and powerful. It appears you can convert many different types of formats (just not web) into many other types of formats. The API looks like a simple ajax call. There are also official wrappers and third party wrappers as well. https://cloudconvert.com/api

Community
  • 1
  • 1
akasoggybunz
  • 344
  • 7
  • 21