Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,010 for

feature

(0.06 sec)
  1. Export styles during document editing | Documen...

    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/java/styles-export/
  2. New release of GroupDocs.Viewer for .NET introd...

    GroupDocs.Viewer for .NET releases v3.1.0 with more flexibility and improved Features. GroupDocs Team remains busy in improving the product according to customers’ needs and their feedback. We always keep finding the ways to enhance the product’s scope and improve existing Features. Let’s have a look at the improvements we have made. Improved Features GroupDocs.Viewer for .NET v3.1.0 has come with many improved Features in the latest version. Listed below are the improved Features in this release....more flexibility and improved features. GroupDocs Team remains busy...scope and improve existing features. Let’s have a look at the...

    blog.groupdocs.com/viewer/new-release-groupdocs...
  3. Add Metered Licence using GroupDocs.Editor for ...

    At GroupDocs, we are always focused on improving our API’s. In this regard, we are announcing another monthly release of GroupDocs.Editor for .NET v18.6. In this release, we have extended the supported file formats by adding variety of Cells document formats. Furthermore, support for metered licence system is also introduced in this release. We’d recommend our users to download latest API and get benefits from new and enhanced API Features....API features. Features # Introducing following features for Cells...more details on the supported feature, please visit the article:...

    blog.groupdocs.com/editor/document-editor-api-f...
  4. 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...
  5. 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...
  6. 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...
  7. 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/
  8. 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...
  9. 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...
  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...