- Posts: 20
- 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 iOS development and PDF
How to realize to open the url & mail
IP: 192.168.0.71
11 years 3 months ago #7856
by hassan31
How to realize to open the url & mail was created by hassan31
Hello,
Hope you're fine. I need to open the url when I tap on it in PDFViewer also need to realize the e-mail address when user tap on it.
In which class and method I can set these features enabled? As I'm using PDF Reader my own project and also I've set the license key in APP_Init() Method...
Thanks
Hope you're fine. I need to open the url when I tap on it in PDFViewer also need to realize the e-mail address when user tap on it.
In which class and method I can set these features enabled? As I'm using PDF Reader my own project and also I've set the license key in APP_Init() Method...
Thanks
IP: 192.168.0.71
11 years 3 months ago #7859
by radaee
Replied by radaee on topic How to realize to open the url & mail
first, you need a professional licese.
second, you shall impliment PDFReaderAct.OnOpenURI.
second, you shall impliment PDFReaderAct.OnOpenURI.
IP: 192.168.0.71
11 years 3 months ago #7860
by hassan31
Replied by hassan31 on topic How to realize to open the url & mail
Hello
thanks for the reply. I want to change the color of highlighted links in PDF View. Is there any way to change it by my self? If yes, then in which class I can change the color of text in PDF/
Thanks
thanks for the reply. I want to change the color of highlighted links in PDF View. Is there any way to change it by my self? If yes, then in which class I can change the color of text in PDF/
Thanks
IP: 192.168.0.127
11 years 3 months ago #7865
by marco.a
try this:
in pdfvglobal, at app_init()
set g_sel_color = [hex color do you want];
Replied by marco.a on topic How to realize to open the url & mail
hassan31 wrote: Hello
thanks for the reply. I want to change the color of highlighted links in PDF View. Is there any way to change it by my self? If yes, then in which class I can change the color of text in PDF/
Thanks
try this:
in pdfvglobal, at app_init()
set g_sel_color = [hex color do you want];
Time to create page: 0.438 seconds