Re: [iText-questions] PDFGraphics2D and tooltips

2009-02-25 Thread 1T3XT info
Mike Korcynski wrote: > I'd like to do it the same way I add hyperlinks where I specify a > rendering hint to the graphics object with the text of the tooltip and > have the tooltip added to the object on the PDF. I meant: show me some Graphics2D code (plain Java code without iText). I'm not a G

Re: [iText-questions] PDFGraphics2D and tooltips

2009-02-23 Thread Mike Korcynski
I'd like to do it the same way I add hyperlinks where I specify a rendering hint to the graphics object with the text of the tooltip and have the tooltip added to the object on the PDF. -Mike 1T3XT info wrote: > Mike Korcynski wrote: > >> Hi, >> >> I'm using PdfGraphics2D to render a PDF fro

Re: [iText-questions] PDFGraphics2D and tooltips

2009-01-30 Thread 1T3XT info
Mike Korcynski wrote: > Hi, > > I'm using PdfGraphics2D to render a PDF from my swing app, I've been > able to add hyperlinks using PdfGraphics2D.HyperLinkKey, but I was > wondering if there's a similar way to just add text tooltips to certain > objects on the pdf as well? I tried just adding

[iText-questions] PDFGraphics2D and tooltips

2009-01-28 Thread Mike Korcynski
Hi, I'm using PdfGraphics2D to render a PDF from my swing app, I've been able to add hyperlinks using PdfGraphics2D.HyperLinkKey, but I was wondering if there's a similar way to just add text tooltips to certain objects on the pdf as well? I tried just adding text using the Hyperlink renderin