Hi, If I encrypt the pdf file using the following code it works, the form doesn't allow me to fill the form. This is GOOD.
stamper.setEncryption(null, null, PdfWriter.AllowFillIn, PdfWriter.ENCRYPTION_RC4_40); But if use stamper.setEncryption(null, null, PdfWriter.AllowFillIn, PdfWriter.ENCRYPTION_RC4_128); I doesn't seem to work. What could be the reason? Thanks, Mustafa ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
