in reply to Is Perl capable of doing this?
my $view = Gtk2::WebKit::WebView->new; $view->signal_connect( 'notify::progress' => \¬ify_progress, undef +); $view->signal_connect( 'load_finished' => \&load_finished, undef );
Gtk2 can make PDF screenshots.
By the way, Gtk2::Webkit's capabilities have been greatly enhanced by the recent addition of Glib::Introspection. You might want to ask on the Perl/Gtk2 maillist on how to use Introspection, or whether it could help in your case.
|
|---|