Hi,

<form id='frmuser' name='frmuser' action='web_url.php' method='post'>
<input name="site_name" type="text" id="site_name"
<input name="add" type="submit" id="add" value="Create image" />
</form>

Suppose :- web url is google.com
how to create image of this?

Any google API available?

using html of that url possible to create image ?

Recommended Answers

All 3 Replies

use php GD library to create image. :D

If I understand you correctly, and you wan't to create a browsershots-like system, I think it's safe to say that there are no APIs available for something like this.

so any api is available which coverts HTML to Image?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.