nestjs-pdf icon indicating copy to clipboard operation
nestjs-pdf copied to clipboard

No data on return on the observable

Open bigmosh opened this issue 3 years ago • 1 comments

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; }), );

bigmosh avatar May 09 '21 23:05 bigmosh

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

natoszme avatar Jan 24 '23 12:01 natoszme