1 个仓库
Managed libraries that render HTML and CSS content into desktop user interfaces, images, and PDF documents.
Distinct from HTML and CSS Rendering Engines: Distinct from general HTML rendering engines: specifically targets managed .NET runtime implementations.
Explore 1 awesome GitHub repository matching user interface & experience · Managed Libraries. Refine with filters or upvote what's useful.
HTML-Renderer is a managed C# library that processes HTML and CSS content to render desktop user interfaces, generate image files, and export PDF documents. Built entirely in managed code without external native dependencies, the library parses markup into a structured document object model, applies cascading style rules, and computes virtual box layouts directly in memory. The rendering pipeline features a direct bitmap rasterisation engine that draws styled layouts straight onto graphics targets and document canvases, along with a dedicated pagination engine that splits continuous layouts a
Provides a managed C# library for rendering HTML and CSS content into desktop user interfaces, images, and PDF documents.