phpdave11 / gofpdf

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

Best way to access css file when using HTML interface? #22

Open thedodd opened 3 years ago

thedodd commented 3 years ago

Hello, I have a use case where we are generating PDFs using the HTML interface, and the HTML references a CSS stylesheet on the local file system. Looking through the docs, is appears as though file attachments might be the blessed way of being able to refer to that stylesheet, but I am not sure.

Is this a use case that is currently supported? Or would we need to inline the CSS?