Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

downloaded demo of radaeepdf is not working 9 years 7 months ago #10111

  • ankur123987
  • ankur123987's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Available as freelancer (ex website to app 30min)
  • Posts: 97
  • Thank you received: 0
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

Please Log in or Create an account to join the conversation.

Last edit: by ankur123987.

downloaded demo of radaeepdf is not working 9 years 7 months ago #10112

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
seems, it open PDF files in readonly way.

Please Log in or Create an account to join the conversation.

downloaded demo of radaeepdf is not working 9 years 7 months ago #10113

  • ankur123987
  • ankur123987's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Available as freelancer (ex website to app 30min)
  • Posts: 97
  • Thank you received: 0
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

Please Log in or Create an account to join the conversation.

downloaded demo of radaeepdf is not working 9 years 7 months ago #10114

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
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:
        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.

Please Log in or Create an account to join the conversation.

Last edit: by radaee.

downloaded demo of radaeepdf is not working 9 years 7 months ago #10121

  • ankur123987
  • ankur123987's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Available as freelancer (ex website to app 30min)
  • Posts: 97
  • Thank you received: 0
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

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum