Open Hyperlink in new tab for Document template PDF

0
Hi everyone,    I have created a link within my generated PDF by using a dynamic label with XHTML set to ‘yes’.   The attribute has an <a> tag hyperlink, ie: '<a style="color: #FFFFFF;" target="_blank" href="<link-name>">Test link</a>'   The link works fine in the pdf except that it opens the hyperlink in the current page despite already having the “_blank” target attribute. I need the hyperlink to be opened in a separate tab, not the same one as the pdf file.   Any idea on how to work around this issue? 
asked
2 answers
1

Hi Kevin,

 

Try using Deeplink Module. You can create a deep link microflow which gets called when you click on hyperlink. It shows the page you want in new tab. 

 

For more details, please refer Deep link Module Documentation.

answered
1

This might help you:

https://stackoverflow.com/questions/2947404/how-to-open-link-to-pdf-file-in-new-tab-using-html

 

But when you Google your issue it seems more something related how PDF files work.

 

Good luck.

answered