- Posts: 11
- Thank you received: 0
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
IP: 192.168.0.71
8 years 11 months ago #12968
by koukor
open PDF files with Radaee on Android >= M was created 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
What should i do?
Thanks
IP: 192.168.0.71
8 years 11 months ago #12972
by Davide
Replied by Davide on topic open PDF files with Radaee on Android >= M
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?
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?
- rohitgarg2990
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
IP: 192.168.0.71
8 years 8 months ago #13266
by rohitgarg2990
Replied by rohitgarg2990 on topic open PDF files with Radaee on Android >= M
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
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
IP: 192.168.0.71
8 years 8 months ago #13273
by Davide
Replied by Davide on topic open PDF files with Radaee on Android >= M
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 ("")
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,"");
- rohitgarg2990
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
IP: 192.168.0.71
8 years 8 months ago #13274
by rohitgarg2990
Replied by rohitgarg2990 on topic open PDF files with Radaee on Android >= M
thanks Davide, i figured that out. It is working for me now. Thanks again.
- dhirajpowar
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
IP: 106.77.47.135
7 years 4 months ago #14346
by dhirajpowar
Replied by dhirajpowar on topic open PDF files with Radaee on Android >= M
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
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