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

document classification

(0.04 sec)
  1. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating Document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other syntax elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-g...
  2. GroupDocs.Merger for .NET 20.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 20.8 Major Features There are a few new other features in this regular monthly release. The most notable are: Implemented Document import of all the possible file types into Diagram. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-855 Implement Ole objects import into Diagram Documents 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-...
  3. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. GroupDocs.Comparison for .NET 22.1 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 22.1 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 22.1: Fixed incorrect text positioning in PDF Fixed Comparison crash in specific Words Documents Removed redundant span tags around unchanged text in HTML Fixed issue with HTML comparing for Comparison App Fixed issue with image comparing for Comparison App Fixed issue with particular PDFs returning no result Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-2559 Comparing particular PDFs return no result Bug COMPARISONNET-2758 Issue with index Comparison in PDF Bug COMPARISONNET-2947 Document comparison crashes Bug COMPARISONNET-2944 Remove redundant span tags Bug COMPARISONAPP-76 Issue with HTML comparing Bug COMPARISONAPP-77 Issue with image comparing Bug Public API and Backward Incompatible Changes none...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  5. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources 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.Metadata Product...

    docs.groupdocs.com/metadata/net/extracting-comm...
  6. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert-each...
  7. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST Documents to different format based on content type using GroupDocs.Conversion for .NET....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  8. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-conte...
  9. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built-in feature in GroupDocs.Comparison for Node.js via Java....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/word-...
  10. GroupDocs.Comparison for .NET 20.8 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.8 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.8: Added more options for SummaryPage Fixed issue with style comparison in the types math formula in word Fixed issue with comparing PDF protected with password Documents Fixed incorrect counting of Changes in SummaryPage Fixed comparing span tags in HTML Document Fixed number of issues with HTML Documents comparing Key Summary Issue Type COMPARISONNET-2416 Add more SummaryPage options Feature COMPARISONNET-2412 Incorrect style comparison in the types math formula in word Bug COMPARISONNET-2421 Comparing two PDF files, incorrect password exception Bug COMPARISONNET-2420 Incorrect counting of Changes in SummaryPage Bug COMPARISONNET-2418 Html fix comparing of tags Bug COMPARISONNET-2351 HTML comparison issue Bug Public API and Backward Incompatible Changes Get only summary page...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...