[iText-questions] Implementing image maps

2002-05-14 Thread Paul Warren
Hi, I am trying to implement image maps in a PDF document, so that areas of a graphic link to other points in a PDF document. I am creating the graphics using Graphics2D to create a PDFTemplate (as per tutorial chapter10). I want to include the graphics inline, so I then do: document.add(new

RE: [iText-questions] Implementing image maps

2002-05-14 Thread Paulo Soares
itions and work from there. Best Regards, Paulo Soares > -Original Message- > From: Paul Warren [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 16:26 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Implementing image maps > > Hi, > > I

Re: [iText-questions] Implementing image maps

2002-05-14 Thread Paul Warren
On Tue, May 14, 2002 at 04:38:29PM +0100, Paulo Soares wrote: > Link coordinates are always relative to the page and that's the way PDF > works. It's impossible for the moment to make it relative to the template as > it would require to store the transformation matrix, something that is not > done

RE: [iText-questions] Implementing image maps

2002-05-15 Thread Paulo Soares
> -Original Message- > From: Paul Warren [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 17:48 > To: Paulo Soares > Cc: [EMAIL PROTECTED] > Subject: Re: [iText-questions] Implementing image maps > > On Tue, May 14, 2002 at 04:38:29PM +0100, Paul