Op 24/02/2011 19:36, fachhoch schreef: > I am trying to uderstand the code > > > > PdfAnnotation popup = PdfAnnotation.createPopup(stamper.getWriter(), > new Rectangle(rect.getLeft() + 10, rect.getBottom() + 10, > rect.getLeft() + 200, rect.getBottom() + 100), null, false); > stamper.addAnnotation(popup, 1); > > > this popup is added to a PushbuttonField and this need a field , I am not > using a form in my pdf its just a table so how can I get the field in a > pdftable ? I don't know what you expect me to say. I mean: I could answer you, but it would take a couple of page to explain all the possible ways to create a tooltip (with "popup" you've chosen the most difficult way). I hope you understand that I can't write a mail that consists of several pages. I suggest that you read ISO-32000-1 to find out what your options are.
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
