Missing formfields

Hello!
I try to get all formfields from a document. The document has 3 formfields but I only get 2 fields (P00070104 is missing).
I use this code:

Aspose.Words.Document mydoc = new Aspose.Words.Document("ff_test.doc");
Aspose.Words.Fields.FormFieldCollection ffc = mydoc.Range.FormFields;

I attached a sample doc.
Thx
Tom

Hi Tom,
Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

The issues you have found earlier (filed as WORDSNET-5072) have been fixed in this Aspose.Words for .NET 20.6 update and this Aspose.Words for Java 20.6 update.