Is it possible to add anchor text(link) in Zend_PDF page? I wasn't be able to find any information about this in Zend_Pdf online manual, or reading code, so I guess it is not possible.
If there is way, please suggest!
Thanks!
Is it possible to add anchor text(link) in Zend_PDF page? I wasn't be able to find any information about this in Zend_Pdf online manual, or reading code, so I guess it is not possible.
If there is way, please suggest!
Thanks!
I've been struggling with the border issue and have resolved it with a rather simple hack:
This will make all anotations of type link to not have a border.
This isn't possible - I tried to do something similar myself and unfortunately had to resort to FPDF which isn't as good as Zend_Pdf.
I looked into implementing the link functionality in Zend_Pdf and the structure was too complicated for the amount of time I had to find a solution.
Disable border:
The following code will create a blank page with a clickable area at the bottom left corner that contains a hyperlink:
The above snippet was tested with Zend Framework 1.10.7 but should work on all versions of Zend Framework from 1.9.7 onwards.