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.33k stars 782 forks source link

Support ModTime metadata #338

Closed benoitkugler closed 4 years ago

benoitkugler commented 4 years ago

Hello,

This PR mimics the support of CreationDate metadata to add ModDate support.

Best, b.k.

jung-kurt commented 4 years ago

Nice addition, @benoitkugler -- thanks!