Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 41,045 for

sdk

(0.17 sec)
  1. \"XMLからテキストを抽出する\" on Document Processing REST ...

    \"XMLからテキストを抽出する\" on Document Processing REST APIs | GroupDocs Cloud Recent content in \"XMLからテキストを抽出する\" on Document Processing REST APIs | GroupDocs Cloud \"XMLからテキストを抽出する C# | .NET Cloud Sdk を使......NET Cloud SDK を使用して XML テキストを取得する\" \"...\"XMLファイルからテキストをC#で抽出する方法を学びます。.NET Cloud SDKを使用して、XMLドキュメントからプログラムでテキストを取...

    blog.groupdocs.cloud/ja/tag/\xmlからテキストを抽出する\/in...
  2. Convert JSON to HTML Online on Document Process...

    Convert JSON to HTML Online on Document Processing REST APIs | GroupDocs Cloud Recent content in Convert JSON to HTML Online on Document Processing REST APIs | GroupDocs Cloud JavaでJSONをHTMLに変換 - J......Conversion Cloud SDKを使用したJSONからHTMLへの変換の手順を説明します。...に変換する GroupDocs.Conversion Cloud SDK for Node.js をインストールし、プログラムで JSON...

    blog.groupdocs.cloud/ja/tag/convert-json-to-htm...
  3. json to html conversion on Document Processing ...

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

    blog.groupdocs.cloud/fa/tag/json-to-html-conver...
  4. 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-...
  5. 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...
  6. 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/
  7. 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...
  8. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. Linux/MacOS/Bash # 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 arguments. curl -v 'https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."DateTime" } ] } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Compare Excel Files using C# .NET REST API

    Easily compare two or more Excel (XLSX) workbooks in C# .NET. Highlight differences, track changes, and generate comparison reports programmatically....Comparison Cloud SDK for .NET , you can programmatically...the GroupDocs.Comparison Cloud SDK for .NEt . It allows you to compare...

    blog.groupdocs.cloud/comparison/compare-excel-f...
  10. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. 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" # cURL example to join several documents into one curl -v "https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."setCount" : 1 } SDK examples Using an SDK (API client) is the...

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