pdf->stream($filename); } public function download(string $filename = 'document.pdf'): Response { return $this->pdf->download($filename); } public function output(): string { return $this->pdf->output(); } }