VIctor Peres wrote:Hello people,
I need help.
How I print the page to webview to PDF ?
Like CTRL+P shortcut
Best regards,
Victor Peres
With Javascript => window.print();
You can also call the print method on the webview (from you'r code) => myWebView.Print(); (see EO doc)
You can then declare a ctrl+p shortcut to call one of the above method.