Leonard Rosenthol wrote:
> You don't need to add any actions to get tooltips!!
>
> The string in the /TU value of the Widget annotation controls the
> automatic tooltips...
That worked really well, thx!!
--
View this message in context:
http://www.nabble.com/Tooltips-tp21761350p23107288.ht
Leonard Rosenthol wrote:
> You don't need to add any actions to get tooltips!!
>
> The string in the /TU value of the Widget annotation controls the
> automatic tooltips...
Ow, in iText, this can be set using the method
PdfFormField.setUserName(String s);
I looked in the PDF Reference for "tool
You don't need to add any actions to get tooltips!!
The string in the /TU value of the Widget annotation controls the automatic
tooltips...
Leonard
On Sat, Jan 31, 2009 at 5:49 AM, 1T3XT info wrote:
> Erik Piché wrote:
> > Hello,
> >
> > I'd like to programmatically add tooltips to my existing
Erik Piché wrote:
> Hello,
>
> I'd like to programmatically add tooltips to my existing acroforms'
> fields. The forms were created using Adobe Pro 9, not livecycle. I have
> edit fields only on my forms and the description strings (for
> tooltips) are on the database, that's why I'd like to d
Hello,
I'd like to programmatically add tooltips to my existing acroforms' fields. The
forms were created using Adobe Pro 9, not livecycle. I have edit fields only on
my forms and the description strings (for tooltips) are on the database, that's
why I'd like to do so.
1)
I there any way to
At 12:18 PM +0100 10/24/03, Paulo Soares wrote:
Thst's possible to do with annotations but you'll have to read the pdf
reference on that chapter to see what has to be done.
Form fields work better for this, since there is support in
Acrobat built-in for it. Make read-only button fields over the
To: [EMAIL PROTECTED]
> Subject: [iText-questions] Tooltips
>
>
> Hi.
>
> I'm using iText with JFreeChart to draw charts in pdf
> documents. I'd like to be able to popup a tooltip
> when the mouse is over certain regions in the chart.
>
> Is this possi
Hi.
I'm using iText with JFreeChart to draw charts in pdf
documents. I'd like to be able to popup a tooltip
when the mouse is over certain regions in the chart.
Is this possible in a pdf document? If so, which
features of iText can I use to make it happen?
Thanks.
Dave