Save generated pdf back to the server?

121 views
Skip to first unread message

Matt Anantachina

unread,
Nov 20, 2020, 12:03:32 PM11/20/20
to dompdf
Im currently using php to generate a pdf to present it to the user browser. And now i want that same pdf to be uploaded to the server as well. How do i do so ? I appreciate it.

M

unread,
Nov 22, 2020, 6:24:20 PM11/22/20
to dompdf
Are you looking for something like this?

    $pdfOutput = $dompdf->output();
    file_put_contents($storage_location."Invoice-{$id}.pdf"$pdfOutput);

Which puts the output in a variable, then saves it to the location specified?
Reply all
Reply to author
Forward
0 new messages