- Posts: 5
- Thank you received: 1
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
Remove default text
- gaurang123
- Topic Author
- Offline
- New Member
-
Less
More
10 years 6 months ago - 10 years 6 months ago #10330
by gaurang123
Remove default text was created by gaurang123
when i open pdfreader demo app, application display default text Rendered by Radaee PDF SDK
so, how can remove this text in application
so, how can remove this text in application
Last edit: 10 years 6 months ago by gaurang123. Reason: identify the what can i say for the defult text
10 years 6 months ago #10331
by Davide
Replied by Davide on topic Remove default text
Hi,
to remove this watermark (Rendered by Radaee PDF SDK) you have to buy a license www.radaeepdf.com/ecommerce/technical-specification
You can try license's features in your own project following this guide : www.radaeepdf.com/support/knowledge-base...=component&kbartid=4
If you want to remove "Avial Mem" you have to set Global.debug = false
to remove this watermark (Rendered by Radaee PDF SDK) you have to buy a license www.radaeepdf.com/ecommerce/technical-specification
You can try license's features in your own project following this guide : www.radaeepdf.com/support/knowledge-base...=component&kbartid=4
If you want to remove "Avial Mem" you have to set Global.debug = false
- gaurang123
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
10 years 6 months ago #10332
by gaurang123
Replied by gaurang123 on topic Remove default text
Thanks for your replay
in which class i am set Global.debug=false in android application
and without purchase licence i am not get any solution for remove this default text.
in which class i am set Global.debug=false in android application
and without purchase licence i am not get any solution for remove this default text.
10 years 6 months ago - 10 years 6 months ago #10333
by Davide
Replied by Davide on topic Remove default text
Hi,
if you test the reader in your own app, a lot of feature will not work.
So you have to follow this guide and temporarily change your package id to test all radaee reader features. www.radaeepdf.com/support/knowledge-base...=component&kbartid=4
To remove "Avial Mem" go to ViewLib module com.radaee.pdf, here you will find Global class with debug_mode parameter.
Go to default_config() method and set:
if you test the reader in your own app, a lot of feature will not work.
So you have to follow this guide and temporarily change your package id to test all radaee reader features. www.radaeepdf.com/support/knowledge-base...=component&kbartid=4
To remove "Avial Mem" go to ViewLib module com.radaee.pdf, here you will find Global class with debug_mode parameter.
Go to default_config() method and set:
Code:
debug_mode = false;
Last edit: 10 years 6 months ago by Davide.
- gaurang123
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
10 years 6 months ago #10334
by gaurang123
Replied by gaurang123 on topic Remove default text
thanks ,but anyway i don't want to display default text in demo version app so how can i do this.
Time to create page: 0.423 seconds