Registry / utility / phpdave11-gofpdf

phpdave11-gofpdf

JSON →
library1.4.3gogounverified

Package gofpdf implements a PDF document generator with high level support for text, drawing and images.

go get github.com/phpdave11/gofpdf
INSTALL
IMPORT
SIG · PHPDAVE11-GOFPDF
P
phpdave11-gofpdf
utilitygov1.4.3
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/phpdave11/gofpdf

Generate a simple PDF document

package main import ( "github.com/phpdave11/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.4.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
phpdave11-gofpdf — go get phpdave11-gofpdf · libregistry