Re: [iText-questions] Locking Documents using iText

2003-06-17 Thread Subbiah
e 17, 2003 2:52 PM Subject: Re: [iText-questions] Locking Documents using iText > When you write the PDFs, use the method > PdfWriter.setEncryption() and set it with the > constants provided in PdfWriter: Allow*. You might > want to start with zero/no permissions and see what > tha

Re: [iText-questions] Locking Documents using iText

2003-06-17 Thread Matt Benson
When you write the PDFs, use the method PdfWriter.setEncryption() and set it with the constants provided in PdfWriter: Allow*. You might want to start with zero/no permissions and see what that does? -Matt --- Subbiah <[EMAIL PROTECTED]> wrote: > Hi, > I am using iText to convert text document

[iText-questions] Locking Documents using iText

2003-06-17 Thread Subbiah
Hi, I am using iText to convert text documents to pdf, but if I open it in Adobe Acrobat 5 and try to make Text adjustments, it alows me to make them. I want to know if there is a method if we can disable this. Thank you very much   regards, Don S