jung-kurt / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/jung-kurt/gofpdf
MIT License
4.34k stars 787 forks source link

Is it possible to make a checkmark inside pdf? #188

Closed devEntrega closed 6 years ago

devEntrega commented 6 years ago

Like this Picture: imagen

If so, how do I do that?

Thanks for your time.

jung-kurt commented 6 years ago

Interactive checkboxes are not supported since this library can be used only to generate static PDFs. If you only need a non-interactive checkmark, you could try calling SetFont() with "ZapfDingbats" as the font family name. See [https://en.wikipedia.org/wiki/Zapf_Dingbats]() for a chart of glyphs.