Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 2,154 for

resource

(0.16 sec)
  1. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....createNot ( filter5 ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/document-filteri...
  2. Configuring search network | Documentation

    This page contains information about configuring the search network....CompleteConfiguratio (); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/configuring-searc...
  3. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/search-for-text-...
  4. Search index settings | Documentation

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/search-in...
  5. Generate previews | Documentation

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...getOutputFilePath ( fileName ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/generate-previews/
  6. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/sign-document...
  7. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....( query , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  8. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters.... Search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/search-for-text-c...
  9. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB.... readToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // .... OutputDxf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-c...