Hi, What is the decent way to read pdf file in the assets folder? Someone said the pdf file need to be firstly copied into SD card or internal storage of the device. http://stackoverflow.com/a/14068307
I tried that but got an error when using InputStream in = null; It seems I need to override the Read() method of InputStream but do not know how to do that yet. Is it the most suitable way to read pdf file from the assets folder [in Xamarin.Android]?
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid