Merge PDF from the Firebird database

0
Hello, I'm using firebird database, and I am pulling pdfs from a blob field, however, I tried to use the FPDF and FPDFI library, however it ends up generating the following error :

Atenção
file_get_contents() expects parameter 1 to be a valid path, string given
Fatal error: Uncaught TCPdiParserException: Empty PDF data.

I think it's because it's coming from a blob field, I'm trying to find some way I can print multiple pdfs at a time or merge them and preview them in the browser! Or something related!

    
asked by anonymous 27.08.2018 / 13:35

0 answers