phpdave11 / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/phpdave11/gofpdf
MIT License
215 stars 43 forks source link

Attachments: use indirect object #6

Open benoitkugler opened 4 years ago

benoitkugler commented 4 years ago

This PR fix a reading error from pdfcpu processing library concerning file attachments. Previously, the appearance stream was specified inline. Now an indirect object is used.