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

document classification

(0.09 sec)
  1. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Java....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert/data...
  2. GroupDocs.Comparison for .NET 18.10 Release Not...

    Note This page contains release notes for GroupDocs.Comparison for .NET 18.10 Major Features Below the list of most notable changes in release of GroupDocs.Comparison for .NET 18.10: Improved tables comparison for Slides Fixed issue with comparing tables with different styles Fixed comparing styles of the first column of the table Fixed issue with incorrect size of result Slides Documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-1725 Improve TableFormatSetter for Slides Improvement COMPARISONNET-1727 Slides table does not display text style change Bug COMPARISONNET-1726 Slides: issue with table theme Bug COMPARISONNET-1724 Slides: issue when comparing styles in first column Bug COMPARISONNET-1723 Slides: issue with a sizes of result Document Bug 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.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  3. GroupDocs.Comparison for .NET 21.4 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 21.4 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 21.4: Implemented сomparison of values from string variables Improved creation of empty lines in result Document Improved display of charts in Excel format Improved informativeness of error messages in PDF format Fixed and improved Header/Footer component comparison Fixed and improved lists handling Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-2667 Compare input strings Feature COMPARISONJAVA-895 Spreadsheet Comparison output is not as expected Improvement COMPARISONNET-2659 Improve creating of gap lines Improvement COMPARISONNET-2664 Reviewed and fixed tests for different platforms Improvement COMPARISONNET-2651 Lots of changes for deletion of HeaderFooter Bug COMPARISONNET-2655 Comparison issue in Word Documents with numbered list Bug COMPARISONNET-2686 Exception throws when try to compare file with itself without licensing Bug COMPARISONNET-2687 Error about memory leaking is shown for any error Bug Public API and Backward Incompatible Changes Learn more about сomparison of values from string variables can be found here....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  4. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in Documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/numeric-range-se...
  5. Search for embedded object with custom encrypti...

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

    docs.groupdocs.com/signature/java/search-for-em...
  6. GroupDocs.Annotation for .NET 17.4.0 Release No...

    Note This page contains release notes for GroupDocs.Annotation for .NET 17.4.0 Major Features Below the list of new features and fixed bugs in this regular monthly release of GroupDocs.Annotation for .NET. The most notable are: Improving processing CAD files (user able to work with Documents with several pages) Improved import annotation for Words Document Processing tables, numebered lists and hyperlinks in Words Documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-381 Improve import annotations from Word Documents Improvement ANNOTATIONNET-380 Process hyperlinks in tables for Words Documents New Feature ANNOTATIONNET-379 Processing numbered lists in tables for Words Documents New Feature ANNOTATIONNET-378 Processing tables in Word Documents New Feature ANNOTATIONNET-376 Improve Annotating CAD files Improvement 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.Annotation Product...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  7. GroupDocs.Viewer for .NET 20.12 Release Notes |...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for .NET 20.12...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  8. GroupDocs.Annotation for .NET 20.9 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 20.9 Major Features Below the list of most notable changes in release of GroupDocs.Annotation for .NET 20.9: Improved adding ImageAnnotation functionality Fixed exception while processing specific xlsx files Fixed exception while annotating email files Fixed issue with streams when Save method invoked Fixed Replacement annotation on Words files Full List of Issues Covering all Changes in this Release Key Summary Type ANNOTATIONNET-1482 Replace file ImageAnnotation functionality with streams Improvement ANNOTATIONNET-1392 Replacement annotation damages words file Bug ANNOTATIONNET-1485 CorruptedOrDamagedFileException on opening xlsx files Bug ANNOTATIONNET-1486 Method Annotator....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/getting-known-...
  10. GroupDocs.Annotation for .NET 21.9 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 21.9 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 21.9: Implemented ability to add Link annotation to Cells Documents. Implemented ability to add Link annotation to Diagrams Documents. Fixed ability to add comments to Watermark annotation for PDF and Words. Fixed the problem when a file without a password asked for it in Presentation(ODP)....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/groupdocs-ann...