Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 10,319 for

new

(0.06 sec)
  1. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailConnection connection = new EmailEwsConnection ( "https://outlook...

    docs.groupdocs.com/parser/java/extract-emails-f...
  2. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....class="gd-widget"> <h5>Create new folder:</h5> <div> <input cl...($current\_user->is\_admin == "1") { $ss = new Sugar\_Smarty(); $ss->assign('savedText'...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  3. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  4. ASP.NET WebForms Modern UI Document Viewer v2.1...

    GroupDocs is pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer v2.1.0 using GroupDocs.Viewer for .NET 18.1. This release v2.1.0 comes up with New features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this New version....0 comes up with new features and improvements for...to download and explore this new version. Features Overview #...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  5. Control documents comparison sensitivity in Java

    Document comparison is one of the most common procedure that is practiced almost in all of the digital businesses. And the objective is same, highlight the inserted or deleted items. Detect the style changes and generate a summary. Let’s see how GroupDocs.Comparison for Java can help us with this scenario. This is a back-end API that can be integrated in any Java application irrespective of the frameworks. Explore API documentation to learn more about the supported features and file formats....using the API, we’ll discuss new features and improvements introduced...or style changed items. The new thing is that you can get coordinate...

    blog.groupdocs.com/comparison/control-documents...
  6. Search thread safety | Documentation

    This article shows that how search thread safety works....Consulting Blog Knowledge Base New Releases Status Websites aspose...performed at the same time. A new start of one of these operations...

    docs.groupdocs.com/search/net/search-thread-saf...
  7. Load document from stream | Documentation

    Learn how to Load document from stream....Consulting Blog Knowledge Base New Releases Status Websites aspose...stream using ( Parser parser = new Parser ( stream )) { // Extract...

    docs.groupdocs.com/parser/net/load-document-fro...
  8. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/net/getting-known-p...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = New Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputFlv...

    docs.groupdocs.com/metadata/net/working-with-me...