Stream PDF to response
Hi guys, can you help me stream PDF to response directly from action? Is it even possible? Should I save my PDF firstly?
I am using Spatie Laravel PDF:
https://spatie.be/docs/laravel-pdf/v1/basic-usage/responding-with-pdfs
Responding with PDFs | laravel-pdf
laravel-pdf
1 Reply
From the spatie docs:
By default, the PDF will be inlined in the browserThis is not possible from within an action I believe unless you want to open a new tab, but then you can no longer use
->action
🤔