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

java sdk

(0.13 sec)
  1. DNN 的 PDF 和 Office Java 文档查看器模块 |集团文档

    GroupDocs 发布了一个模块,允许 DNN 开发人员将其可下载的 Java 文档查看器集成到他们的 DNN 网站中。...2014年8月 向 Java Web 应用程序添加注释功能 借助 GroupDocs.Annotation for Java,开发人员可以向基于...Java,开发人员可以向基于 Java Web 的应用程序添加复杂的注释功能。 GroupDocs.Annotation 帮助小组协作并...

    blog.groupdocs.cloud/zh/annotation/focus-groupd...
  2. 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...
  3. Annotate PDF Documents using a REST API in Pyth...

    Programmatically Annotate PDF documents using a REST API on the cloud in Python with Document Annotation Cloud Sdk for Python....Annotation REST API and Python SDK Annotate PDF Documents using...Annotation REST API and Python SDK # For annotating PDF documents...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  4. Convert PDF to Editable Word Document using Nod...

    Programmatically Convert PDF to Editable Word Document using a REST API in Node.js. Node.js Sdk allows converting PDF to DOC and DOCX files....js SDK Convert PDF to Editable Word...Conversion REST API and Node.js SDK # To perform the conversion of...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  5. 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...
  6. 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...
  7. 使用 REST API 编辑 Word 文档或 Excel 工作表

    使用适用于 Python 的 Document Editor Cloud Sdk,使用 Python 中云端文档中的 REST API 以编程方式编辑 Word 文档或 Excel 工作表。...本文应涵盖以下主题: 文档编辑器 REST API 和 Python SDK 使用 REST API 编辑 Word 文档 使用 REST...工作表 文档编辑器 REST API 和 Python SDK # 为了编辑 Word 文档或 Excel 工作表,我将使用...

    blog.groupdocs.cloud/zh/editor/edit-word-or-exc...
  8. 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...
  9. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Output/joined.docx" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  10. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."output/rotate-pages.pdf" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/merger/rotate-pages/