Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 11,193 for

document merger

(0.07 sec)
  1. 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....Merger Product Solution GroupDocs...Java examples Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. GroupDocs.Viewer for .NET 18.8.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.8.1. Major Features One bug fix is included into this hot-fix release. Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1648 First page filled with black color when rendering PDF Document Bug Public API and Backward Incompatible Changes There are no public API and backward incompatible changes in this release....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. 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 (....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. GroupDocs.Viewer for .NET 18.6.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.6.1. Major Features There is one bug fix in this hotfix release. Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1642 Black image when rendering PDF Document Bug Public API and Backward Incompatible Changes There are no public API and backward incompatible changes in this release....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  5. 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....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/adjusting-com...
  6. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 Document formats in your applications. To make it possible to search instantly across thousands of Documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through Documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/groupdocs...
  7. Using Signature Appearances | Documentation

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

    docs.groupdocs.com/signature/java/using-signatu...
  8. 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...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/ocr-support/
  9. 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:...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/get-supporte...
  10. 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)...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-st...