Embedded Link in PDF not able to clickable

Which product are you using?
PDF.js Express Viewer

PDF.js Express Version

Detailed description of issue

  1. Embedded links in the PDF is not able to clickable
  2. Wrapped up in to next line links is not able to clickable

Expected behaviour
Embedded Links and Wrapped up in to next line links should be clickable and open in new tab.

Does your issue happen with every document, or just one?
This issue happening on every document which have links.

Link to document
Trust Portal - Cisco → In this document in page no 3 , there have wrapped links not able to clickable.

Trust Portal - Cisco -->In this document in page 1 there is embedded link not able to clickable.

Code snippet
{Provide a relevant code snippet}

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hey there!

Thanks for the bug report.

The first issue we can reproduce in other viewers such as Adobe Acrobat, so it seems to be an issue with the document and not the software.

The second issue we can reproduce and we will investigate.

Thanks!
Logan

Hi Team,

Did your team investigated the above link clickable issue in pdf.

Regards,
Yuva

Hi there,

We have not investigated this issue yet and I cannot provide a timeline at this point.

Thanks,
Logan

Hi Logan,

I am able to track the link clicked, but how to get the href url so that i will open in new tab/new window.

instance.docViewer.on(‘click’, function(){
// this.wvDocumentLoadedHandler);
console.log(“link clicked”);
});

Can you please hep.

Regards,
Yuva