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

Re: [iText-questions] How to merge multiple PDF into a temporary PDF and show on browser?

2006-01-07 Thread Bruno Lowagie
Robin Zhao wrote: Hi all, How to merge multiple PDF into a temporary PDF and show on browser? That's as easy as 1, 2, 3. temporary means don't save in hardisk. Then why do you write the file to merge.pdf using a FileOutputStream? I added some hints to your code. I don't claim they will wo

[iText-questions] How to merge multiple PDF into a temporary PDF and show on browser?

2006-01-07 Thread Robin Zhao
Hi all, How to merge multiple PDF into a temporary PDF and show on browser? For example: there are multiple PDF files in c:\pdf, i want to merge them into one temporary PDF, temporary means don't save in hardisk. What i am done is: i create a servlet, inside servlet it call another class to m

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

2006-01-07 Thread Kumar
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, Regards Kumar --- This SF.net email is sponsored by: Splunk Inc. Do you grep throug

Re: [iText-questions] How to : DocMDP

2006-01-07 Thread Leonard Rosenthol
At 02:15 PM 1/6/2006, Vincent Saulnier wrote: I need to use DocMDP to certify documents and permit multiple signatures on PDF documents with iText. What is the best way to achieve this? Start writing all the necessary code to add to iText to support this feature - as it doesn't exist

Re: [iText-questions] How to : DocMDP

2006-01-07 Thread Paulo Soares
iText doesn't support certified docs. - Original Message - From: "Vincent Saulnier" <[EMAIL PROTECTED]> To: Sent: Friday, January 06, 2006 7:15 PM Subject: [iText-questions] How to : DocMDP Hi, I need to use DocMDP to certify documents and permit multiple signatures on PDF documents