How to make an image a “hotspot” using fo:basic-link
问题 I am using below code for wrapping image under basic-link <xsl:template name="bottomSection"> <fo:block> <fo:basic-link color="blue" external-destination="http://www.google.com"> <fo:external-graphic src="url('E:/images/promoAdd.jpg')"/> </fo:basic-link> </fo:block> </xsl:template> Now, in the resulting pdf, only the very bottom edge of the image has hyperlink (it appears only when cursor is moved at the bottom of the image). I need to display this hyperlink when cursor is moved to any part