0

I have a WPF app. I want to render the contents of a webpage to an image. How can I do this? The functionality should also support the pages which have scrollbars (the content is bigger than the container).

Thanks.

Alireza Noori
  • 14,961
  • 30
  • 95
  • 179

1 Answers1

0

This could be done with awesomium easily including whole page size. But it isn't free. CEF(chromium embedded framework) should provide same functionality, as long as it based on the same WebKit.

Ivan Leonenko
  • 2,363
  • 2
  • 27
  • 37