We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Clickable links on PDFs

im using this to add links to a pdf file

                    RectangleF uriAnnotationRectangle = new RectangleF(popupAnnotXPosition, popupAnnotYPosition, 80, 20);
                    PdfTextWebLink linkAnnot = new PdfTextWebLink();
                    linkAnnot.Url = pdfAnnotationMsg; 
                    linkAnnot.Text = pdfAnnotationMsg;
                    linkAnnot.Font = new PdfStandardFont(PdfFontFamily.Helvetica, 8);
                    linkAnnot.Brush = PdfBrushes.Blue;
                    linkAnnot.DrawTextWebLink(p, uriAnnotationRectangle.Location);

and it works well, but when my PdfViewer control loads the file, the links aren't clickable
am i missing something?

2 Replies

DG Deepak Gunasekaran Syncfusion Team May 18, 2015 09:22 AM UTC

Hi Ric,
Thank you for your interest in Syncfusion products.
At present we don’t have support for Link navigation in PDFViewer WinRT, so the links aren’t clickable after loaded the file in PDFViewer Control. We have already logged a feature request for the implementation of this feature “Need to support Link navigation in PDF Viewer”. We will let you know once the feature is implemented.
Thanks,
Deepak G


SS Sathish Sivakumar Syncfusion Team May 25, 2015 09:38 AM UTC

Hi Ric,

We have created new support incident for your query “Links aren’t clickable after loaded the file in PDFViewer Control” under your account. Please follow the link to know more details about this issue.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

Kindly let us know if you need further assistance.

Regards,

Sathish S.


Loader.
Live Chat Icon For mobile
Up arrow icon