i’m working with web services that returns a base64 string representing a pdf file.
I am able to decode that string into NSData but how to show that into pdf.
Is there any way to store that data as a .pdf file and show it in application.
Any ideas on how I can go about this? I have looked at a few posts and still can’t seem to figure it out.
Any idea’s appreciated, thanks 🙂
First you need to save the data into a file, then load it into a webview