Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 6,515 for

id client

(0.07 sec)
  1. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985.... However, manually writing client code can be difficult, error-prone...import groupdocs_viewer_cloud client_id = "XXXX-XXXX-XXXX-XXXX" #...

    docs.groupdocs.cloud/viewer/metered-consumption/
  2. Convert JPG to PDF C#| JPEG in to PDF using .NE...

    Learn how to convert JPG or JPEG images into professional, print-ready PDF in C#. GuIde covers setup, coding for JPEG to PDF using REST API and cURL....Studio Code, or other supported IDE). Now, in order to use the SDK...ConvertApi object by using client credentials. var configurations...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  3. Timeout error ApiClient - Free Support Forum - ...

    Getting this today: com.groupdocs.cloud.merger.Client.ApiException: java.net.SocketTimeoutException: timeout at com.groupdocs.cloud.merger.Client.ApiClient.execute(ApiClient.java:789) ~[groupdocs-merger-cloud-22.5.jar!…...client.ApiException: java.net.SocketTimeoutExcepti:...com.groupdocs.cloud.merger.client.ApiClient.execute(ApiClient...

    forum.groupdocs.cloud/t/timeout-error-apiclient...
  4. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    在 Node.js 中使用云上的 REST API 与 GroupDocs.Comparison Cloud SDK for Node.js 以编程方式比较 PDF 文件。...在执行上述步骤之前,请从 dashboard 获取您的 Client ID 和 Secret。获得 ID 和密码后,添加如下所示的代码: global...forEach(change => { console.log(change.id + 1 +"- Target Text: " + change...

    blog.groupdocs.cloud/zh/comparison/compare-pdf-...
  5. 使用 Java 中的 REST API 将文档呈现为 HTML5 |适用于 Java 的 Gr...

    GroupDocs.Viewer Cloud 是一个文档渲染和查看 REST API 解决方案,提供了完全的平台和编程语言自由。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...com.groupdocs.cloud.viewer.client.ApiException; import com.groupdocs...

    blog.groupdocs.cloud/zh/viewer/render-documents...
  6. Error Conversion used for two years now generat...

    I’ve been using this code in Python for about two years, and I’ve always performed the conversion correctly. About a week ago, this conversion was successful, and a file was generated, but it was very large and left an …...shutil client_id = ‘CLIENT_IDclient_secret = ‘CLIENT_SECRET’...ConvertApi.from_keys(client_id, client_secret) # Prepare request...

    forum.groupdocs.cloud/t/error-conversion-used-f...
  7. Translating text with GroupDocs.Translation SDK...

    How to use GroupDocs.Translation Cloud SDK for translating texts....Client ; using GroupDocs.Translation.Cloud.Sdk.Client.Auth..."YOU_CLIENT_ID" ; config . OAuthClientSecret = "YOU_CLIENT_SECRET"...

    docs.groupdocs.cloud/translation/text/sdk/
  8. GroupDocs Backend Account/Storage Mapping Issue...

    There seems to be a GroupDocs’ backend account/storage mapping issue using python. I had similar problems testing with Aspose (and finally gave up). I can authenticate, but I always get a 401 for uploads. I’ve tried with…...HTTPError: 401 Client Error: Unauthorized for url:...AME”) GROUPDOCS_ID = os.getenv(“GROUPDOCS_ID”) GROUPDOCS_SECRET...

    forum.groupdocs.cloud/t/groupdocs-backend-accou...
  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...