Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 10,115 for

new

(0.04 sec)
  1. Extract text from Emails | Documentation

    Extract text from emails using GetText method....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...
  2. Delete Digital signatures from documents | Docu...

    This article explains how to delete Digital 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/java/delete-digita...
  3. Search network deployment | Documentation

    This page contains information about deployment of the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...CreateSlaveNode ( 1 , basePath + "Node1" , new TcpSettings ( basePort + 1 ,...

    docs.groupdocs.com/search/net/search-network-de...
  4. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleHtml...

    docs.groupdocs.com/parser/java/search-text-in-h...
  5. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  6. Search text in PDF documents | Documentation

    To search a keyword in PDF documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in PDF document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SamplePdf...

    docs.groupdocs.com/parser/java/search-text-in-p...
  7. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications.... Create a new index : First of all, you need...documents to search // a) Create new index or // b) Open existing...

    blog.groupdocs.com/search/search-text-in-word-e...
  8. How to Compare Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....empty($targetFileId)) { throw new Exception('Please enter all required...//Create signer object $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/comparison/how-to-compare-fi...
  9. Business Fitness develops HowNow Portal to Prev...

    About Business Fitness (HowNow) Business Fitness has been providing solutions to Australian accountants since 2001. Our primary software is HowNow Knowledge, Document and Email Management system which is sold to accounting firms and other businesses. We are a small company based out of Brisbane, Australia and have been developing our own software products (primarily server-based) since inception of the company. Over the last 12 months, we have been moving to a SaaS environment.... One of the new SaaS products our small team...Two of the features that this new portal needed was Previewing...

    blog.groupdocs.com/signature/groupdocs-signatur...
  10. Extract text areas | Documentation

    This article explains that how to extract text areas from documents in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleImagesPdf...

    docs.groupdocs.com/parser/java/extract-text-areas/