Sort Score
Result 10 results
Languages All
Labels All
Results 8,881 - 8,890 of 9,123 for

merger

(0.19 sec)
  1. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/get-document-inform...
  2. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images 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....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/create-document-...
  3. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.signatureCloud API Reference lets you to try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/working-with-fil...
  4. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/render-document-wit...
  5. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/extract-annotat...
  6. 在 Python 中將 SVG 轉換為 JPG 並將 JPG 轉換為 SVG

    使用 python 將 SVG 圖像轉換為 JPG 並將圖像格式 JPG 轉換為特定大小或 dpi 的 SVG。讓我們看看如何在 Python 中將 SVG 轉換為 JPG 以及將 JPG 轉換為 SVG...convert_document(request) except groupdocs_merger_cloud.ApiException as e: print("Exception...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  7. Chuyển SVG sang JPG và JPG sang SVG bằng Python

    Chuyển đổi hình ảnh SVG sang JPG và định dạng hình ảnh JPG sang SVG có kích thước cụ thể hoặc dpi bằng python. Hãy xem cách chuyển đổi SVG sang JPG và JPG sang SVG bằng Python...convert_document(request) except groupdocs_merger_cloud.ApiException as e: print("Exception...

    blog.groupdocs.cloud/vi/conversion/convert-svg-...
  8. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/convert-document/
  9. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/working-with-sea...
  10. 在 Python 中将 SVG 转换为 JPG 并将 JPG 转换为 SVG

    使用 python 将 SVG 图像转换为 JPG 并将图像格式 JPG 转换为特定大小或 dpi 的 SVG。让我们看看如何在 Python 中将 SVG 转换为 JPG 以及将 JPG 转换为 SVG...convert_document(request) except groupdocs_merger_cloud.ApiException as e: print("Exception...

    blog.groupdocs.cloud/zh/conversion/convert-svg-...