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

How to remove "Avail Mem" text from PDF view Act

More
IP: 192.168.0.71 8 years 6 months ago #13568 by SunitaKhilare
Hi , I am using premium license.
To view pdf I have written following code

Intent intent = new Intent();
intent.setClass(getActivity(), com.radaee.reader.PDFViewAct.class);
intent.putExtra("PDFPath", "[pdflocation]");
startActivity(intent);


It is opening the pdf but at the top left corner I am seeing the text "AvailMem:[val]M" in red color.
Please let me know how to remove this.
Let me know other ways to view the pdf.
More
IP: 192.168.0.71 8 years 6 months ago #13569 by Davide
Hi,
you have to set
Code:
Global.debug_mode = false;

Here you will find some other useful settings for the Reader : www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=62
Time to create page: 0.401 seconds
Powered by Kunena Forum