Stupi / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

Anchor tag with just image inside is not active in pdf document #225

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please try the following:
1. Use this html:
<html>
<head>
</head>
<body>
<a href="http://www.guidle.com" target="_blank"><img 
src="http://www.guidle.com/images/MPCampaignWebPicture_Teaser_v2.png"/></a>
</body>
</html>

2. Create pdf out of it.
3. Image is shown on the pdf document but the link is not active: you cannot 
click on the image and open the defined url (so, like anchor tag is ignored).

Why is that and how i can make it to work?

I am using version R8 from maven repository. 

Thanks
Miroslav

Original issue reported on code.google.com by smiki...@gmail.com on 6 Sep 2013 at 9:22