6 lines
114 B
PHP
6 lines
114 B
PHP
<?php
|
|
|
|
|
|
$attachment->addStringAttachment($pdf->Output('', 'S'), 'message.pdf', "base64", 'application/pdf');
|
|
|
|
?>
|