Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 41,040 for

sdk

(0.37 sec)
  1. Cells Conversion on Document Processing REST AP...

    Cells Conversion on Document Processing REST APIs | GroupDocs Cloud Recent content in Cells Conversion on Document Processing REST APIs | GroupDocs Cloud معرفی PHP Sdk در نسل بعدی GroupDocs.Convers......| GroupDocs Cloud معرفی PHP SDK در نسل بعدی GroupDocs.Conversion...شامل تعدادی بهبود جدید و PHP SDK برای Cloud API است. این API می...

    blog.groupdocs.cloud/fa/tag/cells-conversion/in...
  2. Python Document Merging on Document Processing ...

    Python Document Merging on Document Processing REST APIs | GroupDocs Cloud Recent content in Python Document Merging on Document Processing REST APIs | GroupDocs Cloud Document Merger C#、Java、Pytho......js 用のクラウド API と SDK ドキュメント結合クラウド API と SDK を探索して、ドキュメントをスムーズに操作します。クラウド...

    blog.groupdocs.cloud/ja/tag/python-document-mer...
  3. 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 เป็น Po......Conversion Cloud SDK สอดแทรก HTML เข้ากับ PowerPoint...ด้วย GroupDocs.Conversion Cloud SDK แทรก HTML ใน PowerPoint หรือแปลง...

    blog.groupdocs.cloud/th/tag/embed-webpage-into-...
  4. 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...
  5. 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...
  6. 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-...
  7. GroupDocs.Viewer Cloud Product Family

    Document Automation APIs along with open-source Sdks to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Document Viewer REST API and Python SDK Render Project Data using a REST...Document Viewer REST API and Python SDK For rendering MPP or MPT documents...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  8. 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-...
  9. 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...
  10. 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/