Files
desayuno/public_html/pdf/downloadPdf.php
T

6 lines
114 B
PHP
Raw Normal View History

2019-06-20 18:00:41 -05:00
<?php
$attachment->addStringAttachment($pdf->Output('', 'S'), 'message.pdf', "base64", 'application/pdf');
?>