Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,851 for

index

(0.04 sec)
  1. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page Index (zero based) and the number of pages from this Index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....you can specify starting page index (zero based) and the number...number of pages from this index to save. Also, you can change the Compliance...

    docs.groupdocs.com/redaction/java/select-specif...
  2. Search results | Documentation

    This article shows that how to perform the operations on search results....returns the found document by index. The method returns an enumerator...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/net/search-results/
  3. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API....folder using Java: Define the index folder, document’s folder and...Create an index using defined index folder using Index class. Add...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  4. Perform Homophone Search using Java

    Learn how to perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software....search functionality Create an Index object to define a storage location...efficiently indexing your documents Use the Index.add method to...

    kb.groupdocs.com/search/java/perform-homophone-...
  5. Managing dictionaries in network | Documentation

    This page contains information about managing dictionaries of shards in the search network....the second parameter is the index of the shard in the network...for a dictionary in a single index. For information about working...

    docs.groupdocs.com/search/net/managing-dictiona...
  6. Managing dictionaries in network | Documentation

    This page contains information about managing dictionaries of shards in the search network....the second parameter is the index of the shard in the network...for a dictionary in a single index. For information about working...

    docs.groupdocs.com/search/java/managing-diction...
  7. Phrase Search in Documents using Java

    Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks....on specific phrases within indexed files. This capability is especially...Java Create and initialize an Index object to organize and manage...

    kb.groupdocs.com/search/java/phrase-search-in-d...
  8. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for .NET API....loadContext ) => loadOptions )) { var index = 1 ; var options = new PdfConvertOptions...Note: index = 1 is the email itself, all following indexes are...

    docs.groupdocs.com/conversion/net/load-email-do...
  9. Search in Documents with Keyboard Layout Correc...

    Perform search in documents with keyboard layout correction using C#. We will provide code for performing how to correct keyboard layout for document search in C#....Create an Index object to act as a repository for indexing your documents...Add documents to the index using the Index.Add method, specifying...

    kb.groupdocs.com/search/net/search-in-documents...
  10. Perform Reverse Image Search using Java

    Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval....an Index object by specifying the folder where the index will...image IndexingOptions to allow indexing for container item images...

    kb.groupdocs.com/search/java/perform-reverse-im...