如何使用 Perl 中的布局引擎创建网页缩略图?
是否有针对 Perl 的布局引擎(如 Gecko 或 WebKit)的绑定? 我在 CPAN 上找到了 Gtk2-Webkit,但我想知道是否还有其他选择。
我的想法是使用这些引擎之一从 Perl 脚本创建网页缩略图。
Are there bindings for layout engines like Gecko or WebKit for Perl?
I found Gtk2-Webkit on CPAN but I would like to know if there are other options.
My idea is to use one of those engines to create thumbnails of web pages from a Perl script.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我自己没有尝试过,但是
WWW:: 的文档Mechanize::FireFox
看起来非常令人印象深刻。更新:
现在尝试一下。这很震撼。您确实可以以任何您想要的方式远程控制 Firefox 并轻松创建屏幕截图。
I haven't tried it myself, but the documentation for
WWW::Mechanize::FireFox
looks pretty impressive.Update:
Tried it now. This rocks. You can indeed remote-control Firefox whatever way you want and create screen-shots easily.
XUL::Gui 允许您使用 Firefox 创建 GUI 应用程序。我不确定这是否符合您的需求,但这将是一个值得研究的有趣模块。
更新:
XUL::Gui
确实是一个值得研究的有趣模块,但我没有意识到WWW::Mechanize::Firefox
已经走了多远来。XUL::Gui allows you to create GUI applications using Firefox. I am not sure if this corresponds to your needs, but it would be an interesting module to examine.
Update:
XUL::Gui
indeed is an interesting module to examine, but I did not realize how farWWW::Mechanize::Firefox
had come.还有 Gtk2::MozEmbed
Also Gtk2::MozEmbed
还有 Wx 和简单的 Gtk
There's also Wx and just plain Gtk