rdvojmoc/DinkToPdf
C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3425
- days_rel: n/a
- days_push: 2328
- n_releases_24m: 0
Adoption not part of the score
1195 stars · 435 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DinkToPdf is a C# .NET Core P/Invoke wrapper around the native wkhtmltopdf library, converting HTML pages or strings into PDF documents using the Webkit rendering engine. It offers basic and thread-synchronized converters suitable for console apps and Kestrel-hosted web applications.
Use cases
- convert html to pdf in .net core
- generate pdf invoices from html templates
- render web pages as pdf files server-side
- create pdf reports from asp.net core web api
- save html content as pdf with headers and page numbers
- convert url to pdf in c#
When to choose
- you are on .NET Core/.NET Standard and need HTML-to-PDF conversion
- you want to reuse existing wkhtmltopdf native libraries from C#
- you need a thread-safe converter for a web server via dependency injection
When to avoid
- you need a pure managed solution without native library dependencies
- you target IIS hosting, which is untested
- you need actively maintained software with recent updates
- you need modern CSS/JavaScript rendering beyond Webkit's capabilities
Facets
library · maturity maintenance
pdf pdf web-development backend cross-platform dotnet wkhtmltopdf html-to-pdf net-core p-invoke pdf-conversion
1 source
- readme: https://github.com/rdvojmoc/DinkToPdf · fetched 2026-08-28 · ae18befc3965
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rdvojmoc/DinkToPdf | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="rdvojmoc/DinkToPdf")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem