Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 9,094 for

conversion java

(0.11 sec)
  1. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....Conversion Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  2. Link Annotation | Documentation

    Link annotation adds a hyper link to document 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Conversion Product Solution GroupDocs...Annotation added: " + link . Title ); Java & Android // For complete examples...

    docs.groupdocs.cloud/annotation/link-annotation/
  3. How to self-host GroupDocs.Editor Cloud with Do...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Conversion Product Solution GroupDocs...apiInstance . GetSupportedFileForm (); Java & Android // For complete examples...

    docs.groupdocs.cloud/editor/self-host-with-docker/
  4. 下一代 GroupDocs.Conversion for Cloud 18.3 中引入 PHP...

    下一代 GroupDocs.Storage for Cloud 是一個經過改進的全新 REST API,用於在雲應用程序/網站中執行不同的存儲相關操作...我們正在推出適用於其他流行平台(例如 Ruby、Java、Python 等)的 SDK。這些 SDK 以及工作示例託管在我們的...

    blog.groupdocs.cloud/zh-hant/total/first-public...
  5. 下一代 GroupDocs.Conversion for Cloud 18.3 中引入 PHP...

    下一代 GroupDocs.Storage for Cloud 是一个经过改进的全新 REST API,用于在云应用程序/网站中执行不同的存储相关操作...我们正在推出适用于其他流行平台(例如 Ruby、Java、Python 等)的 SDK。这些 SDK 以及工作示例托管在我们的...

    blog.groupdocs.cloud/zh/total/first-public-rele...
  6. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....Conversion Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  7. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....Conversion Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  8. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets....Conversion Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/render-print-areas/
  9. 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....Conversion Product Solution GroupDocs...apiInstance . Comparisons ( request ); Java // For complete examples and...

    docs.groupdocs.cloud/comparison/compare-multipl...
  10. Translating Srt files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating Srt files....Conversion Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/subti...