Page 1 of 1

Add support for PrintOptions in Cef3

PostPosted: Mon May 12, 2014 1:07 pm
by kbiskar
My team is currently making the switch to Cef3 and one of the features we would like to continue to support is setting various print option programatically (via exposed functions on the javascript side). However, with the removal of the CefPrintHandler class, there is no way to get these options in when Print() is called. Is there anybody working on this or have any inisght into adding this feature from Cef1?

Re: Add support for PrintOptions in Cef3

PostPosted: Thu Jun 05, 2014 1:31 pm
by kbiskar
I've attached my changes that allow this feature. I needed to patch both Cef and Chromium. For those interested, let me know what you think.