Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 10,115 for

new

(0.03 sec)
  1. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose..."C://input//file.txt" ; Editor editor = new Editor ( inputTxtPath ); Edit...

    docs.groupdocs.com/editor/java/edit-txt/
  2. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/work-with-search-...
  4. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...forEach ( file => { var metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  5. Update QR-code signatures in document | Documen...

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/update-qr-code...
  6. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/net/stop-word-diction...
  7. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...expanded, with new sub-option classes and new public types. Current...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  8. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/work-with-search...
  9. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of New features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some text using regular expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted text in documents....version comes up with a number of new features along with an enhancement...release. GroupDocs.Text For .NET- New Features # GroupDocs.Text for...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  10. How to Build an ASP.NET WebForms HTML5 Document...

    Customers who integrate our HTML5 document viewer into their website can plug it into other websites too. This article shows how to build an ASP.NET WebForms HTML5 document viewer using the .NET version of the GroupDocs.Viewer. Requirements IIS 7 or later. Microsoft Visual Studio 2012 Part A: Creating A GroupDocs.Viewer Web Service Follow the steps given below to create a GroupDocs online document viewer service: Open Visual Studio 2012 and create a New ASP....and create a new ASP.NET Web Forms Project: Add a New Item to the...using (FileStream fileStream = new FileStream(@"TestDoc.docx", FileMode...

    blog.groupdocs.com/viewer/build-asp-net-webform...