Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 36,691 for

groupdocs.comparison

(0.18 sec)
  1. eSign document with multiple signatures | Group...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/esign-document...
  2. Working with ZIP archives | GroupDocs

    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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-zi...
  3. Working with metadata in AVI files | GroupDocs

    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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Redact Text in PDF using Java

    In this tutorial, you will learn how to redact text in PDF using Java. Also, you will be provided with a straightforward code to replace text in PDF using Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Convert ODT to DOCX using Node.js

    Quickly convert ODT to DOCX using Node.js with a simple approach. This guide shows how to export ODT to DOCX in Node.js for better document compatibility....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  6. Read Metadata from PPTX using C#

    Discover how to read metadata from PPTX using C# without the need for additional software installation. Explore a code example how to read metadata of PPTX using C#....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  7. Add Text Watermark to Image Using Python

    Learn how to add text watermark to image using Python. This tutorial shows how to embed watermark text into image images with custom font, color, and alignment....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/watermark/python/add-text-wate...
  8. Remove Metadata from XLSX using Java

    Discover how to swiftly remove metadata from XLSX using Java. You'll also find code snippet that illustrates the process of how to delete metadata from XLSX in Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  9. Remove Annotations from DOCX using Java

    Discover how to efficiently remove annotations from DOCX using Java. You'll also find an example that demonstrates how to delete annotations in DOCX using Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/redaction/java/remove-annotati...
  10. Search in Documents with Keyboard Layout Correc...

    Learn to search in documents with keyboard layout correction using Java. This guide provides code on how to correct keyboard layout for document search in Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/search/java/search-in-document...