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
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