GetMultiPage

Description Returns with the list of base64 string of the document pages.
Method Type POST
URL api/document/pages
Parameters
Name Type Description
PageFrom Int The first page to get the pages from.
PageTo Int The last page to get the pages from.
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 (List<String>) [Base64 image of the pages]

}

Programming notes

This API supports both documents stored in the database, or stored on the hard-drive.

Example

None

Requirements