Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 5,027 for

groupdocs.redaction,

(1 sec)
  1. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java...This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java

    docs.groupdocs.com/comparison/java/get-changes-...
  2. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java....This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/load-text-fr...
  3. How to run examples | GroupDocs

    How to run examples....How to run examples.

    docs.groupdocs.com/watermark/python-net/how-to-...
  4. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF files with Python code....Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF files with Python code.

    docs.groupdocs.com/comparison/python-net/compar...
  5. Result of added watermarks | GroupDocs

    Review AddWatermarkResult with information about added watermarks using Python via .NET....Review AddWatermarkResult with information about added watermarks using Python via .NET.

    docs.groupdocs.com/watermark/python-net/result-...
  6. Export Data | GroupDocs

    How to export data to XML files....How to export data to XML files.

    docs.groupdocs.com/parser/java/export-data/
  7. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage<FlvRootPackage>(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs.

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Extracting property values | GroupDocs

    Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET....Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/extracti...
  9. Convert font formats | GroupDocs

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Node.js via Java....This article demonstrates how you can convert font formats with GroupDocs.Conversion for Node.js via Java.

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index.

    docs.groupdocs.com/search/net/indexing-metadata...