Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 4,011 for

import

(0.04 sec)
  1. 使用 REST API 解决方案在 Python 中将 PDF 转换为 TXT

    适用于 Python 的 GroupDocs.Conversion Cloud SDK 使开发人员能够在其应用程序中无缝地添加高保真文档转换功能... # 导入模块 import groupdocs_conversion_cloud...

    blog.groupdocs.cloud/zh/conversion/extract-text...
  2. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...skipped the keys: import axios from 'axios' import signature_cloud...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  3. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....groupdocs_merger_cloud import * import groupdocs_merger_cloud...

    docs.groupdocs.cloud/merger/join-word-continous/
  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. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/verify-multiple-...
  6. 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....rsion-cloud-python-samples import groupdocs_conversion_cloud...d-go-samples package async import ( "fmt" "os" "time" "github...

    docs.groupdocs.cloud/conversion/convert-documen...
  7. Update QR-Code 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-qr-code-s...
  8. Convert XLSX to CSV in Java - A Step-by-Step Guide

    Learn how to convert Excel (XLS/XLSX) to CSV in Java using REST API. This article provides step-by-step instructions for converting Excel to CSV quickly....files, making them easier to import into other applications. In...Excel files to CSV: Firstly, import the required classes into your...

    blog.groupdocs.cloud/conversion/convert-excel-x...
  9. Use Python to Change Content of a TXT File - Ed...

    Use a REST API to easily alter text files using Python. Use this robust solution to easily edit, update, and customize web pages....according to the following steps: Import the groupdocs_editor_cloud...

    blog.groupdocs.cloud/editor/edit-text-file-with...
  10. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. 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 Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....groupdocs_merger_cloud import * import groupdocs_merger_cloud...

    docs.groupdocs.cloud/merger/join-document-cross...