Die Antwort finden Sie direkt in Ihrem Code:
// Close and output PDF document
// **This method has several options**, check the source code documentation for more information.
$pdf->Output('example_001.pdf', 'I');
Ändern Sie also Ihren Code wie folgt:
$pdffilecontent = $pdf->Output('', 'S');
und diesen String in der Datenbank speichern