Ankur Gupta wrote: > Is it possible generate the pdf using iText in such a way that it > cannot be manipulated by a pdf write. If yes, then plz tell me how to > do so.
Encrypt it with an owner and a user password, set the permissions so that the PDF can't be changed. (Of course everyone that needs to view the PDF will have to enter the user password.) Also you can sign the PDF so that any modification will be detected. br, Bruno ------------------------------------------------------------------------- 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
