Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 2,997 for

feature

(0.07 sec)
  1. 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/java/separate-data-ex...
  2. 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...
  3. 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...
  4. Export Styles During Document Editing | Documen...

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java.... This feature is always enabled and modifies...75 pt ; } Despite this new feature modifying the HTML and CSS...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  5. 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....can easily integrate this feature into their applications. This...Homophone search is an essential feature for building intelligent and...

    kb.groupdocs.com/search/java/perform-homophone-...
  6. Adding metadata | Documentation

    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/
  7. Extract images from documents | Documentation

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others...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...
  8. 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); // ....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...
  9. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the Feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new Features, improvements, and fixes added in v18....version, we have introduced the feature of rendering a part of MS Project... Below is the list of new features, improvements, and fixes added...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  10. 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...