Skip to content

pdf is not generating on server with console errors appears #151

@ayatamine

Description

@ayatamine

image
this is my code, on locale everything is ok, but on server no
try{

                        $pdf = MPDF::loadView('pdf.receipt_voucher', $data);
                        $pdf->simpleTables = true;
                        return $pdf->stream('document.pdf');
                       

                        // header("Refresh:0");
                        }
                        catch(\Exception $ex)
                        {
                            dd($ex);
                        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions