sdglhm / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Pdf save #349

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
is there way to save pdf after conversion into my website .

Original issue reported on code.google.com by Ellouzi....@gmail.com on 7 Sep 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Do you mean to save it to your server? $dompdf->output() returns a string 
containing the PDF document. Once you get your PDF just use the PHP function 
file_put_contents() to save it locally.

For general support questions (such as this one) try the support forum: 
https://groups.google.com/forum/#!forum/dompdf

Original comment by eclecticgeek on 22 Sep 2011 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16