php - link inside pdf in new browser Window -


my project, generating pdfs, finished. facing problem can't figure out myself: how can manage make links inside pdfs open in new window while viewing pdf?

i generate=ing pdf's using tcpdf, here code in showing dynamic links need open in new tab or window :

 <?php if(($appval['name'])== 'pdf'){?>  <dt ><?php echo stripslashes($appval['name']); ?></dt>         <dd><a href=<?php echo stripslashes($appval['value']); ?>><?php echo stripslashes($appval['value']); ?></a></dd> 


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -