shaanvipul

Results 2 comments of shaanvipul

Passing PDF from URI. new RetrivePDFStream().execute(filePath); class RetrivePDFStream extends AsyncTask { @override protected InputStream doInBackground(String... strings) { InputStream inputStream = null; try { URL uri = new URL(strings[0]); HttpURLConnection urlConnection...

Where u are saving ur pdf file On Thu, 28 Feb 2019 at 8:56 PM IstrateAndrei wrote: > @abiemann I have the same problem and I > tried @shaanvipul 's...