Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 3,694 for

name

(0.03 sec)
  1. 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....html" } ], "attachments" : [ { "name" : "(Inbox)0.msg" , "path" :...chments/(Inbox)0.msg" }, { "name" : "(Inbox)1.msg" , "path" :...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  2. Convert HTML to PNG Image in Java - HTML to PNG...

    Easily convert HTML documents to high-quality images using Java Cloud SDK. This article is about how to convert HTML to PNG image in Java programmatically....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Next, set the input HTML file...

    blog.groupdocs.cloud/conversion/convert-html-to...
  3. Java Convert HTML to Word DOC or DOCX.

    Learn how to convert HTML to Word (DOC, DOCX) programmatically in Java using GroupDocs.Conversion Cloud REST API, quickly and efficiently....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Next, set the input HTML file...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. Convert TIFF to PDF in Java

    Learn how to convert TIFF to PDF in Java programmatically. Get accurate and high-quality conversions with customizable settings and secure data handling....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Next, provide the cloud storage name. Set the input TIFF file path...

    blog.groupdocs.cloud/conversion/tiff-file-to-pd...
  5. Convert PowerPoint to images using Java SDK: A ...

    Learn how to convert PowerPoint to PNG images programmatically in Java using REST API. Our step-by-step guide will help you understand the process with ease....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Next, set the input PowerPoint...

    blog.groupdocs.cloud/conversion/convert-powerpo...
  6. Convert Excel to JSON in Java

    Convert Excel to JSON data using secure and easy to use REST API. This article is about how to build an XLSX to JSON converter in Java programmatically....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...instance. Then, set the storage name and input the XLSX file path...

    blog.groupdocs.cloud/conversion/convert-excel-f...
  7. Convert GIF Images to PDF Files in Java - A Ste...

    Learn how to convert GIF images to PDF files in Java using the GroupDocs.Conversion Cloud SDK. Follow step-by-step guide to convert your images today....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Next, set the input GIF file...

    blog.groupdocs.cloud/conversion/convert-gif-ima...
  8. 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....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Then, provide the cloud storage name. Next, set the input JPG file...

    blog.groupdocs.cloud/conversion/convert-jpg-ima...
  9. Select others MPP file Columns on Conversion - ...

    Im converting a .mpp file to .csv via Conversion API, and i was successful, but about the tasks data, i needed the conclusion (%) column. Its possible to include on API response?...data, are: [ID,Active,Task Mode,Name,Duration,Start,Finish,Predecessors...

    forum.groupdocs.cloud/t/select-others-mpp-file-...
  10. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions...."ImageHeight" : 0 } ImageOptions fields Name Description RenderOptions fields...

    docs.groupdocs.cloud/viewer/pdfoptions/