Can anyone point me to some sample code in C# for converting an html table to image? I know how to convert text to image but i need to create an image of well formatted text. The whole text is formatted in html table.
Asked
Active
Viewed 9,095 times
3 Answers
1
Best is to use http://iecapt.sourceforge.net/

Oak Bytes
- 4,649
- 4
- 36
- 53

Ravi Vanapalli
- 9,805
- 3
- 33
- 43
0
Converting HTML to bitmap is difficult task. You will need first a rendering engine capable of handling HTML and optionally javascript and css (in case you want to support them). Using a WebBrowser control could be done but there might be better ways.

Darin Dimitrov
- 1,023,142
- 271
- 3,287
- 2,928