GetNumberOfPages

Description Returns with the number of pages from a document using the specified Content-Engine
Method Type POST
URL api/document/number-of-pages
Parameters
Name Type Description
DocumentID Object

The specified document’s DocumentID.

The DocumentID can be any object, for example an absolute path of a file, or a database row ID. The specified Content-Engine will interpret the DocumentID and serve the document.

CE (Optional) String

The Specified Content-Engine.

Possible values:

0: Default Content-Engine (default)

1: FileEngine

2: DatabaseEngine

Response Type JSON (JsonResult)
Return values

{

pages (Int) [Number of pages]

}

Programming notes

None

Example

None

Requirements