add bookmark automation in a table (EX:S01-first row to S25-Last row)
Hi Everyone,
I have just tried to apply automation using bookmark in table first to last row using EX: S0(Start)-S(25)(End). but its not workout.
I need to insert first word before each row.
ie:First row-S01,Second row-S02 like wise each row script will put automatically.
Please anyone give solution.
I have tried my script, but script not working.
var doc = app.activeDocument;
myTF=myDoc.pages.item(0).textFrames.();
var bookmarksPanel = app.panels.itemByName("$ID/Bookmark_Tree");
bookmarksPanel.visible = false;
for(i=S0;i<=S25;i++){
myTF.insertionPoints.item(0).contents=i+S0;
}
alert("completed")
Thanks Inadvance
Sabari
