Files
desayuno/public_html/pdf/downloadPdf.php
T

6 lines
114 B
PHP

<?php
$attachment->addStringAttachment($pdf->Output('', 'S'), 'message.pdf', "base64", 'application/pdf');
?>