Hi, Bruno, Thanks!
So, if isEncrypted() return true, it is user-password protected. But, in iText there are only constructors which take ownerPassword as input like: PdfReader(String filename, byte[] ownerPassword). So my question is: How to open a user-password-protected pdf file in iText? My other question is: in iText how do we know if there is a owner-password in a pdf file? My understand is: even there is a owner-password, we can still open and edit (do whatever we want on) a pdf file with iText, am I right? Thanks! Cheng --- bruno <[EMAIL PROTECTED]> wrote: > Zhi Ren wrote: > > >Hi, > > > >Does anyone know: with iText how to check if a PDF > is > >password-protected ? > > > A password protected file is encrypted, so you need > the method isEncrypted() > http://itextdocs.lowagie.com/docs/com/lowagie/text/pdf/PdfReader.html#isEncrypted() > 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 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- 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
