Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,594 for

import

(0.03 sec)
  1. 使用 Java 将 GIF 图像转换为 PDF 文件 - 分步指南。

    了解如何使用 GroupDocs.Conversion Cloud SDK 在 Java 中将 GIF 图像转换为 PDF 文件。按照分步指南立即转换您的图像。...classes; import com.groupdocs.cloud.conversion.api.*; import com.groupdocs...groupdocs.cloud.conversion.model.*; import com.groupdocs.cloud.conversion...

    blog.groupdocs.cloud/zh/conversion/convert-gif-...
  2. Incorrect Python Sdk Example - Free Support For...

    The python example shown on the document conversion webpage has a minor mistake. The example shows “ConversionApi”, which I believe should be “ConvertApi”, as is confirmed by the output when attempting to evaluate the co…... # Import module import groupdocs_conversion_cloud...groupdocs_conversion_cloud from shutil import copyfile # Get your client_id and...

    forum.groupdocs.cloud/t/incorrect-python-sdk-ex...
  3. GroupDocs.cloud Holidays Offer – Get 25% off Gr...

    Sign Documents (over 20+ supported formats) with different siganture types Text Signatures with various format, styles and appearance ,Image Signatures, Digital Signatures Barcode Signatures QRCode Signatures using GroupDocs.Signature Cloud SDK for Python....code: # Import module import asposestoragecloud import groupdocs_signature_cloud...post_search_barcode_request import PostSearchBarcodeReq from ...

    blog.groupdocs.cloud/signature/14009/
  4. Translating text with GroupDocs.Translation SDK...

    How to use GroupDocs.Translation Cloud SDK for translating texts....sample files: Python import time import groupdocs_translation_cloud...groupdocs_translation_cloud import TextRequest , Format api =...

    docs.groupdocs.cloud/translation/text/sdk/
  5. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....DocumentOperations ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/quick-start/
  6. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....ExtractPages ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/extract-pages/
  7. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the Important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It 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 OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser.... The description of the important API parameters is given below:...SecurityOperations ; import com.groupdocs.cloud.merger.client.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/security-operations/
  8. Pptx to pdf how it works - Free Support Forum -...

    Hello, I am trying to use convert Api to takes a PPTX file and transform to PDF with an SDK on Python-Django but I dont know what I am doing wrong. Now with my code doesnt get into response and on the other hand say I …... # Import module import groupdocs_conversion_cloud...groupdocs_conversion_cloud from shutil import copyfile # Get your client_id and...

    forum.groupdocs.cloud/t/pptx-to-pdf-how-it-work...
  9. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Request curl -X POST "https://api....s ; import com.groupdocs.cloud.conversion.api.* ; import com...ApiException ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  10. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....SplitDocument ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/split-document/