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
]
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
Hi;
How do I set the security in the pdf document (can
print, can copy, etc.)?
thanks - dave