- Posts: 9
- 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 get hyperlink path in a pdf for Android?
IP: 192.168.0.71
11 years 4 months ago #7733
by Botao.Lin
How to get hyperlink path in a pdf for Android? was created by Botao.Lin
My Activity implements PDFReaderListener and overwrite
public void OnOpenURI(String uri)
{
Log.v(LOG_TAG, "OnOpenURI:"+ uri);
}
But I don't see this log when I single tap this hyperlink in a pdf file.
public void OnOpenURI(String uri)
{
Log.v(LOG_TAG, "OnOpenURI:"+ uri);
}
But I don't see this log when I single tap this hyperlink in a pdf file.
IP: 192.168.0.167
11 years 4 months ago #7734
by Davide
Replied by Davide on topic How to get hyperlink path in a pdf for Android?
Hi,
in the demo project you have to click the "Do Button" to open the link.
So please look at onAct() void in PDFReaderAct.
in the demo project you have to click the "Do Button" to open the link.
So please look at onAct() void in PDFReaderAct.
IP: 192.168.0.71
11 years 4 months ago - 11 years 4 months ago #7735
by Botao.Lin
Replied by Botao.Lin on topic How to get hyperlink path in a pdf for Android?
I run the demo project "pdfviewer2.9.9c" but I can't open the link.
The "Do" button is not enabled.
The "Do" button is not enabled.
Last edit: 11 years 4 months ago by malhar.
IP: 192.168.0.167
11 years 4 months ago #7736
by Davide
Replied by Davide on topic How to get hyperlink path in a pdf for Android?
You have to click the link then click the "Do button"
IP: 192.168.0.71
11 years 4 months ago #7737
by Botao.Lin
Replied by Botao.Lin on topic How to get hyperlink path in a pdf for Android?
Nothing happened after these actions.
After clicking the link, "Do button" is still not enabled.
I clicked "Do button", nothing happened.
After clicking the link, "Do button" is still not enabled.
I clicked "Do button", nothing happened.
IP: 192.168.0.167
11 years 4 months ago #7738
by Davide
Replied by Davide on topic How to get hyperlink path in a pdf for Android?
Hi,
please check with the last version of the library ( www.androidpdf.mobi/download/download-android ) , then if it doesn't work can you please send us the pdf that gives you problems?
please check with the last version of the library ( www.androidpdf.mobi/download/download-android ) , then if it doesn't work can you please send us the pdf that gives you problems?
Time to create page: 0.461 seconds