ended3월 22일· 1 sources

Introducing a New Go PDF Library: Fast, Lightweight, and CJK-Friendly Solution for PDF Generation

새로운 Go PDF 라이브러리 소개: 빠르고 경량이며 CJK 친화적인 PDF 생성 솔루션

Why it matters

Existing Go PDF libraries suffer from trade-offs between archived/unmaintained projects like gofpdf and bloated Chromium-based solutions with 300MB binaries and slow cold starts. Gpdf offers a declarative Builder API that directly constructs PDF content streams, achieving 10-30x faster performance with zero external dependencies. It also provides robust CJK text support through embedded TrueType fonts with full Unicode support, addressing a critical gap for global applications.

1
Sources
+0
24h
Growth
182d
Active
gpdfGoCJKPDF GenerationZero-Dependency

Sources

Related Issues