# signintech/gopdf

A simple library for generating PDF written in Go lang

Repository: https://github.com/signintech/gopdf
Canonical: https://ross.abutalabs.com/products/gopdf
Language: Go
License: MIT
License Family: permissive
Last push: 2026-07-26T06:38:45+00:00

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

## Adoption (not part of the score)
Stars 2932, forks 305 (observed 2026-08-28T04:07:30.706484+00:00)

## What it is
gopdf is a Go library for programmatically generating PDF documents. It supports Unicode font embedding, drawing shapes and images, text alignment, and password protection.

## Use cases
- generate pdf invoices in go
- create pdf reports with unicode text
- embed chinese japanese korean fonts in pdf
- add images to pdf documents programmatically
- password protect generated pdfs
- draw shapes and lines in a pdf

## When to choose
- you need to generate PDFs from a Go application
- you need CJK or other Unicode font support in generated PDFs
- you want a lightweight pure-Go PDF writer without external dependencies

## When to avoid
- you need to parse or edit existing PDFs rather than create them
- you need advanced layout engines like HTML-to-PDF conversion
- your project is not written in Go

## Facets
- artifact type: library
- maturity: active
- function: pdf, image-processing, templating
- domain: pdf, files, developer-tools
- platform: go, cross-platform
- tags: pdf-generation, unicode-fonts, ttf-embedding, document-generation

## Member repositories
- signintech/gopdf (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:30.706484+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-30T07:33:23.808901+00:00, confidence not recorded.
  - readme: https://github.com/signintech/gopdf (fetched 2026-08-28T04:07:30.706484+00:00, sha 99e9de884c8b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
