Registry / utility / johnfercher-maroto

johnfercher-maroto

JSON →
library1.0.0gogounverified

A Go library for creating PDF documents with a simple and intuitive API.

go get github.com/johnfercher/maroto
INSTALL
IMPORT
SIG · JOHNFERCHER-MAROTO
J
johnfercher-maroto
utilitygov1.0.0
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.

maroto
github.com/johnfercher/maroto

Creates a PDF with a text line and saves it.

package main import "github.com/johnfercher/maroto" func main() { m := maroto.NewMaroto() m.Text("Hello, PDF!") m.OutputFileAndClose("output.pdf") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
johnfercher-maroto — go get johnfercher-maroto · libregistry