Re: Re: Re: [iText-questions] Disable Save as copy and print buttons in browser

2006-01-08 Thread Aneesh K raj
Hi, Thank youi tried it with this and got it.. Regards  AKumar On Sun, 08 Jan 2006 Vineet Reynolds wrote : >Use com.lowagie.text.pdf.PdfWriter.HideToolBar in the >com.lowagie.text.pdf.PdfWriter.setViewerPreferences(int preferences) > >On 8 Jan 2006 09:54:17 -, Aneesh K raj <[EMAIL PRO

Re: Re: [iText-questions] Disable Save as copy and print buttons in browser

2006-01-08 Thread Vineet Reynolds
Use com.lowagie.text.pdf.PdfWriter.HideToolBar in the com.lowagie.text.pdf.PdfWriter.setViewerPreferences(int preferences) On 8 Jan 2006 09:54:17 -, Aneesh K raj <[EMAIL PROTECTED]> wrote: > > > > Hi, > How can i hide the toolbar..whats the code i should include? > > Thanks..in advance > >

Re: Re: [iText-questions] Disable Save as copy and print buttons in browser

2006-01-08 Thread Aneesh K raj
  Hi, How can i hide the toolbar..whats the code i should include? Thanks..in advance On Sun, 08 Jan 2006 Vineet Reynolds wrote : >You can hide entire toolbars (which can be unhidden again by the user), but >no a single button. > >On 1/8/06, Kumar <[EMAIL PROTECTED]> wrote: > > > > Hi all, > >

Re: [iText-questions] Disable Save as copy and print buttons in browser

2006-01-08 Thread Vineet Reynolds
You can hide entire toolbars (which can be unhidden again by the user), but no a single button.On 1/8/06, Kumar < [EMAIL PROTECTED]> wrote:Hi all,How can i disable the print and save as buttons of the adobe plugin in the browser for a PDF file that i am sending to the user..Thanks in advance,Regard

Re: [iText-questions] Disable Save as copy and print buttons in browser

2006-01-07 Thread Bruno Lowagie
Kumar wrote: Hi all, How can i disable the print and save as buttons of the adobe plugin in the browser for a PDF file that i am sending to the user. Print: by encrypting the doc and setting the permissions right. Save As: that's not going to happen; not with iText, not with any other tool