Registry / utility / jung-kurt-gofpdf

jung-kurt-gofpdf

JSON →
library1.16.2gogounverified

Implements a PDF document generator with high level support for text, drawing and images.

go get github.com/jung-kurt/gofpdf
INSTALL
IMPORT
SIG · JUNG-KURT-GOFPDF
J
jung-kurt-gofpdf
utilitygov1.16.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gofpdf
github.com/jung-kurt/gofpdf

Creates a simple PDF with text.

package main import ( "github.com/jung-kurt/gofpdf" ) func main() { pdf := gofpdf.New("P", "mm", "A4", "") pdf.AddPage() pdf.SetFont("Arial", "B", 16) pdf.Cell(40, 10, "Hello, world!") pdf.OutputFileAndClose("hello.pdf") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jung-kurt-gofpdf — go get jung-kurt-gofpdf · libregistry