I tried lots of script which is available in internet to decode my Base64Binary to PDF they not working. Please help me.
Here is the sample encoded PDF
$data = base64_encode($contents); file_put_contents('output.pdf', base64_decode($data));