Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-11-13 Thread Bruno Lowagie
Brian Sue wrote: > Bruno, Please don't mail me personally, KEEP ON THE MAILING LIST. Especially don't mail me personally using [iText-questions] in the Subject: It is misleading and wrong: I often throw away those mails because I know they're archived and I can still reply to them from the Usenet

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-06 Thread Bruno Lowagie (iText)
Paulo Soares wrote: > This is fixed in the CVS both for Java and C#. OK, I think I'll make a new release tomorrow (2.0.1); and then start debugging indentation issues in PdfDocument (in the hope they'll be fixed in version 2.0.2). br, Bruno

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-06 Thread Paulo Soares
This is fixed in the CVS both for Java and C#. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kent Smith > Sent: Tuesday, March 06, 2007 4:39 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-q

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-06 Thread Paulo Soares
I'm taking care of your problem (it's not a BouncyCastle problem). Paulo - Original Message - From: "Kent Smith" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 06, 2007 4:38 AM Subject: Re: [iText-questions] Usage Right For Acrobat Reader Problem > > G

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-05 Thread Kent Smith
Gentlemen, You are addressing the exact problem I need to solve, almost. My case has one difference. I have a PDF Acroform that I created with my licensed copy of Adobe Acrobat Pro ver 8. I am the author of the PDF form and need to set the password security and enable user rights. My (C# iTextS

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-01-25 Thread Leonard Rosenthol
Well, let's see - you DID modify the document with iText, so the message is 100% accurate that "the document has changed since it was created". How do you avoid that? Don't modify it with iText. The only way to prefill parts of a pre-existing Reader Enabled form is to use FDF data fed to

[iText-questions] Usage Right For Acrobat Reader Problem

2007-01-25 Thread Gilberto Fres
I create a form with the usage right for Acrobat Reader enabled. I test the form using the Acrobat reader and work find. I can save and export the data ok. But I want to fill out some of the form field using itext and the user should fill the rest of fields. I use the following code to fill out

Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-01-25 Thread Bruno Lowagie (iText)
Gilberto Fres wrote: > I create a form with the usage right for Acrobat Reader enabled. Thus you decide that you will stick with Adobe products, and not use any other product, as Adobe has the monopoly on Reader Enabled documents. > I test the form using the Acrobat reader and work fine. > I ca