I guess what confuses me is that the documents which have user passwords set (e.g. Prompts the user while trying to open them) can easily be opened by creating the PdfReader like so:
PdfReader reader = new PdfReader(filename, ownerPassword); Provided the password is correct when I create an instance of the PdfReader, the document is accessible and I can do with it as I require. I assumed I was supplying the owner password for the document (based on the variable name in the API) whereas I'm technically supplying the user password then? Thanks. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Enforced-but-empty-ownerPassword-tp3750484p3750668.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php