I am creating a password protected pdf which has hyperlinks. The hyperlinks are disabled in firefox browser whereas it works in other browsers, Adobe pdf reader.
Why the hyperlinks are disabled in firefox for password protected pdf which is created from aspose but works in other browsers like chrome, edge? [![pdf][1]][1] [1]: https://i.stack.imgur.com/orfUn.png I have used the LinkAnnotation class to create the hyperlinks in pdf.
LinkAnnotation link = new LinkAnnotation(pageno, textFragment.Rectangle);
link.Action = new GoToURIAction("https://www.google.co.in/");