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 I only know “PdfEncryptor”.

But “PdfEncryptor” work with files.

 

So can I protect my document against modification without write it temporally on web-server.

 

Thanks,

 

Laurent

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to