Sort Score
Result 10 results
Languages All
Labels All
Results 8,741 - 8,750 of 9,018 for

merger

(0.09 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. 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-...
  3. 在 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...
  4. Summarizing files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files summarization....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  5. Simplifying files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files simplification....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  6. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/
  7. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  8. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  9. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the values in the CLIENT_ID and CLIENT_SECRET environment variables....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/get-supported-file-...
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/get-document-me...