Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,390 for

pptx to pdf

(0.12 sec)
  1. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a cusTom logger. Use of standard file logger In order To save information about events and errors in an index inTo a file, you should use the standard file logger or your own cusTom logger. It is important To remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/logging/
  2. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a cusTom logger. Use of standard file logger In order To save information about events and errors in an index inTo a file, you should use the standard file logger or your own cusTom logger. It is important To remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/logging/
  3. Extract highlights | Documentation

    This article explains that how To extract highlights from documents....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-highlights/
  4. Extract highlights | Documentation

    This article explains that how To extract highlights from documents in Java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-highlights/
  5. Detect file type of container item | Documentation

    This article explains that how To detect file type of container item....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/detect-file-type...
  6. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are sTored in the index only while the index is loaded inTo RAM for use. If you reload the index, the reports will not be resTored. You can configure the maximum number of sTored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/indexing-reports/
  7. Updating metadata | Documentation

    The Example in this article demonstrates that how To update metadata properties using a combination of criteria...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/updating-metad...
  8. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you To search for words with unknown letters or ranges of letters....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/wildcard-search/
  9. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you To search for words with unknown letters or ranges of letters....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/wildcard-search/
  10. 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....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/ocr-support/