Reason I have asked the question is that I HAVE the book. But it is out of date, compared to code snippets on the website. There is no explanation of whether you can or can not do the thing that works with Annotation in stamper using PdfAnnotation.
If you woldd be so kind as to point me to the page then I can surely read it myself and not trouble you any more..... john renfrew Right Way Up Office +44 1675 475341 Fax +44 1675 475342 Mobile +44 7767 443992 -----Original Message----- From: 1T3XT info [mailto:[email protected]] Sent: 31 October 2009 11:22 To: Post all your questions about iText here Subject: Re: [iText-questions] set.Annotation John Renfrew wrote: > Annotation annot = new Annotation(35, 60, > 65, 80, new URL("mailto:[email protected]")) A closer look at the code snippet you've sent, reveals that you're mixing up Annotation (for use with PDFs built from scratch only) and PdfAnnotation. The book "iText in Action" explains the difference. -- 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/ ------------------------------------------------------------------------------ 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/
