Re: [iText-questions] iText in a servlet using ByteArrayOutputStream

2006-02-10 Thread Bruno Lowagie
Vineet Reynolds wrote: It seems like the acrobat toolbars and Window UI have been disabled. ;-) I hadn't thought of that because the viewer preferences aren't set in the OP's code. It's a poor man's way of protecting a document. br, Bruno ---

Re: [iText-questions] iText in a servlet using ByteArrayOutputStream

2006-02-10 Thread Vineet Reynolds
It seems like the acrobat toolbars and Window UI have been disabled. It can be reenabled using the F8 and F9 function keys on the keyboard. If you want to set the viewer preference to view the toolbar (in case the toolbars are not being displayed, as in your case), then you must set the appropriate

Re: [iText-questions] iText in a servlet using ByteArrayOutputStream

2006-02-10 Thread Bruno Lowagie
Nebermann, Detlef wrote: Hi there, I have tried out a servlet to create a pdf file in memory using ByteArrayOutputStream and it works fine. In acrobat reader i cannot save or copy the document. If you have found a way to prevent saving or copying a document that is served using a Servlet the