उत्तर वहीं है, आपके कोड में:
// Close and output PDF document
// **This method has several options**, check the source code documentation for more information.
$pdf->Output('example_001.pdf', 'I');
तो, अपना कोड इस प्रकार बदलें:
$pdffilecontent = $pdf->Output('', 'S');
और उस स्ट्रिंग को डेटाबेस में सहेजें