转成html网页,将网页转成html

ABCDrawHTML ™

ABCDrawHTML is a simple but powerful HTML rendering library. It allows you to create previews or thumbnails of web pages in a number of different formats from PNG to JPEG to TIFF to EMF. Because it uses a resolution independent drawing format you can enlarge or shrink your images as required with no loss of quality.

Because it doesn't use print drivers it renders web pages quickly and accurately. Because it's Both Threaded you can use it flexibly from within ASP, VB, .NET and under COM+ or MTS. It uses advanced techniques to allow efficient asynchronous multithreaded operations.

It's easy to use. Suppose you want to produce a thumbnail image of the FBI web site. This is the code you need.

Set page = Server.CreateObject("ABCDrawHTML.Page")

page.URL = "http://www.fbi.com/"

path = Server.MapPath("fbi.jpg")

page.Save path, 200, 150

And this is the thumbnail you get.

fbi.jpg

However you don't need to save your images to disk, you can stream them direct to the client. You can see this in action and try it out for yourself on our live example web site...

You can use it flexibly under .NET. Most of the COM interop limitations that cause performance problems under .NET are specific to Apartment Threaded objects. Because ABCDrawHTML is fully Both Threaded it can be used flexibly in any environment from .NET to ASP to Visual Basic.

谁需要的话直接去   http://d.download.csdn.net/down/320533/tantaiyizu   下载吧

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值