An annotation is far more than just text, a field is a kind of annotation and there are a lot more. This kind of objects require a very good knowledge of the PDF structure specially because I priviledged features instead of ease of use, for now. Annotations are added with PdfWriter.addAnnotation().
Best Regards, Paulo Soares > -----Original Message----- > From: Chen, Donald [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 18:01 > To: 'Paulo Soares'; [EMAIL PROTECTED] > Subject: RE: [iText-questions] New release itext-paulo-93 > > Thanks, Paulo. > > What would be the usage of adding an Annotation on a precise position? is > it via PdfContentByte or PdfDocument? > > Thanks a lot, > > Don > > -----Original Message----- > From: Paulo Soares [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 12:29 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] New release itext-paulo-93 > > > Changes in itext-paulo-93 (2002-03-21) > > - added form fields. All the types are supported. Thanks to Phillip > Pan > for an initial input. I ended up not using his code but I got some > good ideas, though. > > - added new action types. > > - added new annotation types. Annotations can be placed at precise > positions in the page. > > - added a fix to JPEG CMYK images provided by Phillip Pan. > > - added BaseFont.getFamilyFontName(). > > - corrected a bug in Barcode39 where the 'A' was the same as the '9'. > > > All this at: > > http://www.geocities.com/itextpdf > > > Best Regards, > Paulo Soares > > > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
