Re: [iText-questions] User and owner password

2010-06-09 Thread 1T3XT info
TvT wrote: > Lets say i am opening the PdfReader with a password but i don't know > whether its the user or the owner password (because e.g. the user > typed it in) Is there a way to find that out? You can do this with the method isOpenedWithFullPermissions() If the document is encrypted, it retur

[iText-questions] User and owner password

2010-06-09 Thread TvT
Hi, i have two questions regarding the different password types. 1.) Lets say i am opening the PdfReader with a password but i don't know whether its the user or the owner password (because e.g. the user typed it in) Is there a way to find that out? (Since i can open a document with user or owner