Ross ROSS = Recommend OSS · open-source software intelligence for agents

SebastiaanKlippert/go-wkhtmltopdf

Golang commandline wrapper for wkhtmltopdf observed · 2026-08-28

github.com/SebastiaanKlippert/go-wkhtmltopdf · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

45/100

  • Activity 49
  • 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: 3938
  • days_rel: n/a
  • days_push: 307
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1181 stars · 159 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A pure Go wrapper around the wkhtmltopdf command-line utility for generating PDF documents from HTML/CSS templates. It exposes all wkhtmltopdf options as typed struct members and manages option ordering, input pages, and output buffers for server-side use.

Use cases

  • generate pdf invoices from html templates in go
  • convert html to pdf from a golang server
  • create pdf reports with tables and images from html/css
  • render html pages to pdf programmatically
  • generate pdfs from http(s) urls in go
  • produce print-quality pdfs with css print media

When to choose

  • you need to generate PDFs from HTML/CSS templates in a Go application
  • you want type-safe access to wkhtmltopdf options with IDE completion
  • you need to combine multiple HTML documents into one PDF with per-page options
  • you want to feed input via io.Reader and capture output in a buffer or io.Writer

When to avoid

  • starting a new project, since wkhtmltopdf itself is archived and unmaintained
  • you need a pure-Go PDF renderer with no external binary dependency
  • you need actively developed HTML-to-PDF features or modern CSS support
  • your environment cannot install the wkhtmltopdf command-line tool

Facets

library · maturity maintenance

pdf templating pdf web-development developer-tools windows go wkhtmltopdf html-to-pdf pdf-generation go-wrapper command-line-wrapper linux macos

1 source

Member repositories

RepositoryRoleHealth v2
SebastiaanKlippert/go-wkhtmltopdfmain45

For agents

markdown · JSON · MCP: product_card(name="SebastiaanKlippert/go-wkhtmltopdf")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem