GetPages method allows to create an image representation of each page of the document.
API usage There are steps that usage of GroupDocs.Annotation Cloud consists of:
Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser.
cURL example Request // First get JSON Web Token // Please get your App Key and App SId from https://dashboard....App Key in "client_secret" and App SID in "client_id" argument..."grant_type=client_credentials&client_id=xxxx&client_secret=xxxx"...