Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 6,724 for

viewer

(0.07 sec)
  1. 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”....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  2. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-project-time...
  3. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into pages. API Usage There are steps that usage of GroupDocs....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/split-worksheets-in...
  4. 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....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  5. java document viewer on Document Processing RES...

    java document Viewer on Document Processing REST APIs | GroupDocs Cloud Recent content in java document Viewer on Document Processing REST APIs | GroupDocs Cloud Mengintegrasikan GroupDocs.Viewer u......java document viewer on Document Processing REST APIs | GroupDocs...Recent content in java document viewer on Document Processing REST...

    blog.groupdocs.cloud/id/tag/java-document-viewe...
  6. java document viewer on Document Processing RES...

    java document Viewer on Document Processing REST APIs | GroupDocs Cloud Recent content in java document Viewer on Document Processing REST APIs | GroupDocs Cloud GroupDocs.Viewer for Java Library'y......java document viewer on Document Processing REST APIs | GroupDocs...Recent content in java document viewer on Document Processing REST...

    blog.groupdocs.cloud/tr/tag/java-document-viewe...
  7. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples below. 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....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-archive-folder/
  8. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden 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....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  9. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-Viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "Viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/Viewer/storage/file/Viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "Viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/Viewer/storage/file/Viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "Viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/Viewer/storage/file/Viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "Viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/Viewer/storage/file/Viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Data...

    docs.groupdocs.cloud/viewer/viewresult/
  10. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...