{"id":65238,"library":"phpdave11-gofpdf","title":"GoFPDF","description":"Package gofpdf implements a PDF document generator with high level support for text, drawing and images.","status":"active","version":"1.4.3","language":"go","source_language":null,"source_url":"https://github.com/phpdave11/gofpdf","tags":["pdf","document","generator","text","drawing"],"install":[{"cmd":"go get github.com/phpdave11/gofpdf","lang":"bash","label":"Install github.com/phpdave11/gofpdf"}],"dependencies":[],"imports":[{"symbol":"gofpdf","correct":"github.com/phpdave11/gofpdf"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/phpdave11/gofpdf\"\n)\n\nfunc main() {\n\tpdf := gofpdf.New(\"P\", \"mm\", \"A4\", \"\")\n\tpdf.AddPage()\n\tpdf.SetFont(\"Arial\", \"B\", 16)\n\tpdf.Cell(40, 10, \"Hello, world!\")\n\tpdf.OutputFileAndClose(\"hello.pdf\")\n}","lang":"go","description":"Generate a simple PDF document"},"warnings":[],"env_vars":null,"search_vec":"'document':7,19 'draw':15,22 'generat':8,20 'gofpdf':1,3 'high':10 'imag':17 'implement':4 'level':11 'packag':2 'pdf':6,18 'support':12 'text':14,21","created_at":"2026-06-17T17:07:39.288971+00:00","updated_at":"2026-06-17T17:07:39.288971+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/phpdave11/gofpdf","github":"https://github.com/phpdave11/gofpdf","docs":"https://pkg.go.dev/github.com/phpdave11/gofpdf#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}