Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

open PDF files with Radaee on Android >= M

More
IP: 192.168.0.71 8 years 11 months ago #12968 by koukor
When trying to open PDF files with Radaee on Android versions >= M(6) i get an error saying "permission denied and invalid path”. I have already granted permission for read/write external storage during runtime.
What should i do?

Thanks
More
IP: 192.168.0.71 8 years 11 months ago #12972 by Davide
Hi,
can you reproduce the issue with the demo project? www.radaeepdf.com/download/file/99-radaeepdf-3-14-3
Is your pdf path correct? Can you please send us an example of the path you are using and how you open the pdf?
Can you reproduce the issue with all the devices? Can you send us some info about them?
More
IP: 192.168.0.71 8 years 8 months ago #13266 by rohitgarg2990
Hi David,
Related to same i am getting the following error while opening the pdf, "Open Failed: Invalid Password". Can you please tell me the reason/things i should be checking?

Regards,
Rohit Garg
More
IP: 192.168.0.71 8 years 8 months ago #13273 by Davide
Hi,
now the issue is related to a wrong password.
Can you please send us the pdf you are using and the password to open it?
If the pdf has no password you have to call the open method with emprty password ("")
Code:
doc.Open(path,"");
More
IP: 192.168.0.71 8 years 8 months ago #13274 by rohitgarg2990
thanks Davide, i figured that out. It is working for me now. Thanks again.
More
IP: 106.77.47.135 7 years 4 months ago #14346 by dhirajpowar
I am also facing the same issue as access denied or invalid path.
Steps followed by me
1. Added ViewLib as dependency module in project with Global file licenses same as of radaee
2. power_of_now.pdf copied into card
3. PDF path given as /card/power_of_now.pdf
4. tried to call PDFViewAct
5. But facing error frequently access denied or invalid path
6. In AndroidManifest.xml file WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permission given
Time to create page: 0.441 seconds
Powered by Kunena Forum