Re: [iText-questions] Designer RadioButton work-around?

2007-07-06 Thread sseif
OK, I have made some progress but still not quite where I would like. I have discovered you need to do the following: Document xfaDoc = acroFields.getXfa().getDomDocument(); /* Add entry node below to appropriate forms */

Re: [iText-questions] Designer RadioButton work-around?

2007-07-06 Thread Paulo Soares
: Re: [iText-questions] Designer RadioButton work-around? OK, I have made some progress but still not quite where I would like. I have discovered you need to do the following: Document xfaDoc = acroFields.getXfa().getDomDocument(); /* Add entry node below to appropriate

Re: [iText-questions] Designer RadioButton work-around?

2007-07-05 Thread sseif
in Designer and see what XML is created. Paulo - Original Message - From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, June 13, 2007 2:44 AM Subject: Re: [iText-questions] Designer RadioButton work-around? So let me rehash what you're saying

Re: [iText-questions] Designer RadioButton work-around?

2007-06-14 Thread Carl H. Sayres
I have had the same Expected a name object error with radio buttons, and up to now my solution was simply to avoid radio buttons. I was unaware of the Acroforms vs XFA issue. If a form is created using Adobe Acrobat (not Lifecycle Designer, just the simple tools in Acrobat), is it possible to

Re: [iText-questions] Designer RadioButton work-around?

2007-06-14 Thread Carl H. Sayres
After a bit of experimentation I found that I could recreate the form from scratch in Acrobat, and then everything works! Thanks again for a terrific library! Carl Carl H. Sayres wrote: I have had the same Expected a name object error with radio buttons, and up to now my solution was

Re: [iText-questions] Designer RadioButton work-around?

2007-06-13 Thread Paulo Soares
PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, June 13, 2007 2:44 AM Subject: Re: [iText-questions] Designer RadioButton work-around? So let me rehash what you're saying to be clear. You are recommending the solution around the Expected a name object error is to not use

Re: [iText-questions] Designer RadioButton work-around?

2007-06-13 Thread Bruno Lowagie
Paulo Soares wrote: You have in the Adobe site the pdf reference and the pdf reference. Replace pdf by XFA in one of the above references ;-) br, Bruno - This SF.net email is sponsored by DB2 Express Download DB2 Express

Re: [iText-questions] Designer RadioButton work-around?

2007-06-13 Thread sseif
Thanks guys, I will see what I can do and if I come up with a fair solution, I will post it back here. Also, last night I was thinking about an alternate method to tackle the issue. You know how I said that if I copied the fields first (via PdfCopyFields), everything worked fine if I

Re: [iText-questions] Designer RadioButton work-around?

2007-06-12 Thread Paulo Soares
: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Cc: Paulo Soares [EMAIL PROTECTED] Sent: Saturday, June 09, 2007 12:30 AM Subject: Re: [iText-questions] Designer RadioButton work-around? I have attached the source and sample PDF. I have two rendering methods producing different results

Re: [iText-questions] Designer RadioButton work-around?

2007-06-12 Thread sseif
- Original Message - From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Cc: Paulo Soares [EMAIL PROTECTED] Sent: Saturday, June 09, 2007 12:30 AM Subject: Re: [iText-questions] Designer RadioButton work-around? I have attached the source and sample PDF. I have two rendering

Re: [iText-questions] Designer RadioButton work-around?

2007-06-12 Thread sseif
: Paulo Soares Sent: Saturday, June 09, 2007 12:30 AM Subject: Re: [iText-questions] Designer RadioButton work-around? I have attached the source and sample PDF. I have two rendering methods producing different results. The first (renderTestPdfByteWise) is close to what we are doing

[iText-questions] Designer RadioButton work-around?

2007-06-08 Thread sseif
I know by default iText is not working completely with Designer designed forms. My current client is using Designer for which I have little control and for everything but radiobuttons, iText is working fine. Basically a user requests a form from the server and using iText I prefill the data.

Re: [iText-questions] Designer RadioButton work-around?

2007-06-08 Thread Paulo Soares
, 2007 9:48 PM Subject: [iText-questions] Designer RadioButton work-around? I know by default iText is not working completely with Designer designed forms. My current client is using Designer for which I have little control and for everything but radiobuttons, iText is working fine. Basically

Re: [iText-questions] Designer RadioButton work-around?

2007-06-08 Thread sseif
PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, June 08, 2007 9:48 PM Subject: [iText-questions] Designer RadioButton work-around? I know by default iText is not working completely with Designer designed forms. My current client is using Designer for which I have little