What is the DOM expression to get current page where the cursor is:
app.activeDocument.currentPage ?
|
What is the DOM expression to get current page where the cursor is:
| |||
|
feedback
|
|
You want:
This will give you the actual page number name as a string (i.e. if your pages are numbered in roman then this will give 'v' for the fifth page). | |||
|
feedback
|