I am trying to show a normal PDF document on an Android device. And I m pretty comfortable in doing so.
The actual problem which I am facing is, 1. PDF docs are saved in binary format in the Backend 2. When I fetch those from my Android App, I get binary content 3. I want to convert this binary format/content into a format which I can show as PDF document within my Android App
Is their any way to achieve this?
Plz help... Thanks in advance...