Posted on 2011-07-30 11:58
itVincent 閱讀(4303)
評論(0) 編輯 收藏 所屬分類:
Ajax
http://code.google.com/p/java-html2image/
例子:
HtmlImageGenerator imageGenerator = new HtmlImageGenerator();
imageGenerator.loadHtml("<b>Hello World!</b> Please goto <a title=\"Goto Google\" href=\"http://www.google.com\">Google</a>.");
imageGenerator.saveAsImage("hello-world.png");
imageGenerator.saveAsHtmlWithMap("hello-world.html", "hello-world.png"