king514jy / purepdf

Automatically exported from code.google.com/p/purepdf
0 stars 0 forks source link

Image Link NonImplementationError #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Hi there,

I get a non-implementation error when i try to add an Annotation to an 
ImageElement. This is the recommended approach for achieving an image link 
(http://threebit.net/mail-archive/itext-questions/msg00633.html) - i guess if 
Bruno says it, it must be true :)

However when i do this (the purepdf equivalent - 
myImageElement.annotation = new Annotation(["url", ""]);

I get a nonimplementationerror

i think this is due to the function:

org.purepdf.pdf.PdfAnnotationsImp.convertAnnotation(...) not being implemented 
(it just throws a new NonImplementationError).

Regards,

Geoff

Original issue reported on code.google.com by goc...@gmail.com on 21 Oct 2010 at 5:47

GoogleCodeExporter commented 8 years ago
fixed. Just added the missing code. actually fixed in svn

Original comment by alessand...@gmail.com on 14 Jan 2011 at 6:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
thanks!

Original comment by goc...@gmail.com on 13 Jul 2011 at 12:11