Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,173 for

err

(0.04 sec)
  1. 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....com" , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  2. 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....2 , 1 }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/reorder-pages/
  3. 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....50 , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  4. 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....ImageQualityMedium , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  5. 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....1000 , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  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....PageSizeA4 , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    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....TextOverflowModeHide , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  8. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...."Receiver" }, }, }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertEmailWithFiel...

    docs.groupdocs.cloud/conversion/convert-email-d...
  9. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF..., }, }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  10. 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....UTC ), }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/render-project-time...