RE: [iText-questions] DocumentException with stamper.setEncryption

2006-05-04 Thread Paulo Soares
orge.net > Subject: [iText-questions] DocumentException with > stamper.setEncryption > > Hi all, > > I'm trying to set encryption using the setEncryption method. > Below is the a > snippet of the source > > PdfReader reader = new PdfReader(inputPDFFormByteArr

[iText-questions] DocumentException with stamper.setEncryption

2006-05-04 Thread Abhay Shah
Hi all, I'm trying to set encryption using the setEncryption method. Below is the a snippet of the source PdfReader reader = new PdfReader(inputPDFFormByteArr); PdfStamper stamper = new PdfStamper(reader, outputStream); FdfReader fdfReader = new FdfReader(fdfByteArr); int