Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 23,711 for

feature

(0.13 sec)
  1. WordProcessingRelativeVerticalPosition Enumerat...

    Specifies to what the vertical position of an object is relative.... Line 3 Undocumented feature. TopMargin 4 Specifies that...

    apireference.groupdocs.com/watermark/net/groupd...
  2. GroupDocs.Metadata for Java 20.11 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for Java 20.11 Major Features There are the following Features, enhancements and fixes in this release: Implement the ability to extract text data chunks from PNG images “DXF version is not valid” exception when reading DXF file Exception: Cannot process loading further due to incorrect file format structure Exception: File is incompatible with exporter Loading process freezes on a damaged file Image loading failed Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3473 Implement the ability to extract text data chunks from PNG images New Feature METADATANET-3286 “DXF version is not valid” exception when reading DXF file Bug METADATANET-3313 Exception: Cannot process loading further due to incorrect file format structure Bug METADATANET-3334 Exception: File is incompatible with exporter Bug METADATANET-3385 Loading process freezes on a damaged file Bug METADATANET-3476 Image loading failed Bug Public API and Backward Incompatible Changes Implement the ability to extract text data chunks from PNG images This new Feature allows the user to extract chunks of textual data from PNG images...11 Major Features There are the following features, enhancements...chunks from PNG images New Feature METADATANET-3286 “DXF version...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  3. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated Feature of the GroupDocs.Metadata Node.js via Java search engine...is the most sophisticated feature of the GroupDocs.Metadata search...To learn more about library features and get familiar how to manage...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  4. Redact PDF Files on GroupDocs Blog | Document A...

    Redact PDF Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Redact PDF Files on GroupDocs Blog | Document Automation Solutions for .NET & Java De......has brought a quite useful feature for the developers who are...I will talk about the new feature and its usage. Metered License...

    blog.groupdocs.com/tag/redact-pdf-files/index.xml
  5. DWG viewer

    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....of CDR file format and the feature of rendering files contained...

    blog.groupdocs.com/tag/dwg-viewer/
  6. convert dgn to pdf in java

    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....help programmers to add the feature to convert different CAD formats...

    blog.groupdocs.com/tag/convert-dgn-to-pdf-in-java/
  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. Set Background Image for Charts using GroupDocs...

    We are excited to release another version of GroupDocs.Watermark for .NET API with new Features and enhancements. GroupDocs.Watemark for .NET 17.6.0 supports setting the background image for charts in Excel and PowerPoint documents. It also allows you to add watermark to a specific page of the Word document. Continue to read more about the new Features and enhancements. GroupDocs.Watermark - New Features and EnhancementsFollowing are the new Features and enhancements added in GroupDocs....NET API with new features and enhancements. GroupDocs...to read more about the new features and enhancements. GroupDocs...

    blog.groupdocs.com/watermark/set-background-for...
  9. GroupDocs.Parser for .NET 18.12 Release Notes

    GroupDocs.Parser for .NET 18.12 Release Notes – the latest updates and fixes.... Major Features There are the following features in this release:...extract tables from PDFs New feature PARSERNET-1097 Implement the...

    releases.groupdocs.com/parser/net/release-notes...
  10. 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...