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);
Find more inspiration, events, and resources on the new Adobe Community
Explore Now