Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 4,011 for

import

(0.05 sec)
  1. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    文檔編輯 REST API 允許使用 C#、Java、PHP、Python 等編輯文字處理文檔、電子表格、演示文稿和 Web 文檔(例如 HTML)。...ditor-cloud-python-samples import groupdocs_editor_cloud app_sid...

    blog.groupdocs.cloud/zh-hant/editor/update-word...
  2. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows to compare more than 2 documents that are protected with a password. The following code sample shows how to compare password-protected documents. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....rison-cloud-python-samples import groupdocs_comparison_cloud...

    docs.groupdocs.cloud/comparison/compare-multipl...
  3. Convert JPG to SVG in Java - A Step-by-Step Guide.

    Learn how to convert JPG images to SVG files via Java: A Step-by-Step Guide Using GroupDocs.Conversion Cloud SDK for Java....code mentioned below: Firstly, import the required classes into your...

    blog.groupdocs.cloud/conversion/convert-jpg-ima...
  4. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  5. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  6. Merge Word Documents in Java

    Learn how to merge Word documents DOC or DOCX in Java using GroupDocs.Merger Cloud SDK for Java with this comprehensive step-by-step guide....documents into one: Firstly, import the required classes into your...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  7. Merge PowerPoint Files into One - Simplify Your...

    Learn how to easily merge PowerPoint files into one in Java. This article provides a step-by-step guide and code examples for Java developers....follow these steps: Firstly, import the required classes into your...

    blog.groupdocs.cloud/merger/merge-powerpoint-fi...
  8. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  9. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  10. Render Visio Document Figures | Documentation

    When you are converting Visio files, you can choose what you want to render: Visio scheme pages or figures of Visio scheme. If Visio scheme does not contain pages - only figures will be rendered. To force render Visio figures please set RenderFiguresOnly property to true in VisioRenderingOptions. You can set width of each figure, height will be calculated by proportions automatically. API Usage There are steps that usage of GroupDocs....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...

    docs.groupdocs.cloud/viewer/render-visio-docume...