I want to use PdfRenderer to get pdf first page Bitmap
in android 5.0 and above .
But i am unable to get ParcelFileDescriptor
of internal file in android .
any one known how to convert FileInputStream
to ParcelFileDescriptor
To get a ParcelFileDescriptor
on a File
, call the static open()
method on ParcelFileDescriptor
.