Het antwoord staat daar, in je 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');
Dus, verander je code als volgt:
$pdffilecontent = $pdf->Output('', 'S');
en sla die string op in de database