Welcome Guest Search | Active Topics | Sign In | Register

E.O.Browser print Options
VIctor Peres
Posted: Tuesday, August 13, 2019 2:39:10 PM
Rank: Member
Groups: Member

Joined: 6/17/2018
Posts: 13
Hello people,

I need help.
How I print the page to webview to PDF ?
Like CTRL+P shortcut

Best regards,

Victor Peres
VIctor Peres
Posted: Wednesday, August 14, 2019 10:56:17 AM
Rank: Member
Groups: Member

Joined: 6/17/2018
Posts: 13
Anyone ?
Eurice
Posted: Monday, August 19, 2019 5:51:28 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 137
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.

eo_support
Posted: Tuesday, August 20, 2019 12:46:55 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,218
Eurice wrote:

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.



Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.