John Renfrew wrote: > If you would be so kind as to point me to the page then I can surely read it > myself and not trouble you any more.....
page 466: An Annotation object is added to the Document object, whereas a PdfAnnotation is added to the PdfWriter instance. You're trying to add an Annotation to PdfStamper. PdfStamper is NOT a Document object, it's a special type of writer. Therefore you need to create a PdfAnnotation, NOT an Annotation. The new examples will be in the second edition (due Summer 2010). -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ 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 Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
