Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 8,231 for

page

(0.08 sec)
  1. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Phrase Leave feedback On this page This REST API allows to set...your project. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. GroupDocs.Annotation Cloud | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Guide Release Notes Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/annotation/
  3. GroupDocs.Comparison Cloud | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Guide Release Notes Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/comparison/
  4. Data structures | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......PreviewOptions RemoveOptions Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/annotation/data-structures/
  5. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Document Information Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/annotation/basic-usage/
  6. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. This will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Quickstart Leave feedback On this page Create an account Creating an...SaveRequest ( saveOptions )); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/editor/quickstart/
  7. Split PowerPoint PPT or PPTX Presentations in Ruby

    Online PPTX Splitter tool helps to separate PPTX file Pages fast and easy. This article is about how to split powerPoint PPT or PPTX presentations in Ruby....rearrange a single page or a collection of pages from supported document...using REST API. You can split pages of any PPTX file into separate...

    blog.groupdocs.cloud/merger/split-powerpoint-pp...
  8. Available SDKs | Documentation

    GroupDocs.Signature Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....SDKs Leave feedback On this page GroupDocs.Signature Cloud is...zero initial cost: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/signature/available-sdks/
  9. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. 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; Document Page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Information Leave feedback On this page This REST API allows obtaining...Document file format; Document page count. The table below contains...

    docs.groupdocs.cloud/watermark/get-document-inf...
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....AnnotationInfo Leave feedback On this page AnnotationInfo data structure...PageNumber Gets or sets the number of page where annotation will be placed...

    docs.groupdocs.cloud/annotation/annotationinfo/