Document Page Counter

Overview

The plugin returns the number of pages in PDF document, slides in presentation and sheets in excel file. This custom function can be used anywhere in the Appian expression editor by providing the document ID of the document.

Key Features & Functionality

The plugin contains functions, as follows:

  1. getnumberofpages() - Returns the number of pages in the given PDF.
  2. getnumberofsheets() - Returns the number of sheets in the given Excel.
  3. getnumberofslides() - Returns the number of slides in the given PPT.
  4. getnumberofpagesindocument() - Returns the number of pages in DOCX or DOC(Works only for the documents created using Microsoft Word)
Anonymous