Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of
Laurent YHUELSent: Thursday, September 07, 2006 5:21
AMTo: itext-questions@lists.sourceforge.netSubject:
[iText-questions] Servlet and encrypt
Hello
I use itext in servlet with stream
Hello
I use itext in servlet with stream like this:
Document document = new Document(PageSize.A4, 50, 50, 70,
70);
ByteArrayOutputStream baos = new
ByteArrayOutputStream();
PdfWriter writer = PdfWriter.getInstance(document,
baos);
And to disallow modification on this document