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 text using the > Hyperlink rendering hint, but that prefaced my text with > file:///Users... Is there any way to add text based tooltips to a > PDFGraphics2D rendering?
Tooltips are supported in PDF and iText, but to my knowledge they aren't supported through the PdfGraphics2D functionality. How would you do it in the java.awt.Graphics2D interface? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
