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

classification

(0.05 sec)
  1. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/character...
  2. Verify for multiple signatures | Documentation

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/verify-for-mul...
  3. Sign Pdf documents with custom digital signatur...

     This article explains how to customize PDF digital electronic signature on document page....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  4. Render to HTML | Documentation

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  5. Set image size limits | Documentation

    This article shows how to set output image size limits when rendering image to HTML...Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  6. How to Run Examples | Documentation

    This article describes how to run GroupDocs.Merger for .NET code examples....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  7. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/compare-multi...
  8. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-z...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/working-with-me...