Good day! How can I render input html tag to png. Example html code:
<style type="text/css"><br/>input.text {<br/> border: 1px solid;<br/> width: 120px;<br/>}<br/><br/></style><br/></head><body><br/><input type="text" style="width:107px" value = "1" class="text">
I am rendering via ImageRenderer class from source. Thank you.
Log in to post a comment.
Good day!
How can I render input html tag to png.
Example html code:
I am rendering via ImageRenderer class from source.
Thank you.