Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 4,415 for

language

(0.07 sec)
  1. GroupDocs.Viewer Cloud 18.11 Release Notes | Gr...

    Major Features The most notable features in this release are: Added next file formats support: CGM (Computer Graphics Metafile) PST (MS Outlook data file) OST (MS Outlook data file) PCL (Printer Command Language) TSV (Tab Separated values) Temporally removed support for CAD file formats (DXF, DWG, DWF, DGN) Added Time interval option for rendering MS Project documents Added possibility to get project start and end dates from MS Porject document Added support of rendering Microsoft Project documents as HTML with embedded resources Added new option which allows setting list of fonts to exclude when rendering into HTML Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERCLOUD-215 Time interval option for rendering MS Project documents Feature VIEWERCLOUD-216 Add CGM (Computer Graphics Metafile) file format support Feature VIEWERCLOUD-217 Add support for rendering PST file format Feature VIEWERCLOUD-218 Add support for rendering OST file format Feature VIEWERCLOUD-219 Obtaining start and end dates from MS Porject document Feature VIEWERCLOUD-224 Option for setting the list of fonts that should be excluded from HTML Feature VIEWERCLOUD-225 Add PCL file format support Feature VIEWERCLOUD-226 Add TSV (Tab-separated values) file format support Feature VIEWERCLOUD-228 Exclude CAD file formats from list of supported formats Feature VIEWERCLOUD-95 Photoshop file format (PSD) is not listed as supported file format Bug VIEWERCLOUD-208 Objects model schema is missing at apireference....file) PCL (Printer Command Language) TSV (Tab Separated values)...

    docs.groupdocs.cloud/viewer/groupdocs-viewer-cl...
  2. 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....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  3. About containerize.com - Websites - groupdocs.com

    containerize.com Leverage free open source software to automate all business functions from marketing to sales. Facil......in the world's most popular language PHP. It is an open source...in the world's most popular language PHP. It is an open source...

    websites.groupdocs.com/containerize/com/
  4. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. 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....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/viewer/reorder-pages/
  5. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  6. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  7. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. 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....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  8. 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....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  9. 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....database system or development language. We provide and support API...SDKs in many development languages in order to make it even easier...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  10. Export Markdown to PDF in Java - A Step-by-Step...

    Learn how to convert Markdown files to PDF in Java using REST API. Follow our guide with code examples and discover advanced options for customization....simple and easy-to-use markup language that can be used to create...

    blog.groupdocs.cloud/conversion/convert-markdow...