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

document classification

(0.05 sec)
  1. GroupDocs.Parser for .NET 20.1 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 20.1 Warning In this version legacy API was removed (all types from GroupDocs.Parser.Legacy namespace were removed). Major Features There are the following features in this release: Legacy API was removed (GroupDocs.Parser.Legacy namespace) Implement the ability to extract a text by table of contents item Implement the ability to extract table of contents from PDF and Word Processing Documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1099 Remove obsolete members (Legacy namespace) Improvement PARSERNET-1363 Implement the ability to extract a text by TOC item New feature PARSERNET-1361 Implement the ability to extract TOC from Word Processing Documents New feature PARSERNET-1362 Implement the ability to extract TOC from PDF Documents New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  2. Search for embedded object with custom serializ...

    This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/search-for-emb...
  3. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/search-embed-...
  4. Latest release (April 2023) | Documentation

    Full list of changes in this release Key Category Summary COMPARISONNET-3389 Feature Implemented abilty to compare folders COMPARISONNET-3280 Fix Exception occurs when selecting accepted changes COMPARISONNET-3450 Fix Exception when user compare the same Documents COMPARISONNET-3484 Fix Exception when comparing text files Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 23.4: Fixed exception when selecting accepted changes Added changes to summary page that will indicate that user trying to compare the same Documents for all supported Document types Fixed Exception when comparing text filesCompare Implemented folder comparison function Folders comparison Starting from 23....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  5. GroupDocs.Assembly for .NET 3.1.0 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 3.1.0 Major Features Added explicit support for multiple data sources (including of different types) upon populating a template Document with data. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-3 Add explicit support for multiple data sources Feature ASSEMBLYNET-5 Unify watermarking across all supported file formats Enhancement ASSEMBLYNET-6 Provide support for presentation file formats in evaluation mode Enhancement ASSEMBLYNET-7 Support only SHA256 for signing assemblies and MSI Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Classification Product Solution Purchase...upon populating a template document with data. Full List of Issues...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. GroupDocs.Merger for .NET 19.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Merger for .NET 19.12 There are a few new other features in this regular monthly release. The most notable are: Added XLAM file format support. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-417 Add XLAM Document format support Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  7. GroupDocs.Comparison for .NET 20.7 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.7 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.7: Refactor GetDocumentInfo Method for Cells Improved comparing of DocumentTags Word Improved sheet rendering for Cells Fixed invalid page height and width in GetChanges method Fixed issue with comparing problem with tables in PDF Added ability to merge source code file Key Summary Issue Type COMPARISONNET-2383 Comparison....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  8. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to Document with GroupDocs.Signature API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-di...
  10. Substitute missing fonts | Documentation

    In this article we show how to substitute missing font when converting presentations to HTML and PDF with GroupDocs.Viewer within your Java applications....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/how-to-substitut...