[iText-questions] iText support for XFA forms designed using AdobeDesigner

2010-07-08 Thread jean teo
hi, may I know how do I populate a listbox in a xfa form(done via Designer) using iText in c#? currently i uses this code it cannot work. . AcroFields fields=stamper.AcroFields; fields.setListOption("dropDown", new String[]  {"A","B","C"},new String[]{"1","2","3"}); hope to hear you soon.

Re: [iText-questions] iText support for XFA forms designed using AdobeDesigner...

2007-06-20 Thread Paulo Soares
- Original Message - From: "Chandaluri, Siva" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 20, 2007 11:33 PM Subject: [iText-questions] iText support for XFA forms designed using AdobeDesigner... Could you suggest me if it is possible to resolve my problem using iTe