By Date: <-- -->
By Thread: <-- -->

Creating pdfs with "drawing" type annotations



I'm considering using iText to convert Tiff images to Pdf, I picked up the examples and so far so good.
 
The problem is that I need to re-create "annotations", similar to those you can create with the Drawing Tool in Adobe Professional. e.g Filled Rectangles, Text Box, Lines, etc
 
The shapes, notes etc must be able to be removed afterwards. (Not burned in to the image/document).
 
Can this be done with the iText api? If it can, does anyone have an example, or just point me at the classes I need to use?
 
Thanks in advance.
 
Dave