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