Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 37,764 for

get pages

(0.3 sec)
  1. Get Document Pages | Documentation

    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....Document / Get Document Pages Get Document Pages Leave feedback...feedback On this page GetPages method allows to create an image representation...

    docs.groupdocs.cloud/annotation/get-pages/
  2. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document Pages. The result is a new document that has rotation changed for specified Pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify Pages range start/end page numbers. There is also an ability to Get only even/odd Pages from the specified page range by setting RangeMode property....Guide / Pages Operations / Rotate Pages Rotate Pages Leave feedback...feedback On this page This REST API allows changing page rotation angle...

    docs.groupdocs.cloud/merger/rotate-pages/
  3. Attachment Pages | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Get Email Attachment Pages List for HTML Rrepresentation Sometimes, it is required to Get email attachments as Pages. You can retrieve list of attachment Pages for HTML representation using following API. It returns object with list of attachment Pages or ZIP archive with actual Pages as HTML when “application/zip” accept header specified. The following GroupDocs....Attachment Pages Attachment Pages Leave feedback On this page Note...The features listed in this page are supported only in GroupDocs...

    docs.groupdocs.cloud/viewer/attachment-pages/
  4. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting Pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified Pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract Pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Guide / Pages Operations / Extract Pages Extract Pages Leave feedback...feedback On this page Extract Pages by Exact Page Numbers This REST...

    docs.groupdocs.cloud/merger/extract-pages/
  5. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on Pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to Get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page..../ Basic usage / Get Document Information Get Document Information...Information Leave feedback On this page This API retrieves document...

    docs.groupdocs.cloud/annotation/get-document-in...
  6. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s Pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document Pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....Developer Guide / Get Document Information Get Document Information...Information Leave feedback On this page This REST API allows us to obtain...

    docs.groupdocs.cloud/merger/get-document-inform...
  7. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify Pages range start/end page numbers. There is also an ability to Get only even/odd Pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Guide / Pages Operations / Remove Pages Remove Pages Leave feedback...feedback On this page This REST API provides an ability to remove...

    docs.groupdocs.cloud/merger/remove-pages/
  8. Swap Pages | Documentation

    This REST API allows swapping two Pages of positions within the source document. The result is a new document where two Pages have their positions exchanged. For swapping Pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document Pages....Developer Guide / Pages Operations / Swap Pages Swap Pages Leave feedback...On this page This REST API allows swapping two pages of positions...

    docs.groupdocs.cloud/merger/swap-pages/
  9. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document Pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to Get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "..../ Basic usage / Get Document Information Get Document Information...Information Leave feedback On this page This API retrieves document...

    docs.groupdocs.cloud/signature/get-document-inf...
  10. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s Pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Request * First Get JSON Web Token * Please Get your Client Id and Client Secret from https://dashboard....Developer Guide / Get Document Information Get Document Information...Information Leave feedback On this page This REST API allows us to obtain...

    docs.groupdocs.cloud/editor/get-document-inform...