程序化网站屏幕截图
我正在检查以编程方式截取任意网站屏幕截图的可用方法。例如,
Facebook:
http:// /clicktoverify.truste.com/pvr.php?page=validate&url=www.facebook.com&sealid=102
Salesforce.com:
href="http://clicktoverify.truste.com/pvr .php?page=validate&companyName=Salesforce.com,%20Inc.&sealid=102&internal=true" rel="nofollow noreferrer">http://clicktoverify.truste.com/pvr.php?page=validate& ;companyName=Salesforce.com,%20Inc.&sealid=102&internal=true
在该页面上,您会看到他们有所引用网站的屏幕截图。
我可以选择哪些方式以自动方式获取此类屏幕截图?
我主要使用 PHP,但愿意接受所有建议。
谢谢!
I'm checking into the available methods for programmatically taking screenshots of an arbitrary website. For example,
Facebook:
http://clicktoverify.truste.com/pvr.php?page=validate&url=www.facebook.com&sealid=102
Salesforce.com:
On that page you'll see they have a screenshot of the referenced site.
What are my options for getting these kinds of screenshots in an automated fashion?
I'm primarily working with PHP, but am open to all suggestions.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实是,实际过程非常不简单。你当然可以管理它,但这是一件非常困难的事情。
也就是说,您可以使用大量的网络服务来完成此任务。一个这样的例子是http://www.thumbalizr.com/,尽管他们在这方面绝不是唯一的。
Truth of the matter is, the actual process is extremely non-trivial. You can of course manage it but it is a very difficult matter.
That said, there are a ton of webservices that you can use that do exactly this. One such example is http://www.thumbalizr.com/ although they are by no means alone in this.