Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 5,157 for

groupdocs.classification

(0.08 sec)
  1. Enumeration Extension Methods | Documentation

    LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for Iterable. These extension methods mimic some extension methods of IEnumerable providing the same signatures and behavior features. Thus, you can group, sort, and perform other sequential data manipulations in template expressions in a common way. The following table describes these built-in extension methods. The following notation conventions are used within the table:...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/enumeration-ex...
  2. GroupDocs.Comparison For .NET 3.5.0 Release Not...

    Note This page contains release notes for GroupDocs.Comparsion for .NET 3.5.0 Major Features There are 9 improvements and fixes in this regular monthly release. The most notable are: Introduced multiple comparison support for Comparison.Words Introduced apply/discart support for multiple comparison for Comparison.Words Introduced page header and foooter text absorbers for Comparison.PDF Improved paragraph absorber for Comparison.PDF Full List of Issues Covering all Changes in this Release Key Summary Category COMPARISONNET-877 GroupDocs....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  3. GroupDocs.Parser for .NET 19.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 19.9 Major Features Warning In this version we’re introducing new public API which was designed to be simple and easy to use. For more details about new API please check Developer Guide section. The legacy API have been moved into Legacy namespace so after update to this version it is required to make project-wide replacement of namespace usages from GroupDocs....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  4. GroupDocs.Merger for Java 19.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for Java 19.8 Major Features There are a few new features in this regular monthly release. The most notable are: Implemented .png and .bmp image joining Expanded options for image joining with background color for empty black image space Fixed Aspose.Note document type saving for multi-threading Implemented a new method GetDocumentInfo Implemented a new format .html Implemented .tiff image joining Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-543 Implement ....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/groupdocs-merger...
  5. GroupDocs.Search for .NET 21.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for .NET 21.8 Major Features There are the following features, enhancements, and fixes in this release: Implement OCR support for indexing Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2564 Implement OCR support for indexing Feature Public API and Backward Incompatible Changes Implement OCR support for indexing This feature implements the ability to connect optical character recognition (OCR) on images inside individual image files, as well as on images embedded in documents....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/groupdocs-search-...
  6. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/nodejs-java/search...
  7. Subscribing for verification process events | D...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/subscribing-fo...
  8. GroupDocs.Viewer for .NET 20.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 20.2 Major Features There are 14 features, improvements, and bug-fixes in this release, most notable are: Added support of retrieving an attachment file type Display folder name in the header when rendering archives Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-2318 Support retrieving an attachment file type Feature VIEWERNET-2323 Include folder name when rendering archive folders Feature VIEWERNET-2324 Recreate output files and resources instead of writing over Improvement VIEWERNET-8 Overlapping Characters in Safari for iOS Bug VIEWERNET-226 Files being created in Windows temp folder Bug VIEWERNET-257 Incorrect rendering of DWG file as image Bug VIEWERNET-1202 Invalid characters while viewing rendered HTML in IE Bug VIEWERNET-2175 STL file is rendered into blank HTML or image Bug VIEWERNET-2306 Issue in rendering/converting email attachments Bug VIEWERNET-2315 Getting evaluation message on second server even license is applied Bug VIEWERNET-2319 Archive file name is missing when passing file stream Bug VIEWERNET-2320 GetViewInfo hangs indefinitely Bug VIEWERNET-2321 ArchiveViewInfo shows that current folder is sub-folder of itself Bug VIEWERNET-2343 Document viewer size discrepancy Bug Public API and Backward Incompatible Changes In version 20....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Load WordProcessing document with options | Doc...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/nodejs-java/load-...