Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 5,620 for

storage api

(0.36 sec)
  1. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here).... API usage There are steps that usage...input document into cloud storage and other files, like digital...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Delete Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to delete signature from the signed document. The signature ID is needed to perform the delete, it comes from the result of sign or search operation. Api usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud Storage Delete signatures Download output document For Storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... API usage There are steps that usage...input document into cloud storage Delete signatures Download...

    docs.groupdocs.cloud/signature/delete-barcode-s...
  3. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users to get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....release is also included Eleven API improvements like displaying...for further details. Complete API changes is listed below: New...

    blog.groupdocs.cloud/comparison/introduction-of...
  4. Verify text signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). Api usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud Storage Verify signatures For Storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST Api directly from the browser.... API usage There are steps that usage...into cloud storage Verify signatures For storage operations,...

    docs.groupdocs.cloud/signature/verify-text-sign...
  5. Verify Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). Api usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud Storage Verify signatures For Storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST Api directly from the browser.... API usage There are steps that usage...into cloud storage Verify signatures For storage operations,...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  6. Manage Metadata of Documents using Java & .NET ...

    Add metadata, edit, remove & extract metadata from 50+ file formats in Java and C# using REST Api and open-source Metadata SDKs for Java and .NET....Metadata Manipulation Cloud API. This enriches the document metadata...Java developers as On-Premise APIs for developers, and as Free...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  7. Remove Metadata By Property Value | Documentation

    This REST Api allows to remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value. 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....feedback On this page This REST API allows to remove metadata properties..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Set Metadata By Tag | Documentation

    This REST Api allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag 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. curl -v "https://Api....feedback On this page This REST API allows to set document metadata..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  9. Remove Metadata By Property Name Match Exact Ph...

    This REST Api allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. 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....feedback On this page This REST API allows to remove metadata properties..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Set Metadata By Property Name | Documentation

    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 date and time information in all properties that may have names containing “Date” value. 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....feedback On this page This REST API allows to set document metadata..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...