Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 15,313 for

java sdk

(0.08 sec)
  1. 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...
  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. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....Buy Now Pricing Information SDKs Policies My Orders & Quotes...ows-and-columns.xlsx" } ] } SDK examples Our API is completely...

    docs.groupdocs.cloud/metadata/working-with-folder/
  4. 将 HTML 转换为 JSON 在 Node.js 中 | 在线网页导出为 JSON

    使用 GroupDocs.Conversion Cloud Sdk for Node.js 将 HTML 文件转换为 JSON 格式。通过 REST API 在线将结构化的 HTML 文档转换为 JSON 格式。...Conversion Cloud SDK for Node.js,您可以使用简单的 REST API...JSON,这使其非常适合后端自动化或数据迁移。 Node.js SDK 用于 HTML 转换为 JSON 将 HTML 转换为 JSON...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  5. Split Word file into multiple files in Java

    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....Polski 在 Java 中将 Word 文档拆分为单独的文件。 您是否正在寻找一种可靠且简单的方法来拆分 Java 中的 Word...文档? GroupDocs.Merger Cloud SDK for Java 提供了一种快速轻松地将 Word 文档拆分为多个文件的解决方案。出于多种原因,将...

    blog.groupdocs.cloud/zh/tag/split-word-file-int...
  6. Java split Word document into separate files by...

    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....但是,从 Java 中的 Word 文档中提取特定页面或一系列页面可能具有挑战性。幸运的是,GroupDocs...,GroupDocs.Merger Cloud SDK for Java 可以轻松地从 Word 文档中提取页面。在本教程中,我们将了解如何使用...

    blog.groupdocs.cloud/zh/tag/java-split-word-doc...
  7. Convert MPP to PDF on Document Processing REST ...

    Convert MPP to PDF on Document Processing REST APIs | GroupDocs Cloud Recent content in Convert MPP to PDF on Document Processing REST APIs | GroupDocs Cloud MPPをPDFに変換する – .NET REST APIを使用してMS Pro......イステップガイド Java REST APIを使用してMPPをPDFに変換 – 簡単で効率的 Java REST API...に変換する Document Conversion Cloud SDK for Python を使用して、Python のクラウド上で...

    blog.groupdocs.cloud/ja/tag/convert-mpp-to-pdf/...
  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. 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...
  10. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact 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 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...