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

document classification

(0.07 sec)
  1. Get supported file formats | Documentation

    GroupDocs.Comparison allows to get the list of all supported file formats by following the below steps: Call getSupportedFileTypes of FileType class; Enumerate through the collection of FileType objects. The following code sample demonstrates how to get supported file formats list. More resources Advanced Usage Topics To learn more about Document comparison features, please refer to the advanced usage section. GitHub Examples You may easily run the code above and see the feature in action in our GitHub examples:...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/get-supporte...
  2. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on Document page....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/using-signatu...
  3. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Java — API to compare two or more files and get the difference between them....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/groupdocs-co...
  4. Convert JSON as a data source to a spreadsheet ...

    Learn how to convert a JSON Document as a data source to a spreadsheet using GroupDocs.Conversion for .NET....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-json-...
  5. GroupDocs.Viewer for .NET 19.6 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 19.6 Major Features There are 7 features, improvements and fixes in this regular monthly release. The most notable are: Added support of file formats: Microsoft Excel 97-2003 Template (.xlt) Microsoft Excel Macro-Enabled Template (.xltm) Microsoft Excel Template (.xltx) JPEG 2000 Code Stream (.jpc) Programming languages file formats (rendered as plain text without highlight, highlight will be added in future versions) ActionScript File (....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  6. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-st...
  7. Adjust image quality | Documentation

    This article explains how to adjust image quality when viewing PDF Documents with GroupDocs.Viewer within your Java applications....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/adjust-image-qua...
  8. Adjusting comparison sensitivity | Documentation

    Learn more about Document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare Documents with GroupDocs.Comparison for .NET....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/adjusting-com...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Classification Product Solution Purchase...Java examples Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. OCR support | Documentation

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in Documents...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/ocr-support/