Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,631 for

import

(0.16 sec)
  1. Convert PDF to Word Document in Java using REST...

    Convert PDF to editable Word DOC using PDF to Word converter fast, and reliable APIs. Let's see how to convert PDF to Word document in Java using REST API....below, you can convert and import PDF into a Word document: Upload...download software can be used to import PDF into Word file in windows...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  2. 在 Python 中将 CSV 转换为 JSON 并将 JSON 转换为 CSV

    我们的 API 可帮助您快速将流行的数据格式转换为您需要的格式。本文介绍如何在 Python 中将 CSV 转换为 JSON 以及将 JSON 转换为 CSV。...在你的 python 应用程序中导入 Python SDK import groupdocs_conversion_cloud...文件中。您可以使用以下代码示例下载它: # API初始化以下载转换后的文件 import shutil file_api = groupdocs_conversion_cloud...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  3. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....rsion-cloud-python-samples import groupdocs_conversion_cloud...d-go-samples package async import ( "fmt" "os" "time" "github...

    docs.groupdocs.cloud/conversion/convert-documen...
  4. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/update-barcode-s...
  5. 如何使用 Python 将 PDF 转换为可编辑的 Word 文档

    使用 Python Cloud SDK 将 PDF 转换为可编辑的 Word 文档,以便在任何平台上进行文档转换,而无需依赖第三方工具或应用程序。...Conversion Cloud Python 包 # 导入模块 import groupdocs_conversion_cloud...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  6. Storage API Credits hosting on private self inf...

    From the API usage I see, I’m charged one credit for each upload/download I’ve a few questions within the cloud plan on API billing, if someone can help answer: I’m confused as to what exactly is the difference betwe…...merger API: import requests def join_documents(logger...join_documents method: import requests import logging def join_documents(logger...

    forum.groupdocs.cloud/t/storage-api-credits-hos...
  7. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/sign-document-wi...
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...files, making them easier to import into other applications. Convert...

    blog.groupdocs.cloud/groupdocs.cloud/page/19/
  9. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-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.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://api.groupdocs.cloud/v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....rison-cloud-python-samples import groupdocs_comparison_cloud...

    docs.groupdocs.cloud/comparison/metered-consump...
  10. 如何在 Python 中使用 REST API 将 PowerPoint 转换为 PDF

    从 PowerPoint PPTX 转换为 PDF 是一种可行的文档保护选项。让我们学习如何在 Python 中使用 REST API 将 PowerPoint 转换为 PDF。...cloud import groupdocs_conversion_cloud...文件保存在云端。您可以使用以下代码示例下载它: # API初始化以下载转换后的文件 import shutil file_api = groupdocs_conversion_cloud...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...