megglz Posted February 10, 2011 Share Posted February 10, 2011 I am using TCPDF & FPDI together to create and merge PDF's. I create a PDF with a link embedded in html and then merge it with another PDF. After merging, the link is only clickable if I pass in the link as // Set some content to print $html = <<<EOD <A HREF="http://www.helloworld.com">http://www.helloworld.com</A> EOD; $pdf->writeHTML($html, true, 0, true, 0); It is no longer clickable if I pass in the link as $html = <<<EOD <A HREF="http://www.helloworld.com">Visit Link</A> EOD; $pdf->writeHTML($html, true, 0, true, 0); I would like to pass it in the above way as the actual link I'm using is very long/tedious looking. Can anyone help here? Quote Link to comment https://forums.phpfreaks.com/topic/227244-using-tcpdf-and-fpdi/ Share on other sites More sharing options...
jackpx Posted June 16, 2011 Share Posted June 16, 2011 hi everybody I encountered the same pb. When I use the Link option of the Cell Order, with the FPDI extend it does'nt work thanks for your experience and/or answer. JP Quote Link to comment https://forums.phpfreaks.com/topic/227244-using-tcpdf-and-fpdi/#findComment-1230403 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.