指定ページの単語総数を表示する
対応バージョン

3.0a 4.0 4.05 5.0 6.0
Windows
×
×
×


Macintosh
×
×
×


ポイント
wd = this.getPageNumWords(0);
説  明
指定ページの単語総数を表示するにはgetPageNumWords()で単語数を取得するページ数を指定します。

サンプル

wd = this.getPageNumWords(0);
app.alert(wd);

 
■サンプルスクリプトを実行する >> Acrobat で動作確認
補足説明
なし