Dear sir
How can I set the pdf not allow save as, I had read a part of the source code. Didn't find any hins about save as.
My question is that, I just want user to read the pdf and not allow others function. like print , save as, etc. the following code can do "not allow print", but the user can save as.
....
PdfCopyFields copy = new PdfCopyFields(new FileOutputStream(args[0]));
copy.setEncryption(PdfWriter.STRENGTH128BITS, "", "", AllowScreenReaders);
copy.setEncryption(PdfWriter.STRENGTH128BITS, "", "", AllowScreenReaders);
...
pls help me, and reply my mail
thank you very much!
Jordan
------------------------------------------------------------------------- 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 iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions