- Posts: 97
- 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
downloaded demo of radaeepdf is not working
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
10 years 7 months ago - 10 years 7 months ago #10111
by ankur123987
downloaded demo of radaeepdf is not working was created by ankur123987
Hi Radaeepdf team,
i am getting very strange experience with PDFReader demo. i test the demo 2 days back . it was working fine. now i am using same apk file and all features are not working (Ink,rect,oval,note,line .. etc) please help as it basic presentation by radaeepdf for integration any feature .
please fix this issue as soon as possible or please suggest what should i do ? i tried to integrated the latest android studion3.6.1 version but same error
i am getting very strange experience with PDFReader demo. i test the demo 2 days back . it was working fine. now i am using same apk file and all features are not working (Ink,rect,oval,note,line .. etc) please help as it basic presentation by radaeepdf for integration any feature .
please fix this issue as soon as possible or please suggest what should i do ? i tried to integrated the latest android studion3.6.1 version but same error
Last edit: 10 years 7 months ago by ankur123987.
10 years 7 months ago #10112
by radaee
Replied by radaee on topic downloaded demo of radaeepdf is not working
seems, it open PDF files in readonly way.
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 7 months ago #10113
by ankur123987
Replied by ankur123987 on topic downloaded demo of radaeepdf is not working
its showing the ink, rect,oval,note,line etc are displaying but not woking . so how can i resolve this issue . i use same pdf files previously . these function were working on that files . so how can i make that files editable
thanks
thanks
10 years 7 months ago - 10 years 7 months ago #10114
by radaee
Replied by radaee on topic downloaded demo of radaeepdf is not working
if u use Document.OpenStream() means open from assets or http link directly, it must be readonly
if u use Document.Open( path ), using following codes to check writeable:
others: a PDF file open twice (without closed), the first time u opened is writeable, and second time, it shall be readonly.
if u use Document.Open( path ), using following codes to check writeable:
Code:
File file = new File("/sdcard/test.pdf");
boolean writeable = file.canWrite();
others: a PDF file open twice (without closed), the first time u opened is writeable, and second time, it shall be readonly.
Last edit: 10 years 7 months ago by radaee.
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 7 months ago #10121
by ankur123987
Replied by ankur123987 on topic downloaded demo of radaeepdf is not working
i am using PDFReader demo. this demo have grid view to open the pdf file.i think you are confused with RDPDFreader demo . i can open the file via using grid view . i tried with tap on edit button but no luck .
hope you got me
thanks
hope you got me
thanks
Time to create page: 0.421 seconds