Use a page event with a generic tag. When the page event is
called you are provided with the tag name and the location of the chunk. Use
PdfWriter.getDirectContent() to get the PdfContentByte where you can draw
the bars.
Best Regards,
Paulo Soares
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Forest, Sebastien
Sent: Tuesday, March 02, 2004 3:44 PM
To: '[EMAIL PROTECTED]'
Subject: [iText-questions] Revision barHi
I'm new to iText. I'm working to add revision bar (also called change bar or tracking bar) on a pdf document. The revision bar are vertical line located on right or left margin of the document to indicate that there is a change in this part of the text. The revision bar must appear when I encounter a specific tag in the pdf documentIs there a way to do this with iText?
Thanks
