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

sdk

(0.15 sec)
  1. Add Metadata By Property Name Match Exact Phras...

    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 with the same name as specified. 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 add metadata to a document 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-p...
  2. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from 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" # 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...
  3. C#: Convert MPP to Excel | Export MS Project to...

    Learn how to convert Microsoft Project (MPP) files to Excel (XLS/XLSX) online. A step-by-step guide to export MS Project data into Excel for easy analysis....Conversion Cloud SDK for .NET offers a simple yet...Excel spreadsheets. With this SDK, developers can: Convert MPP...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  4. Convert JSON to CSV | Transform JSON to CSV in ...

    Our comprehensive guide for seamless JSON to CSV conversion in C# .NET. How to transform JSON data into CSV format using GroupDocs.Conversion Cloud API....Conversion Cloud SDK for .NET offers a wide range...you can easily integrate this SDK into your applications and accomplish...

    blog.groupdocs.cloud/conversion/convert-json-to...
  5. PDF Viewer Plugin for WordPress Officially Rele...

    Convert JPG to Editable PPT and PPT to JPG in Java...NET SDK version 2.19.0 Published GroupDocs Java SDK version...GroupDocs PHP SDK version 1.9.0 Published GroupDocs Python SDK version...

    blog.groupdocs.cloud/viewer/groupdocs-viewer-ja...
  6. C# .NET Convert MPP to PDF | Export MS Project ...

    How to convert Microsoft Project (MPP) files to PDF using .NET REST API. Step-by-step guide to export MS Project into PDF for easy sharing and reporting...Conversion Cloud SDK for .NET provides developers...apps. Install SDK via NuGet # Install the SDK in your .NET project...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  7. Convert Word to PDF on Document Processing REST...

    Convert Word to PDF on Document Processing REST APIs | GroupDocs Cloud Recent content in Convert Word to PDF on Document Processing REST APIs | GroupDocs Cloud REST APIを使用してRubyでWordドキュメントをPDFに変換 ユ......に変換する Document Conversion Cloud SDK for Python を使用して、Python のクラウド上で...ドキュメントを PDF に変換します。 Node.js SDK を使用すると、クラウド上で DOC および DOCX ファイルを...

    blog.groupdocs.cloud/ja/tag/convert-word-to-pdf...
  8. Extract Pages From Word Documents using Rest AP...

    Easily extract specific pages from word documents as individual files. This article is about how to extract pages from word documents using Rest API in Ruby...Extraction REST API and Ruby SDK Extract Specific Pages from Word...Extraction REST API and Ruby SDK # To split word to individual...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  9. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."output/add-password.docx" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/merger/security-operations/
  10. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract 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 extract metadata creator information from all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Person" } ] } ] } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/extract-metadata-...