Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 438 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 438 Bytes

Three ways to convert data to image in a WPF application.

  1. Convert html string to image using HTML-Renderer. Inspired by Convert HTML string to image

  2. Render WPF control directly to images.

  3. In the background, convert html format data to images with CefSharp, obtaining relatively good image quality.