Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 5,444 for

storage api

(0.31 sec)
  1. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible Api that can be used to build legally-binding e-signature apps with web signature capture functionality....Total for Cloud APIs: 10% off annual Business and...The GroupDocs.Total for Cloud API offer is available to customers...

    blog.groupdocs.cloud/total/december-2014-newsle...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST Apis | GroupDocs Cloud...file to CSV in Java using REST API. XML (eXtensible Markup Language)...Convert SVG to PNG using Java API. SVG (Scalable Vector Graphics)...

    blog.groupdocs.cloud/groupdocs.cloud/page/22/
  3. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. Api usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud Storage Search signatures For Storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... API usage There are steps that usage...into cloud storage Search signatures For storage operations,...

    docs.groupdocs.cloud/signature/search-for-multi...
  4. 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. Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://Api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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...JSON Web Token curl -v 'https://api.groupdocs.cloud/connect/token'...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. 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. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://Api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Join several documents into one (example endpoint) curl -v "https://Api....feedback On this page This REST API allows to remove metadata properties...CLIENT_SECRET curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. Status and Error Codes | Documentation

    An overview of GroupDocs Assembly Cloud Api status and error codes....interacting with Assembly Cloud API: Status Code HTTP Status Code...not be found in the Cloud Storage, the Assembly Cloud Service...

    docs.groupdocs.cloud/assembly/getting-started/s...
  7. Verify multiple 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-multiple-...
  8. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible Api that can be used to build legally-binding e-signature apps with web signature capture functionality....all the libraries, apps and APIs that we have for a platform...plans. GroupDocs.Total for Cloud APIs: 10% off annual Business and...

    blog.groupdocs.cloud/total/welcome-2015-groupdo...
  9. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST Apis | GroupDocs Cloud...into One in Java using REST API. Merging PDF documents provides...manage multiple files, saving storage space, streamlining workflow...

    blog.groupdocs.cloud/groupdocs.cloud/page/19/
  10. Add Metadata By Property Name | Documentation

    This REST Api allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://Api.groupdocs.cloud/connect/token" \ -X POST \ -d 'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET' \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document curl -v "https://Api....feedback On this page This REST API allows you to add metadata information...variables. curl -v "https://api.groupdocs.cloud/connect/token"...

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