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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
GroupDocs.Comparison Cloud allows to obtain list of changes between source and target files.
The following code sample demonstrates how to get list of all changes.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...PostChangesRequest ( options )) Ruby # For complete examples and...
GroupDocs.Comparison Cloud allows to accept or reject revisions from Word document and save the result.
The following code sample demonstrates how to accept all revisions.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...link: " + response . href ) Ruby # For complete examples and...
When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
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”....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...
This feature could be used only for Presentations, WordProcessing and Spreadsheet
GroupDocs.Comparison Cloud allows to compare documents that are protected with a password.
The following code sample shows how to compare password protected documents.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...api_instance . comparisons ( request ) Ruby # For complete examples and...
Download File API This API allows you to download a file from GroupDocs Cloud Storage.
API Explorer GroupDocs.Editor Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.
Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Annotation Product Solution GroupDocs...getMessage (), " \n " ; } ?> Ruby # Load the gem require 'gro...
Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter.... End users can view, annotate, sign, compare, convert and...and improvements. GroupDocs.Annotation for .NET Library References...
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....Annotation Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...