Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 323 for

folder comparison java

(1.18 sec)
  1. Extracting metadata | GroupDocs

    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...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/extracting-met...
  2. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Comparison Product Solution GroupDocs...Family / GroupDocs.Search for Java / Developer Guide / Advanced...

    docs.groupdocs.com/search/java/character-types/
  3. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Java....Comparison Product Solution GroupDocs...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/working-with-i...
  4. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Document rendering basics...

    docs.groupdocs.com/viewer/java/render-presentat...
  5. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Watermark examples, by building your own or using our back-end or front-end examples out-of-the-box....Comparison Product Solution GroupDocs...GroupDocs.Watermark for Node.js via Java / Getting Started / How to Run...

    docs.groupdocs.com/watermark/nodejs-java/how-to...
  6. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Java API to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....Comparison Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Document rendering basics...

    docs.groupdocs.com/viewer/java/render-archive-f...
  7. Search reports | GroupDocs

    This article shows that how to perform the operations on generated search reports....Comparison Product Solution GroupDocs...Family / GroupDocs.Search for Java / Developer Guide / Advanced...

    docs.groupdocs.com/search/java/search-reports/
  8. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Document rendering basics...

    docs.groupdocs.com/viewer/java/render-excel-and...
  9. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Comparison Product Solution GroupDocs...an index from the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  10. 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. 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...Family / GroupDocs.Search for Java / Developer Guide / Advanced...

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