Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 14,623 for

java sdk

(0.05 sec)
  1. S3 access in hosted mode without key - Free Sup...

    A question: if I run the conversion cloud product self-hosted as a docker container in my AWS account, it’s my preference to grant access to the container in question to access the S3 buckets via ecs metadata, rather tha…...described is supported by the AWS SDK for .NET, which uses the AWS...S3_STORAGE_SECRET_KEY are not provided, the SDK will fall back to using other...

    forum.groupdocs.cloud/t/s3-access-in-hosted-mod...
  2. 使用 Python 从 PDF 中提取特定数据 |休息API

    使用适用于 Python 的 Document Parser Cloud Sdk 在 Python 中使用云中的 REST API 以编程方式从 PDF 中提取特定数据。...本文应涵盖以下主题: 文档解析器 REST API 和 Python SDK 使用 Python 通过模板对象提取数据 使用 Python...通过模板文件提取数据 文档解析器 REST API 和 Python SDK # 为了解析 PDF 文档并基于模板提取数据,我将使用 GroupDocs...

    blog.groupdocs.cloud/zh/parser/extract-specific...
  3. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Buy Now Pricing Information SDKs Policies My Orders & Quotes...Response { "exists" : true } SDK examples Our API is completely...

    docs.groupdocs.cloud/annotation/working-with-st...
  4. 使用 Ruby 将 PDF 转换为可编辑的 Word 文档

    您可以在云端的 Ruby 中将 PDF 转换为 Word DOCX。在本文中,我们将学习如何使用 Ruby Cloud API 将 PDF 转换为可编辑的 Word 文档。...转换 REST API 和 Ruby SDK 使用 Ruby Cloud SDK 将 PDF 转换为可编辑的 Word 文档...Word PDF 转换 REST API 和 Ruby SDK # 要将 PDF 转换为 DOCX ,我将使用 GroupDocs...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  5. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare options set with some default values that provides both - appropriate comparison speed and quality. Example below demonstrates how to change different changes types styling. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: "result.docx" } SDK example Using an SDK (API client) is the...

    docs.groupdocs.cloud/comparison/customize-chang...
  6. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: "result.docx" } SDK example Using an SDK (API client) is the...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  7. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: 595 , "height" : 841 } ] } SDK examples The API is completely...

    docs.groupdocs.cloud/annotation/get-document-in...
  8. How to self-host GroupDocs.Annotation Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Buy Now Pricing Information SDKs Policies My Orders & Quotes...your browser. Using SDK We generate our SDKs in different languages...

    docs.groupdocs.cloud/annotation/self-host-with-...
  9. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Output/mixed-pages.docx" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/merger/mix-document-pages/
  10. Java split Word document into separate files by...

    Java split Word document into separate files by page on Document Processing REST APIs | GroupDocs Cloud Recent content in Java split Word document into separate files by page on Document Processing......Java split Word document into separate files by page on Document...GroupDocs Cloud Recent content in Java split Word document into separate...

    blog.groupdocs.cloud/pt/tag/java-split-word-doc...