I'm using iText to create PDF documents for my University project and this is working well. What I would like to do is "hide" comments into any created PDF. This is so when I parse the file back into my reader, I will be able to pick up information my writer "hid" there, but applications such as Acrobat will just ignore it. I don't really care where the comments go, anywhere would be fine. If they were to go at the start of the file for example, the file might start like this.
% Here is a comment
% I would like to add several lines
% of my own content here
%PDF-1.1
%âãÏÓ
2 0 obj <</Length 55>>stream
q
BT
36 806 Td
Is this possible using iText (I have looked but couldn't find anything)? Or will I have to implement it myself, if so I would be grateful for some pointers to get me started.
Thanks for your help,
Simon
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
