Hello Everyone,
I am getting output in base64 format, I want to convert and download it into pdf and save to my local pc downloads folder.
I have converted that pdf to Bytes and tried to download using CreateDirectory method, but it downloads pdf to server's folder.
I am looking sample code in .net
Thanks in advance !!