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.31k stars 777 forks source link

Add support for imported objects and templates for gofpdf v2 #254

Closed phpdave11 closed 5 years ago

phpdave11 commented 5 years ago

This allows v2 of gofpdf to use gofpdi free pdf document importer. The code that calls gofpdi is in the jung-kurt/gofpdfcontrib repository.

jung-kurt commented 5 years ago

Many thanks, @phpdave11!