I am using a library to view and work with PDF's that requires the absolute location of a pdf file.
After researching a bit, i came to know that there is no absolute path of an asset as such. so, where should i store my pdf such that i am able to get the absolute path of it as a string? it is necessary that the pdf be private to my app, so external storage is out of the question. if there is no such place where absolute path can be determined, please tell me the code to COPY an asset to an internal folder?