Re: [iText-questions] Read Password Protected PDF file in DotNet

2011-04-09 Thread Balder
On 9/04/2011 8:54, Niravp wrote: Hi, I need some help in dotnet. my requirements is that how to read password protected PDF file in .net. My code is below, With out password pdf open like, PdfReaderreader = newPdfReader(this.inputPDF); but when pdf is password protected use this code, P

[iText-questions] Read Password Protected PDF file in DotNet

2011-04-09 Thread Niravp
Hi, I need some help in dotnet. my requirements is that how to read password protected PDF file in .net. My code is below, With out password pdf open like, PdfReader reader = new PdfReader(this.inputPDF); but when pdf is password protected use this code, PdfReader reader = new PdfReader