Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 6,576 for

client id

(0.2 sec)
  1. 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....Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provIded: the convert API method will return the converted document in the response body...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H "Content-Type: application/x-www-form-urlencoded"...

    docs.groupdocs.cloud/conversion/convert-email-d...
  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....JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. 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...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H 'Content-Type: application/x-www-form-urlencoded'...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  5. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # Get JSON Web Token # Ensure Client_Id and Client_SECRET are set as environment variables....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  6. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove 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 remove metadata properties that have “creator” phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure Client_Id and Client_SECRET env variables are set....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. Add Metadata By Property Name | Documentation

    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 that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure Client_Id and Client_SECRET are set as environment variables. 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" # Add metadata to a document curl -v "https://api....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment...'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET'...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve Client_Id and Client_SECRET from your GroupDocs Cloud dashboard. 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" # Add metadata to a document (example) curl -v "https://api....Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Summarize Documents in C# | Document Summarizat...

    How to summarize document content using .NET REST API. Create concise summaries of PDFs, Word files, and text documents using AI-powered summarization....Configuration( "YOUR_CLIENT_ID" , "YOUR_CLIENT_SECRET" ); var rewriterApi...a JWT access token based on client credentials. curl -v -X POST...

    blog.groupdocs.cloud/rewriter/summarize-documen...
  10. 在 Python 中使用 REST API 编辑 Excel 工作表 |在 Python 中编...

    使用适用于 Python 的 Excel 电子表格编辑器云 SDK,在 Python 中使用云中的 REST API 以编程方式编辑 Excel 工作表(XLS 或 XLSX)。...在执行上述步骤之前,请 从仪表板获取您的客户端 ID 和密码 。获得 ID 和密码后,添加如下所示的代码: # 此代码示例演示如何在代码中添加您的客户端...此代码示例演示如何在代码中添加您的客户端 ID 和密码。 client_id = "659fe7da-715b-4744-a0f7-cf469a392b73"...

    blog.groupdocs.cloud/zh/editor/edit-excel-sheet...