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

TOPIC:

How to remove "Avail Mem" text from PDF view Act 6 years 1 month ago #13568

  • SunitaKhilare
  • SunitaKhilare's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
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.

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

How to remove "Avail Mem" text from PDF view Act 6 years 1 month ago #13569

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
you have to set
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

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

  • Page:
  • 1
Powered by Kunena Forum