# jung-kurt/gofpdf

A PDF document generator with high level support for text, drawing and images

Repository: https://github.com/jung-kurt/gofpdf
Canonical: https://ross.abutalabs.com/products/gofpdf
Homepage: http://godoc.org/github.com/jung-kurt/gofpdf
Language: Go
License: MIT
License Family: permissive
Archived: true
Last push: 2021-11-13T13:53:41+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4191, "days_push": 1754, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4469, forks 829 (observed 2026-08-28T04:08:50.945140+00:00)

## What it is
A Go library that generates PDF documents with high-level support for text, drawing, and images. It is pure Go with no dependencies beyond the standard library, but the repository is officially closed and no longer maintained.

## Use cases
- generate pdf reports in go
- create pdf invoices programmatically
- add images and drawings to pdf documents
- generate pdfs with utf-8 trueType fonts
- create barcodes and charts inside pdfs
- import existing pdfs as templates

## When to choose
- you need a dependency-free pure Go PDF generator
- you need UTF-8, TrueType fonts, or right-to-left language support
- you need drawing primitives, barcodes, layers, or PDF template import
- you are okay pinning to the last viable commit since the API is stable

## When to avoid
- you need actively maintained software with bug fixes and security patches
- you need advanced PDF features like forms or digital signatures
- you should prefer an actively maintained fork such as go-pdf/fpdf
- you need to parse or extract text from PDFs rather than generate them

## Facets
- artifact type: library
- maturity: abandoned
- function: pdf, graphics, image-processing
- domain: pdf, files, developer-tools
- platform: go, cross-platform
- tags: pdf-generation, unmaintained, no-dependencies, utf-8, barcodes, document-generator

## Member repositories
- jung-kurt/gofpdf (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:50.945140+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:20:37.069511+00:00, confidence not recorded.
  - readme: https://github.com/jung-kurt/gofpdf (fetched 2026-08-28T04:08:50.945140+00:00, sha 306692aa8b43)
  - homepage: http://godoc.org/github.com/jung-kurt/gofpdf (fetched 2026-08-29T09:07:08.348451+00:00, sha db25d3db6ff3)
  - site_page: https://pkg.go.dev/about (fetched 2026-08-29T09:07:08.368157+00:00, sha 757852027879)
  - site_page: https://pkg.go.dev/github.com/jung-kurt/gofpdf (fetched 2026-08-29T09:07:08.362007+00:00, sha 05dd8c51aa6c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
