Re: [iText-questions] Servlet and encrypt

2006-09-07 Thread Mark Storer
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

[iText-questions] Servlet and encrypt

2006-09-07 Thread Laurent YHUEL
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