- Posts: 69
- Thank you received: 0
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 show content and on click of chapter ?
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
IP: 192.168.0.71
9 years 3 weeks ago #12048
by rachnasagar
How to show content and on click of chapter ? was created by rachnasagar
I want to show content from any page in pdf also on click of pdf content it will open that chapter ?
IP: 192.168.0.71
9 years 3 weeks ago #12052
by nermeen
Replied by nermeen on topic How to show content and on click of chapter ?
Can you please explain with details, may be with a sample pdf?
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
IP: 192.168.0.71
9 years 3 weeks ago #12053
by rachnasagar
Replied by rachnasagar on topic How to show content and on click of chapter ?
I want to go to content page easily from any page of the pdf ?
I want to use the simple solution for it?
when I will click on content page it show all the chapters, I want to click on chapter(at content page) and go to that page of chapter?
I want to use the simple solution for it?
when I will click on content page it show all the chapters, I want to click on chapter(at content page) and go to that page of chapter?
IP: 192.168.0.71
9 years 3 weeks ago #12054
by Davide
Replied by Davide on topic How to show content and on click of chapter ?
Hi,
if your pdf has a table of content, the library handles it, I suggest you to check the methods under btn_outline PDFViewController.
If you want to add an internal link annotation that jumps to another page, I suggest you to use this method :
For more info check this :
www.radaeepdf.com/documentation/javadocs...o-float:A-int-float-
if your pdf has a table of content, the library handles it, I suggest you to check the methods under btn_outline PDFViewController.
If you want to add an internal link annotation that jumps to another page, I suggest you to use this method :
Code:
AddAnnotGoto(float[] rect, int pageno, float top)
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
IP: 192.168.0.71
9 years 3 weeks ago - 9 years 3 weeks ago #12057
by rachnasagar
Replied by rachnasagar on topic How to show content and on click of chapter ?
I didn't get it, Can you please explain in brief?
Also I want that It will work in all the pdf,but I think it will be fix ?
Can you please define me for any example?
And I didn't get the method under btn_outline PDFViewController.
Also I want that It will work in all the pdf,but I think it will be fix ?
Can you please define me for any example?
And I didn't get the method under btn_outline PDFViewController.
Last edit: 9 years 3 weeks ago by rachnasagar. Reason: update
IP: 192.168.0.71
9 years 3 weeks ago #12058
by Davide
Replied by Davide on topic How to show content and on click of chapter ?
Hi,
can you please send us a pdf and a mockup with images that explains the behavior you want?
can you please send us a pdf and a mockup with images that explains the behavior you want?
Time to create page: 0.452 seconds