0
可能性の重複:私はプログラム的に画像にDIVのコンテンツをエクスポートしたいと考えてい
Take a screenshot of a webpage with javascript?DIVのコンテンツをプログラムでプログラムにエクスポートする方法はありますか?
?どのようにできるのか?どのコードでそれを行うことができますか、サーバーコードまたはクライアントコード? ありがとう!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div id="a">
Content to export to image
</div>
<div id="b">
Normal text
</div>
</body>
</html>
[http://stackoverflow.com/questions/60455/take-a-screenshot-of-a-webpage-with-javascript](http://stackoverflow.com/questions/60455/take- a-screenshot-of-a-webpage-with-javascript) – Will