Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 30,955 for

client id

(0.15 sec)
  1. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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 Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Token # Please get your Client Id and Client Secret from https://dashboard...place Client Id in client_id and Client Secret in "client_secret"...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  2. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....Token # Please get your Client Id and Client Secret from https://dashboard...place Client Id in client_id and Client Secret in "client_secret"...

    docs.groupdocs.cloud/metadata/get-document-info...
  3. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. 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....Token # Please get your Client Id and Client Secret from https://dashboard...place Client Id in client_id and Client Secret in "client_secret"...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to set new metadata creator name. 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....Token # Please get your Client Id and Client Secret from https://dashboard...place Client Id in client_id and Client Secret in "client_secret"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  5. Delete Template | Documentation

    This REST API provIdes the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Token # Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/parser/delete-template/
  6. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to remove metadata properties that have “creator” phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Token # Please get your Client Id and Client Secret from https://dashboard...place Client Id in client_id and Client Secret in "client_secret"...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. 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....Token # Please get your Client Id and Client Secret from https://dashboard...place Client Id in client_id and Client Secret in "client_secret"...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at Client sIde Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....storage Edit HTML document at client side Upload HTML document back...FileInfo.VersionId File version Id Useful for storages that support...

    docs.groupdocs.cloud/editor/working-with-presen...
  9. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation 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. For protected documents, it is also required to provIde a password....storage version File version Id Useful for storages that support...Token * Please get your Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/merger/change-page-orienta...
  10. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each 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....storage VersionId File version Id Useful for storages that support...Token * Please get your Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/merger/join-document-pages/