有没有免费的方法可以使用 .net 将 html 页面转换为图像
I want to take html, including the text and images and turn it into one image containing everything. Is there a free way to do it?
This is using .net 3.5.
See also:
Server Generated web screenshots?
What is the best way to create a web page thumbnail?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是我几周前在博客上发布的一些代码:
C#:生成网页缩略图屏幕截图
我还将在下面发布它的代码:
以下是一些示例用法:
Here's some code that I posted on my blog a few weeks ago that does this:
C#: Generate WebPage Thumbnail Screenshot Image
I'll also post the code for it below:
Here's some example usages:
您可以查看此项目或此页面。
希望有帮助。
You might check out this project or this page.
Hope that helps.