Hi
I am a part of the development team that recently requested a fix from this thread
http://www.aspose.com/Community/Forums/thread/84275.aspxThe main problem was fixed, however additional issues were found or probably been there for some time before.
The initial fdf file contains list of items that are stored in the combobox. For example:
Item - Export Value
1 - Green
2 - Red
3 - Yellow.
The selected value of combobox is for example 2. The acrobat shows "Red" written in the combobox text area.
When I generate the file using aspose. The result file clears all the list items (which is OK), but instead of showing the "Red" like adobe does, just shows number 2 !
If I use:
form.FlattenAllFields();
Then not even the number is shown. The text area is just empty.
Dmitri.