I have requirement where I need to upload a pdf to Azure Blob. I have it pdf in base64 encoded form. Application do not have any storage. Is it possible to convert base64 to pdf and upload it as pdf without storing it in any location using java code.