La risposta è proprio lì, nel tuo codice:
// Close and output PDF document
// **This method has several options**, check the source code documentation for more information.
$pdf->Output('example_001.pdf', 'I');
Quindi, cambia il tuo codice così:
$pdffilecontent = $pdf->Output('', 'S');
e salva quella stringa nel database