Copy link to clipboard
Copied
I am unable to find how to count number of pages in a pdf document.
Can anyone assist?
Copy link to clipboard
Copied
Using what method? If you want to use a script it's simply the numPages property, like this:
app.alert("This file has " + this.numPages + " pages.",3);
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more