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

[Feature-request] Render to raster-image #30

Open
ststeiger opened this issue Mar 10, 2019 · 2 comments
Open

[Feature-request] Render to raster-image #30

ststeiger opened this issue Mar 10, 2019 · 2 comments

Comments

@ststeiger
Copy link

ststeiger commented Mar 10, 2019

Could you add a render to png feature ?
So I can render HTML/SVG to png ?

I've been doing this in a C# application, but all that CefGlue doesn't work right on all platforms...
One way to get the image is in the OnPaint sub of CefRenderHandler.

internal class DemoCefRenderHandler: CefRenderHandler
protected override void OnPaint

Example
https://github.com/ststeiger/CefGlue_NetStandard/blob/master/PdfGlue/Demo/DemoCefRenderHandler.cs

@ststeiger
Copy link
Author

@spajak
Copy link
Owner

spajak commented Apr 14, 2019

Thanks. I will take a look and think about it

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

No branches or pull requests

2 participants