Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

count pages in pdf document

New Here ,
Oct 22, 2016 Oct 22, 2016

I am unable to find how to count number of pages in a pdf document.

Can anyone assist?

TOPICS
Acrobat SDK and JavaScript , Windows
343
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 23, 2016 Oct 23, 2016
LATEST

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);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines