I have a base64-encoded string containing a pdf. How to create a .pdf
file from this encoded string using php?
Something like Content-type:application/pdf
in header function?
I have a base64-encoded string containing a pdf. How to create a .pdf
file from this encoded string using php?
Something like Content-type:application/pdf
in header function?
Whit this you can create and open the file... but maybe this is not the answer to the question
The answer is echo the content with a header :
Try this piece of code