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?
this is the base64 encoded string
question from:https://stackoverflow.com/questions/17022101/php-get-pdf-file-from-base64-encoded-data-string