Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing Support #46

Closed
cwensley opened this issue Aug 15, 2012 · 3 comments
Closed

Printing Support #46

cwensley opened this issue Aug 15, 2012 · 3 comments

Comments

@cwensley
Copy link
Member

Should add mechanisms to support printing. Should support print dialog, and specify what to print either through a graphics context or a window of controls.

Need to ensure WebView supports printing as well through javascript.

@lubos
Copy link
Contributor

lubos commented Aug 15, 2012

this would be great

WebView printing through javascript on Mac is underlying issue affecting all Objective-C developers so I don't think this can be easily fixed but simply adding Print() method on Eto.WebView control would help a lot.

@cwensley
Copy link
Member Author

printing through javascript might be able to be handled by triggering an event on the webview, which then you can perform your own logic, such as calling print on the web control. The tricky part might be trapping that event, if it is not easily done.

@cwensley
Copy link
Member Author

Finished printing infrastructure on all platforms with commit a5b9c44

Some future things to consider, depending on need:

  • Printing of controls (this might not be doable in gtk?)
  • More PrintSettings options like page set (odd/even pages), and duplexing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants