GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered.
The following code sample shows how to render N consecutive pages of a document.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....provide the starting page number and the number of the pages to be rendered...}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...