Re: [iText-questions] Setting security in the pdf document

2003-07-10 Thread Leonard Rosenthol
At 4:47 PM -0600 7/10/03, David Thielen wrote: How do I set the security in the pdf document (can print, can copy, etc.)? Look at the encrypt_pdf.java example. Leonard -- --- Leonard Rosenthol

[iText-questions] Setting security in the pdf document - Part II

2003-07-10 Thread David Thielen
] Sent: Thursday, July 10, 2003 4:53 PM Subject: RE: [iText-questions] Setting security in the pdf document Hi   Look at the setEncryption method of the PdfWriter. For example to allow only printing use this :   writer.setEncryption(PdfWriter.STRENGTH40BITS, null, null

[iText-questions] Setting security in the pdf document

2003-07-10 Thread David Thielen
Hi;   How do I set the security in the pdf document (can print, can copy, etc.)?   thanks - dave