Re: [iText-questions] disable printing of signed pdf file

2009-10-29 Thread Leonard Rosenthol
You need to encrypt the PDF (and add the necessary digital rights) PRIOR to signing it! Leonard -Original Message- From: kamal kumar [mailto:skamalaku...@yahoo.com] Sent: Thursday, October 29, 2009 9:28 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] disable

[iText-questions] disable printing of signed pdf file

2009-10-29 Thread kamal kumar
Hi, I want to disable printing of signed pdf file. How to do this using iText? Thanks, Kamal. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend

Re: Re: [iText-questions] Disable printing and Saving copy in Browser

2006-01-09 Thread Aneesh K raj
  Hi, Yes i browsed the links... We cant restrict the user from saving a copy... :( Thanks for answering to m persistent queries.. Atleast learnt a new aspect Thanks & regards.. AKumar On Mon, 09 Jan 2006 Vineet Reynolds wrote : >You cant. Atleast when it comes to knowledgeable people

Re: [iText-questions] Disable printing and Saving copy in Browser

2006-01-09 Thread Vineet Reynolds
You cant. Atleast when it comes to knowledgeable people. http://princeoflightning.blogspot.com/2005/12/silent-print-pdf-print-pdf.html http://www.adobeforums.com/cgi-bin/[EMAIL PROTECTED]@.3bbb311e http://www.adobeforums.com/cgi-bin/[EMAIL PROTECTED]@.3bbac656/0 On 1/7/06, AKumar <[EMAIL PROTECTE

[iText-questions] Disable printing and Saving copy in Browser

2006-01-09 Thread AKumar
Hi all, I am displaying a Pdf in the browser using a servlet...and i have to disbale the user from either printing or saving a copy of the pdf. In a standalone program ..i tried this pdf.setEncryption(PdfWriter.STRENGTH128BITS, "Hello", "World",0); It disabled printing but not the saving a

Re: [iText-questions] Disable printing

2003-10-25 Thread Leonard Rosenthol
At 12:12 PM +0200 10/23/03, [EMAIL PROTECTED] wrote: How can I disable printing on existing PDF file with JDK 1.1.x? Look at the encrypt_pdf example. Leonard -- --- Leonard Rosenthol

Re: [iText-questions] Disable printing

2003-10-24 Thread Paulo Soares
Use the source/jar at itextpdf.sf.net. Best Regards, Paulo Soares --- [EMAIL PROTECTED] wrote: > Hello! > > How can I disable printing on existing PDF file with > JDK 1.1.x? > > TIA! > > Best regards, > Matjaz __ Do you Yahoo!? The New Yahoo! Shopping - with

RE: [iText-questions] Disable printing

2003-10-24 Thread Paulo Soares
Use the source/jar at itextpdf.sf.net. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2003 11:13 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Disable printing > > >

[iText-questions] Disable printing

2003-10-23 Thread Matjaz . Trtnik
Hello! How can I disable printing on existing PDF file with JDK 1.1.x? TIA! Best regards, Matjaz