Form.FieldsNames Strange Behavior

I have a PDF form with many fields and the FieldsNames property is not returning the complete collection.

The field collection returned is:

0, 1, 2, 3, 4, Title, First, Last

It should be:

Date.0, Date.1, Date.2, Date.3, Date.4, Title, First, Last (plus a lot more)

I’ve attached the PDF form document. Thanks.

Dear cohenn,
Thanks for considering Aspose.

In adobe 6.0 and Adobe designer 7.0, it is not completely compatible with the field name format. So some bugs occurs when I adjust my program to 7.0.

Now the bug has been fixed and as always recommended, please try to use the latest version of the API that contains maximum fixes and enhancements.