Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 4,499 for

classification

(0.04 sec)
  1. Load text from string | GroupDocs

    Compare raw text strings directly using LoadOptions.LoadText = true — no files needed. Retrieve the diff result as a string via GetResultString() in GroupDocs.Comparison for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/load-text-fro...
  2. Compare multiple documents | GroupDocs

    Compare any number of Word documents or PowerPoint/OpenDocument presentations simultaneously using Comparer.Add() — produces a single merged result document....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/compare-multi...
  3. Load file from Azure blob storage | GroupDocs

    This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/net/load-file-fro...
  4. Delete signatures of the certain type | GroupDocs

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/delete-...
  5. Installation | GroupDocs

    This guide explains how to install GroupDocs.Signature for Python via .NET to your environment...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/install...
  6. Update QR Code Signatures in Document | GroupDocs

    This article explains how to update QR code electronic signatures with GroupDocs.Signature for Python via .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/update-...
  7. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/delete-...
  8. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with Presentation Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/working-with-pr...
  10. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/removing-metadata/