Re: [iText-questions] Problem with merging PDF forms

2006-01-29 Thread Luis Catalino
Thanks for your post. You are right. Luis Catalino2006/1/27, Paulo Soares <[EMAIL PROTECTED]>: Fields with the same name but different type will vanish. You shouldrename the fields.> -Original Message-> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On> Behalf Of Luis Catalino> Sent

Re: [iText-questions] Mac OS X error when using PdfGraphics2D.

2006-01-29 Thread Paulo Soares
Send me your PdfGraphics2d.java. Paulo - Original Message - From: "Jeff Adams" <[EMAIL PROTECTED]> To: Sent: Sunday, January 29, 2006 1:12 AM Subject: [iText-questions] Mac OS X error when using PdfGraphics2D. My apologies if this is a well-known issue already. But I am using Mac

Re: [iText-questions] vb.net examples

2006-01-29 Thread Paulo Soares
  - Original Message - From: "Antoine" <[EMAIL PROTECTED]> To: Sent: Sunday, January 29, 2006 2:07 PM Subject: [iText-questions] vb.net examples Hi,I was most frustrated (and then happy) to find the vb.net examples afterhaving slogged through co

Re: [iText-questions] Re: .net pdfwriter

2006-01-29 Thread Paulo Soares
Those are old examples. See the .NET documentation for the options to use a method or a property. - Original Message - From: "Antoine" <[EMAIL PROTECTED]> To: Sent: Sunday, January 29, 2006 3:47 PM Subject: [iText-questions] Re: .net pdfwriter On 29/01/06, Antoine <[EMAIL PROTECTED]

[iText-questions] Re: .net pdfwriter

2006-01-29 Thread Antoine
On 29/01/06, Antoine <[EMAIL PROTECTED]> wrote: > Hi, > There seem to be a few things missing, like setPdfVersion, am I just > doing something wrong or is it not there? Forget that. I have noticed that a number of members have been renamed without the leading get/set. Unfortunately the examples (l

[iText-questions] .net pdfwriter

2006-01-29 Thread Antoine
Hi, There seem to be a few things missing, like setPdfVersion, am I just doing something wrong or is it not there? Cheers Antoine -- This is where I should put some witty comment. --- This SF.net email is sponsored by: Splunk Inc. Do you grep t

[iText-questions] Mac OS X error when using PdfGraphics2D.

2006-01-29 Thread Jeff Adams
My apologies if this is a well-known issue already. But I am using Mac OSX and just discovered it. I got this error when trying to paint a component using the PdfGraphics2D. apple.awt.EventQueueExceptionHandler Caught Throwable : java.lang.IllegalArgumentException: null incompatible with

[iText-questions] vb.net examples

2006-01-29 Thread Antoine
Hi,I was most frustrated (and then happy) to find the vb.net examples after having slogged through converting a few from c#/java. I just wanted to know how the conversion was done, and to point out that there are still a few remnants in from the original java code - many (if not all) of the paramet

Re: [iText-questions] Confusion with PdfStamper and PdfCopy (correction)

2006-01-29 Thread Bruno Lowagie
David Woosley wrote: This email corrects a typo from the previous one ... (1) I have three templates with AcroFields: france.pdf germany.pdf england.pdf OK (2) I create three stampers with an output stream of ByteArrayOutputStream, Three different ByteArrayOutputStream objects. fil

[iText-questions] Confusion with PdfStamper and PdfCopy (correction)

2006-01-29 Thread David Woosley
This email corrects a typo from the previous one ... (1) I have three templates with AcroFields: france.pdf germany.pdf england.pdf (2) I create three stampers with an output stream of ByteArrayOutputStream, fill in the fields, flatten the content and close each stamper (??? -- I'm assuming I sh