答えはあなたのコードの中にあります:
// 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');
その文字列をデータベースに保存します