Tab order number change - script
Copy link to clipboard
Copied
My pdf file is 200 + pages. I have same field in different pages, different tab order number. I want to change to tab order to 3 of that particular field in all the pages which contain that field.
Is it possible? Any script to change tab order number?
Copy link to clipboard
Copied
A script can only set the tab order to the first three options under the Tab Order drop-down: Rows, Columns or Structure (whatever that means). It can't set it on a field-by-field basis, unfortunately.
Copy link to clipboard
Copied
Can you please share script
Copy link to clipboard
Copied
this.setPageTabOrder(0, "rows");
Replace "rows" with "columns" or "structure", if you wish, and 0 with the page number to modify (0 is the first page of the file).
Copy link to clipboard
Copied
How to refer particular field.
Copy link to clipboard
Copied
I want to set particular field to particular order no. for example field "previous_designation"--> order no 5 in all the page.
Copy link to clipboard
Copied
Read my first reply.
Copy link to clipboard
Copied
Nothing mentioned about field name..
Copy link to clipboard
Copied
There are only the three posted options.
Copy link to clipboard
Copied
> It can't set it on a field-by-field basis, unfortunately.
Copy link to clipboard
Copied
surprise about limitation. This is important required.

