Hello I have the ungrateful job to develop an application which is able to remove self-made "annotations". My idea was to store the annotation data/content additional in the document info area (with stamp.setMoreInfo(...)) and then to compare Pdf-Objects with this additional data. Originally I used the hard, dirty way with adding annotation in appending mode (with no compression), make an "identifier" with an unused named layer and removed from EOF to EOF if containing my layer name. This doesn't work if integrity is added; because that procedure merges all by EOF divided "sections" to one.
I found the FAQ solution (from Paulo Soares) to replace images in PDFs ( http://itext.ugent.be/library/question.php?id=66 ) and modified the Java source code for toggling object trees with my Eclipse Debugger. But I couldn't find the objects containing "my" data. Any ideas, how to solve my problem? Thanks in advance Sascha ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
