Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,972 for

feature

(0.36 sec)
  1. 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...
  2. GroupDocs.Merger for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Merger for .NET 25.11. Available now on NuGet and GroupDocs website....What’s new in this release New feature Enhancement Using the new API...new in this release # New feature # Preserve accessibility metadata...

    blog.groupdocs.com/merger/groupdocs-merger-for-...
  3. 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...
  4. 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...
  5. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Furthermore, we have added the feature of forced password validation...documents. Along with the new features, there are 14 improvements...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  6. 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...
  7. GroupDocs.Metadata for Python 26.5 – May 2026 R...

    GroupDocs.Metadata for Python 26.5 adds a typed API with .pyi stubs, Python 3.14 support, self‑contained wheels for all platforms, and AI agent integration....release Public API changes New features Code example How to get the...proxy) (METADATAPYTHON-33) [Feature] Python 3.14 support ( Requires-Python...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  8. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted text from document page.... Features . FormattedText ) { Console...formatted text extraction feature support earlier Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-formatted...
  9. Separate data extraction | GroupDocs

    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-...
  10. 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...