[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.

[iText-questions] itextsharp C# file not found error

2010-06-13 Thread jean teo
Dear Sir/Madam, I get error message shown below, though I put the file in right place. It works when I run the project in IDE(locally), however it does work when I deploy to my server. It was not itextSharp.dll error because it works if I use PdfWriter to create pdf, but it will not work if i