Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 10,609 for

new

(0.04 sec)
  1. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...OOXML standard ECMA-376, the new format is a zip package that...

    docs.groupdocs.com/merger/java/merge/excel/
  2. How to merge BMP images using C# | Documentation

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.bmp" ))...

    docs.groupdocs.com/merger/net/getting-started/u...
  3. Spell checking | Documentation

    This article shows that how spell checking works during the search....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/spell-checking/
  4. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleOne...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Float and paginal modes | Documentation

    This article explains the pros and cons of float and paginal document editing modes when editing Word documents with GroupDocs.Editor API....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingEditOp ; let editOptions = new WordProcessingEditOp (); editOptions...

    docs.groupdocs.com/editor/nodejs-java/float-and...
  6. .NET 9 - GroupDocs 25.5 - Unable to load Aspose...

    Hello, It is my understanding that although PublisherLoadOptions was moved to the .NET Framework package, it should still be possible to convert publisher documents to PDF in .NET 9? I am using the below code var fs =…...var fs = new MemoryStream(); using var converter = new Converter(()...=> ms); var convertOptions = new PdfConvertOptions(); converter...

    forum.groupdocs.com/t/net-9-groupdocs-25-5-unab...
  7. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser allows you to extract emails from remote servers and data from the emails. It supports POP, IMAP and EWS protocols....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailConnection connection = new EmailEwsConnection ( "https://outlook...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  8. Get possible conversions | Documentation

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Consulting Blog Knowledge Base New Releases Status Websites aspose..."sample.docx" ; const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/get-p...
  9. Releasing Modern Web-Form Front End for GroupDo...

    Good News for ASP.NET Web-Form developers, we are proudly announcing the first release of our modern Web-Form based user interface for GroupDocs.Viewer for .NET API. This New release is simple, efficient and, user friendly showcase project. We would recommend you to clone this showcase project from GitHub and provide you valuable feedback. Let’s explore key highlights in this New user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....Good news for ASP.NET Web-Form developers, we are proudly announcing...GroupDocs.Viewer for .NET API . This new release is simple, efficient...

    blog.groupdocs.com/viewer/releasing-modern-web-...
  10. Index lifecycle | Documentation

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Consulting Blog Knowledge Base New Releases Status Websites aspose...several times. After creation a new index, it is in the Empty state...

    docs.groupdocs.com/search/java/index-lifecycle/