[email protected] wrote: > > Can I use iText to remove a stamp I created using iText?
It will demand some work on the lowest level, but yes, that's possible. Normally a page has a content stream that consists of one stream object. When stamping a document, iText turns this into an array of three stream objects. You could "erase" the content of the content stream of the stream objects added by iText. (There are more elegant solutions, but try this first as an exercise to do the work more properly.) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ 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/
