Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,436 for

viewer family

(0.06 sec)
  1. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  2. How to Add pagination in the converted html - F...

    how will add Pagination in HTML Output during DOCX to HTML Conversion....Conversion Cloud Product Family Lokesh7351 December 25, 2023...please try GroupDocs.Viewer Cloud API Viewer. It renders input documents...

    forum.groupdocs.cloud/t/how-to-add-pagination-i...
  3. 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”....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  4. Convert Word Document to PDF from Azure Cloud S...

    URL returned by PHP file after conversion of the document. https://api.groupdocs.cloud/v2.0/conversion/storage/file/converted/docssample.pdf The error I’m getting accessing that document is as followes {“requestId”:“c…...Total Cloud Product Family convert-word-to-pdf gopalsharma...I add some security using “ viewer ” api , security gets added...

    forum.groupdocs.cloud/t/convert-word-document-t...
  5. 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  6. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  7. 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  8. Get View Info for MS Project Document | Documen...

    GroupDocs.Viewer Cloud provides additional information such as project start and end dates for MS Project documents when calling Info method. Following example demonstrates how to retrieve view information for MS Project document. 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/get-view-info-for-m...
  9. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  10. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.AddressFilter; 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Advanced...

    docs.groupdocs.cloud/viewer/filter-mail-storage/