Alex Yustas - 2013-07-09

Good day!
How can I render input html tag to png.
Example html code:

&lt;style type=&quot;text/css&quot;&gt;<br/>input.text {<br/>   border: 1px solid;<br/> width: 120px;<br/>}<br/><br/>&lt;/style&gt;<br/>&lt;/head&gt;&lt;body&gt;<br/>&lt;input type=&quot;text&quot; style=&quot;width:107px&quot; value = &quot;1&quot; class=&quot;text&quot;&gt;

I am rendering via ImageRenderer class from source.
Thank you.