Sort Score
Result 10 results
Languages All
Labels All
Results 8,201 - 8,210 of 11,045 for

document assembly

(0.07 sec)
  1. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/indexing-with-sto...
  2. GroupDocs.Metadata for .NET 20.7 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 20.7 Major Features There are the following features, enhancements and fixes in this release: Implement the ability to work with EXIF metadata in JPEG2000 images Add support for the HEIF/HEIC format Implement the ability to extract metadata from encrypted MS Project files Implement the ability to manage custom properties in Project files. Add support for additional built-in properties Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2845 Implement the ability to work with EXIF metadata in JPEG2000 images New Feature METADATANET-3387 Add support for the HEIF/HEIC format New Feature METADATANET-2843 Implement the ability to extract metadata from encrypted MS Project files Improvement METADATANET-1479 Implement the ability to manage custom properties in Project files....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. GroupDocs.Editor for .NET 20.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.11 GroupDocs.Editor for .NET version 20.11 provides one new minor feature, which has an impact on public API, two improvements and a set of different bugfixes. It is worth to mention that this new feature doesn’t break a backward compatibility, but only introduces one new public type, so existing client code is fully compatible for this release. All of these are described in detail below....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  4. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-conte...
  5. Search thread safety | Documentation

    This article shows that how search thread safety works....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/search-th...
  6. Text search in network | Documentation

    This page contains information about full-text searching in the search network....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/text-search-in-n...
  7. Check if a file is encrypted | Documentation

    This article explains how to check if a file is encrypted using .NET / C# with GroupDocs.Viewer for .NET....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/how-to-check-if-f...
  8. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-b...
  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...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

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