On 1/09/2011 13:43, Andy Wu wrote: > I'm not responsible for creating the header/footer pdf. I'm merely > responsible for the tool that provides this ability. That's a pity. Now you'll have to check the stationery for annotations. If there are none, you can use the code you've been using so far. If there are, you'll have to get the annotation dictionaries, use them to create a new PdfAnnotation dictionary, and add that new annotation to every page. For text annotations, they could be fairly simple; for other annotations, there will be plenty of programming involved because the annotations will refer to other objects (dictionaries, streams,...) that will need to be copied too.
------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. 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
