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

feature

(0.15 sec)
  1. Regular expression Search using Java

    Efficiently perform regular expression search using Java for advanced pattern matching in documents. Learn how to implement regular expression search in Java....search using Java is a crucial feature for applications requiring...text within documents. This feature is especially useful for tasks...

    kb.groupdocs.com/search/java/regular-expression...
  2. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a new Feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the API for a better user experience....excitedly announcing a new feature in the monthly release of GroupDocs...a better user experience. Features Introduced # Since version...

    blog.groupdocs.com/assembly/set-target-file-for...
  3. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated Feature of the GroupDocs.Metadata Java search engine...is the most sophisticated feature of the GroupDocs.Metadata search...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/adding-metadata/
  4. Extract images from documents | GroupDocs

    Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....more about image extraction feature, please refer the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. Working with CAD metadata | GroupDocs

    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); // ....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/net/working-with-ca...
  6. Use Date Ranges in Search with GroupDocs.Search...

    Team GroupDocs is really pleased to announce another regular monthly release of GroupDocs.Search for .NET 17.4.0 API. We have introduced two new Features in this release. The API has extended its search functionality and it now allows using date ranges in search. Another exciting Feature introduced in this release is the ability to define table discrete function as step function while performing search operation. We suggest you to download the latest version of the API and check out all the Features introduced in this release....We have introduced two new features in this release. The API has...in search. Another exciting feature introduced in this release...

    blog.groupdocs.com/search/use-date-ranges-searc...
  7. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....documents to HTML is an essential feature. This process is particularly...solutions. By utilizing this feature, developers can design efficient...

    kb.groupdocs.com/search/java/export-indexed-doc...
  8. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval.... This feature is particularly useful when...retrieval using C# is a powerful feature for content-based image retrieval...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  9. Individual Series Point Coloring in Presentatio...

    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 Presentation Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS PowerPoint 2013: Add a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....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...
  10. Export styles during document editing | GroupDocs

    This article describes the procedure of preserving and exporting all build-in and custom styles in the source WordProcessing document during its editing.... This feature is not an option, it is always...Despite that with this new feature the HTML markup has modified...

    docs.groupdocs.com/editor/net/styles-export/