Hi there.
I have the scenario is below:
- A base 64 string (i catch from a webservice) that represents a PDF file
- I need convert that string to a PDF file, and open with the default PDF reader
- Must work for Android, iOS and UWP
Someone have a idea that how i do it, keywords or where to start?
Thanks.