- Posts: 962
- Thank you received: 87
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
Regarding implementaion SDK in android app
10 years 1 month ago #10929
by nermeen
Replied by nermeen on topic Regarding implementaion SDK in android app
You need to set the debug_mode variable to false in Global.default_config()
check: www.radaeepdf.com/support/knowledge-base...component&kbartid=20
check: www.radaeepdf.com/support/knowledge-base...component&kbartid=20
10 years 1 month ago #10945
by tesweb
Replied by tesweb on topic Regarding implementaion SDK in android app
Thanks 'AvailMem' problem solved.
I have to know that if i want to go at specific page on PDF open then what to do for this??
Like i have add any page as bookmark and 2nd time when will open that PDF it goes to that page directly.
Thanks in advance.
I have to know that if i want to go at specific page on PDF open then what to do for this??
Like i have add any page as bookmark and 2nd time when will open that PDF it goes to that page directly.
Thanks in advance.
10 years 1 month ago - 10 years 1 month ago #10946
by Davide
Replied by Davide on topic Regarding implementaion SDK in android app
Hi,
using the following line of code you will go to a specific page :
You should use this after opening the pdf, of course.
using the following line of code you will go to a specific page :
Code:
m_reader.PDFGotoPage(PAGE_NUMBER);
You should use this after opening the pdf, of course.
Last edit: 10 years 1 month ago by Davide.
10 years 1 month ago - 10 years 1 month ago #10947
by tesweb
Replied by tesweb on topic Regarding implementaion SDK in android app
Hi Davide,
i got it thanks.
Can you tell me how to get thumbnails of PDF pages in bitmap??
i got it thanks.
Can you tell me how to get thumbnails of PDF pages in bitmap??
Last edit: 10 years 1 month ago by tesweb.
10 years 1 month ago #10948
by support
Replied by support on topic Regarding implementaion SDK in android app
May you left this thread and create a new one?
With many questions in the same forum's thread information will become messy to other customers.
With many questions in the same forum's thread information will become messy to other customers.
Time to create page: 0.377 seconds