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

More
10 years 7 months ago - 10 years 7 months ago #10111 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
Last edit: 10 years 7 months ago by ankur123987.
More
10 years 7 months ago #10112 by radaee
seems, it open PDF files in readonly way.
More
10 years 7 months ago #10113 by ankur123987
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
More
10 years 7 months ago - 10 years 7 months ago #10114 by radaee
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:
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.
More
10 years 7 months ago #10121 by ankur123987
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
Time to create page: 0.421 seconds
Powered by Kunena Forum