Closed Arteneko closed 5 years ago
Hello,
This was not possible, but it sound like a nice feature.
If have added a SetOutput method that will accept an io.Writer
so you can write directly to a file or http.ResponseWriter.
Let me know if that helps then I will create a new release.
Definitely looks useful
Released in v1.3.0
I didn't find any direct way, so here's my question: Is there any good way to directly write to a Writer buffer?
The context is to generate a PDF and directly send it through the http.ResponseWriter.