How do I generate a pdf-file from a binary file?

后端 未结 2 1252
抹茶落季
抹茶落季 2021-01-02 09:40

How do I generate a pdf-file from a binary file retrieved from database in php5? It comes base64 encoded, and I just decoded it, but don\'t know what to do next...

2条回答
  •  感情败类
    2021-01-02 10:24

    I'm repeating your last sentence .:) I dont know what is the question! :). If you want to pus the file to a browser, you can set the headers and stream the decoded content. Or if you want the file as is, write on to file system and use it. Please be more clear on your question!

    Thanks!!

提交回复
热议问题