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

feature

(0.66 sec)
  1. Working with Multiple Data Sources | Documentation

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Sources Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-mu...
  2. Extract Text Areas from Document Pages using Gr...

    Today, we are excited to announce the release of version 18.7 of GroupDocs.Parser for .NET. The latest release supports extracting text areas from document pages. This Feature may help you getting data for text analysis. We recommend you to upgrade the API to the latest version and share your valuable feedback. Extracting Text AreasExtracting text areas is useful when you need to get the data for text analysis. To extract text areas, text extractors implement their own internal private class and provide DocumentContent property (see PdfTextExtractor as the sample).... This feature may help you getting data for...

    blog.groupdocs.com/parser/extract-text-areas-fr...
  3. Import Comments in Diagram using .NET Annotatio...

    Today, we are pleased to announce another monthly release of Document Annotation API for .NET v17.11. This release came up with multitude new Features, the main Feature introduced in this release is ability to import comments in Diagram. Moreover, major fixes and improvements are also introduced in this release. We recommend our user to download the latest API release to use new exciting Features and enhance their application with GroupDocs....with multitude new features, the main feature introduced in this...release to use new exciting features and enhance their application...

    blog.groupdocs.com/annotation/documents-annotat...
  4. Metadata Extractor on GroupDocs Blog | Document...

    Metadata Extractor on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Metadata Extractor on GroupDocs Blog | Document Automation Solutions for .NET & Jav......we have introduced two new features and added seven enhancements...release notes for more details. Features Introduced Support for the...

    blog.groupdocs.com/tag/metadata-extractor/index...
  5. Working with Template Syntax Formatting | Docum...

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax   Products Order Price <>No data <><><<[Product.ProductName] : upper>> <<[Price] : arabicDash>><> Total: <<[Sum(c => c.Price)]>><>     Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Formatting Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-te...
  6. Image file Annotation with GroupDocs.Annotation...

    GroupDocs team is excited to announce another amazing monthly release where new document format is added in supported format list, Now Image file Annotation is also introduced. The latest GroupDocs.Annotation for .NET provides support all major annotation types like (Text, Area, Point, Watermark, Strikeout Annotations etc) for Image file along with improvements and fixes. We recommend that download the latest API release to add new exciting Features and enhance your application with GroupDocs....release to add new exciting features and enhance your application...Annotation API for .NET - New Features # This monthly release included...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  7. Lock Watermark in Word on GroupDocs Blog | Docu...

    Lock Watermark in Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Lock Watermark in Word on GroupDocs Blog | Document Automation Solutions for .N......version has come with the feature of locking watermarks in Word...continue to read more about the features added in version 18.6. How...

    blog.groupdocs.com/tag/lock-watermark-in-word/i...
  8. Text Extractor API on GroupDocs Blog | Document...

    Text Extractor API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Text Extractor API on GroupDocs Blog | Document Automation Solutions for .NET & Jav...... This feature may help you getting data for...available for download. Salient Features of GroupDocs.Parser for Java...

    blog.groupdocs.com/tag/text-extractor-api/index...
  9. GroupDocs.Conversion for .NET 21.3 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 21.3 Major Features There are 5+ Features, improvements and bug-fixes in this release, most notable are: Conversions from/to Tga Specified watermark font style (bold, italic) now respected Fixed issue with custom fonts folders Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑4521 Feature Implement conversion from/to Tga CONVERSIONNET‑1785 Fix Docx to PDF conversion characters issue CONVERSIONNET‑4489 Fix Improper conversion from Mbox CONVERSIONNET‑4493 Fix Options equality comparison not working properly when the class contains arrays CONVERSIONNET‑4519 Fix Exception when trying to convert WordML document stream to PDF CONVERSIONNET‑4546 Fix Converting using ConverterSettings....3 Major Features There are 5+ features, improvements and...Summary CONVERSIONNET‑4521 Feature Implement conversion from/to...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library Features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...To learn more about library features and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...