I got an email with a PDF attachment that instead of coming as an
attachment, came embedded in the body as a base64. Is there a way to
convert it back to a PDF?
The beginning looks like this:
-------7D81B75CCC90D2974F7A1CBD
Content-Type: file/pdf
Content-Disposition: inline; filename="dhr_guest_confirmation24134049.pdf"
Content-Transfer-Encoding: base64
Then there are lines and lines sort of like this:
JVBERi0xLjQNCjEgMCBvYmoNCjw8DQovQ3JlYXRvciAoT3JhY2xlMTBnUjIgQVMg
I tried copying and pasting the block of text to an online converter,
but it rejected it as invalid.
T