Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,010 for

feature

(0.09 sec)
  1. GroupDocs.Assembly for Java 18.12 Release Notes...

    This page contains release notes for GroupDocs.Assembly for Java 18.12. Major Features Supported document assembly of external documents being dynamically inserted for Word Processing and Email formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-94 Support document assembly of external documents being dynamically inserted for Word Processing formats  Feature  ASSEMBLYNET-95  Support document assembly of external documents being dynamically inserted for Email formats  Feature  ASSEMBLYNET-96  An evaluation mark is added to a nested document being inserted dynamically  Bug  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs.... Major Features Supported document assembly...Email formats. Full List of Features Covering all Changes in this...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  2. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....extraction Leave feedback The feature described in this article makes...deserialized as needed. This feature can be useful because the operation...

    docs.groupdocs.com/search/nodejs-java/separate-...
  3. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API.... This feature enables developers to control...its unique requirements. Key Features of Load Options Password Protection...

    docs.groupdocs.com/conversion/java/load-options...
  4. Spelling Correction in Document Search using C#

    Implement spelling correction in document search using C#. For accurate and efficient document retrieval, this topic enables spell check in document search using C#....enable the spelling correction feature by configuring the SearchOptions...different platforms. This feature ensures that even minor errors...

    kb.groupdocs.com/search/net/spelling-correction...
  5. 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()); // ....Metadata API provides the feature to read basic metadata in CAD...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Individual Series Point Coloring in Spreadsheet...

    Note This Feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....Document Leave feedback Note This feature is supported by version 18...upon expressions. To use the feature, do the following steps: Declare...

    docs.groupdocs.com/assembly/java/individual-ser...
  7. Chart Series Coloring in Spreadsheet Document |...

    Note This Feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013: Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....Document Leave feedback Note This feature is supported by version 18...upon expressions. To use the feature, do the following steps: Declare...

    docs.groupdocs.com/assembly/java/chart-series-c...
  8. Search with Aliases in Document using Java

    Efficiently search with aliases in document using Java. Learn techniques to enhance document search with aliases in Java for better results and performance....documents in the index The alias feature streamlines complex search...formulation. By adopting this feature, you can build robust, scalable...

    kb.groupdocs.com/search/java/search-with-aliase...
  9. Perform Boolean Search using Java

    Utilize this article to perform Boolean search using Java. Master full-text search with Boolean operators in Java for accurate and efficient application results....Boolean search is an advanced feature that allows for precise data...Boolean search is an essential feature for improving document search...

    kb.groupdocs.com/search/java/perform-boolean-se...
  10. Search Specific Word in Documents using Java

    Discover how to implement full-text search implementation in Java and easily search specific word in documents using Java without installing extra tools....documents is an important feature for many applications, especially...this method is a valuable feature that can be smoothly added...

    kb.groupdocs.com/search/java/search-specific-wo...