Welcome Guest, Not a member yet? Register   Sign In
Output pdf in other page
#1

(This post was last modified: 05-21-2024, 10:44 AM by pippuccio76.)

hi ,

hi have a pdf that work fine,it  open in browser  with tcpdf . there is a way to redirect to a page (base_url() f.e.) and show pdf in other page ? i try :

Code:
        //Close and output PDF document
        $pdf->Output('Doa Bloccato', 'I');

        $response = response();

        $response->setHeader('Content-Type', 'application/pdf');

        return redirect()->to(base_url());

but doesn't show pdf , if i comment return line pdf are show.
Reply


Messages In This Thread
Output pdf in other page - by pippuccio76 - 05-21-2024, 10:42 AM
RE: Output pdf in other page - by ozornick - 05-21-2024, 11:24 AM
RE: Output pdf in other page - by pippuccio76 - 05-21-2024, 12:15 PM
RE: Output pdf in other page - by ozornick - 05-21-2024, 07:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB