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
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
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
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