About Getting Tab Order from form fields

Hi Support,

I have an question about tab Order we are getting from Field object. It’s depend from PDF I’m using but sometimes, I getting -1 as TabOrder:

sample_pdf.pdf (531.7 KB)

In the same topics, We have some examples with wierd TabOrder and not following the next control on the right.

demande-indemnite-conge-parental-fr.pdf (618.5 KB)

Want to know if it’s related to owner pdf or Aspose behavior.

Thanks in advance,
Tenjim

@Tenjim

Could you please provide more details about the specific PDF files you are using and the code you are implementing to retrieve the Tab Order from the Field object?

I’m using something like that :
AsposeDocument doc = new doc(path);
int tabOrder;

foreach(Field field in doc.Form.Fields)
{
tabOrder = field.TabOrder;
}

and there is already pdf examples on the initial message.

EDIT : in the second file, the tab order between aspose and adobe reader is not the same. I wonder why Aspose don’t have the same tab order than Adobe.

@Tenjim

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-59617

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.