Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 15,634 for

doc

(0.12 sec)
  1. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/net/case-sensitive-se...
  2. Delete indexed documents | GroupDocs

    GroupDocs.Search has the ability to remove individual Documents from the index that are indexed from a stream or structure....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/net/delete-indexed-do...
  3. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in Documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const DocumentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupDocs....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  4. How to Convert Word Document to Text in Java

    This quick tutorial provides detailed information to convert Word Document to Text in Java and a sample code snippet for Java DocX to TXT converter application.... You can provide both DOC or DOCX documents for converting...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert PDF to RTF in Java

    Do you want to transform a non-editable Document to Word format? If so, then learn how to convert PDF to RTF in Java and review code for Java PDF to RTF application....other document formats including DOC, DOCX, XLSX, PPTX, TIFF, TXT...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Extract Images from PowerPoint in Java

    Let's learn the process of how to extract images from PowerPoint in Java and how to use it for creating the application to get images from PowerPoint using Java....document formats such as PDF, DOC, DOCX, XLSX, RTF, DOT, EPUB,...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  7. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Order Upgrade an Order Support Docs API Reference Live Demos Free...to Microsoft Word Document (DOC/DOCX) formats. Since ODT is not...

    docs.groupdocs.com/assembly/net/generating-repo...
  8. Enabling language information | GroupDocs

    Follow this guide to learn how to edit Word Documents using locale information and apply spell-checkers to Document content written in different languages using GroupDocs.Editor for Node.js and Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...WordProcessing formats like DOC(X/M), ODT, and others can contain...

    docs.groupdocs.com/editor/nodejs-java/enabling-...
  9. Extract text by table of contents item | GroupDocs

    Learn how to extract text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word Documents, PDFs, and eBooks by TOC item in C#....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  10. Search text in Emails | GroupDocs

    To search a keyword in emails 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 the email: Instantiate Parser object for the initial email; 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 email....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/java/search-text-in-e...