Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 6,487 for

pptx comparison

(0.04 sec)
  1. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/java/character-replac...
  2. 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....Comparison Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  3. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/net/character-replace...
  4. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/java/search-by-chunks/
  5. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/net/stop-word-diction...
  6. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Python via .NET you can easily search metadata and extract desired metadata properties from PDF, DOCX, Pptx, XLSX, images, audio, video and many other files of different types in your Java solution....Comparison Product Solution GroupDocs...Metadata ( constants . input_pptx ) as metadata : specification...

    docs.groupdocs.com/metadata/python-net/find-met...
  7. Extract Hyperlinks from PPT using C#

    Learn how to extract hyperlinks from PPT using C#. This guide explains how to read hyperlinks from PPT in C# for efficient content auditing and data processing tasks....Comparison Product Family GroupDocs...by providing the path of the PPTX file to its constructor Call...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  8. OCR support | Documentation

    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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/java/ocr-support/
  9. Getting Document Information | Documentation

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...Presentation Documents (PPT, PPTX) For presentation files, you...

    docs.groupdocs.com/conversion/java/get-document...
  10. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Comparison Product Solution GroupDocs...data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/java/extract-table-of...