Skip to content

Instantly share code, notes, and snippets.

@davidlowry
Created October 11, 2013 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidlowry/6932623 to your computer and use it in GitHub Desktop.
Save davidlowry/6932623 to your computer and use it in GitHub Desktop.
Add a link to a PHP ezPDF output
$text = "To insert a link, you <c:alink:http://infinity21.net>use the <c:slink:http://infinity21.net>link text</c:slink >format";
$pdf->ezText($text,18,array('justification'=>'centre'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment