chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.38k stars 467 forks source link

Would Cef add any method to save webpage as mhtml file? #3773

Closed cmf41013 closed 2 months ago

cmf41013 commented 3 months ago

Is your feature request related to a problem? Please describe. // A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want save the webpage to *.mhtml file in my cef based application.

Describe the solution you'd like //A clear and concise description of what you want to happen. Such as chrome "Save as" to save webpage to mhtml file, and I can't find any method or codes to do this. I hope cef can surpport some interfaces to do it.

Describe alternatives you've considered // A clear and concise description of any alternative solutions or features you've considered.

Additional context // Add any other context or screenshots about the feature request here. Does cef has any plan to do this ? and how soon ? thanks.

magreenblatt commented 2 months ago

Chrome extensions are available that provide this functionality.