Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 41,749 for

sdk

(0.08 sec)
  1. compare DOCX files on Document Processing REST ...

    compare DOCX files on Document Processing REST APIs | GroupDocs Cloud Recent content in compare DOCX files on Document Processing REST APIs | GroupDocs Cloud C# .NET を使用してオンラインで Word ドキュメントを比較する | ......Comparison Cloud SDK for Node.js を使用して、Node.js のクラウド上の...文書を比較する Document Comparison Cloud SDK for Python を使用して、Python のクラウド上で...

    blog.groupdocs.cloud/ja/tag/compare-docx-files/...
  2. Remove Metadata By Property Name | Documentation

    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 may have names containing “Application” string. Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."removedCount" : 1 } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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" # Example: retrieve metadata (join several documents into one) curl -v "https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Document" } ] } ] } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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" # Example: remove metadata from a document curl -v "https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."removedCount" : 1 } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT 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' # Join several documents into one curl -v 'https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."addedCount" : 1 } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  6. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: [] } ... ] } } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  7. embed webpage into powerpoint on Document Proce...

    embed webpage into powerpoint on Document Processing REST APIs | GroupDocs Cloud Recent content in embed webpage into powerpoint on Document Processing REST APIs | GroupDocs Cloud HTMLをPowerPointに変......Conversion Cloud SDK を利用します。HTML を PowerPoint に簡単に挿入したり、HTML...に埋め込む GroupDocs.Conversion Cloud SDK を使用して C# で HTML を PowerPoint...

    blog.groupdocs.cloud/ja/tag/embed-webpage-into-...
  8. insert html in powerpoint on Document Processin...

    insert html in powerpoint on Document Processing REST APIs | GroupDocs Cloud Recent content in insert html in powerpoint on Document Processing REST APIs | GroupDocs Cloud HTMLをPowerPointに変換する - PP......Conversion Cloud SDK を利用します。HTML を PowerPoint に簡単に挿入したり、HTML...に埋め込む GroupDocs.Conversion Cloud SDK を使用して C# で HTML を PowerPoint...

    blog.groupdocs.cloud/ja/tag/insert-html-in-powe...
  9. convert html to json on Document Processing RES...

    convert html to json on Document Processing REST APIs | GroupDocs Cloud Recent content in convert html to json on Document Processing REST APIs | GroupDocs Cloud تبدیل HTML به JSON با استفاده از No......Conversion Cloud SDK برای Node.js به فرمت JSON تبدیل...از GroupDocs.Conversion Cloud SDK برای Node.js تبدیل کنید. داده...

    blog.groupdocs.cloud/fa/tag/convert-html-to-jso...
  10. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Buy Now Pricing Information SDKs Policies My Orders & Quotes...Install the SDK of your choice GroupDocs Cloud SDK is written...

    docs.groupdocs.cloud/classification/quick-start/