toondaey / nestjs-pdf

Nest js pdf generator
MIT License
83 stars 37 forks source link

No data on return on the observable #115

Open bigmosh opened 3 years ago

bigmosh commented 3 years ago

I setup the project as specified in the example and try getting the data it return, but each time nothing is being returned

this.pdfService.toBuffer('test.hbs').pipe( map((data) => { console.log(data); return data; }), );

natoszme commented 1 year ago

Hi! Same issue here. I'm returning the pdf generated with this library as an http response, but I'm getting a buffer only after stopping the request and sending a new one