Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 2,032 for

resource

(0.04 sec)
  1. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....dat" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/character-replac...
  2. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports.... log (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/search-re...
  3. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // .... OutputDxf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-ca...
  4. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format.... OutputJpeg ); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/getting-indexed-d...
  6. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets.... WriteLine (); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  7. Extract text in Accurate Mode | Documentation

    This article explains that how to extract text in Accurate mode....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-in-...
  8. 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/java/configuring-sear...
  9. Homophone dictionary | Documentation

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

    docs.groupdocs.com/search/nodejs-java/homophone...
  10. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....found: // mrs // mr More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/word-form...