Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 5,808 for

file comparison

(0.07 sec)
  1. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Comparison Product Solution GroupDocs...edit CSV file How to edit XML file How to edit e-Book file Edit text...

    docs.groupdocs.com/editor/net/edit-document/
  2. How to Sign DOCX with Barcode Signature using C#

    Quickly get help on how to sign DOCX with Barcode signature using C#. We will also provide a code example to create Barcode signature in DOCX using C#....Comparison Product Family GroupDocs...passing the path of input DOCX file as an argument to its constructor...

    kb.groupdocs.com/signature/net/how-to-sign-docx...
  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); // ....Comparison Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Comparison Product Family GroupDocs...Converter class using the MSG file path as an argument for its...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Add Text Watermark to PDF Using C#

    Find out how to add text watermark to PDF using C# without the need for additional software. Plus, we'll supply you with the code to insert text watermark to PDF in C#....Comparison Product Family GroupDocs...effective method to safeguard PDF files is by adding text watermarks...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Get document info | GroupDocs

    Learn how to get basic document information including File type, page count, and File size using GroupDocs.Parser for .NET. Get document properties in C#....Comparison Product Solution GroupDocs...information Console . WriteLine ( $"File Type: {info.FileType}" ); Console...

    docs.groupdocs.com/parser/net/get-document-info/
  7. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your .NET applications....Comparison Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-d...
  8. Add Text Watermark to XLSX Using Python

    Learn how to add text watermark to XLSX using Python. This tutorial shows how to embed watermark text into XLSX spreadsheets with custom font, color, and alignment....Comparison Product Family GroupDocs...the watermark Load the XLSX file with the Watermarker class inside...

    kb.groupdocs.com/watermark/python/add-text-wate...
  9. Protect PDF document | GroupDocs

    Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer....Comparison Product Solution GroupDocs...DENY_PRINTING # Create a PDF file. pdf_options = PdfViewOptions...

    docs.groupdocs.com/viewer/python-net/protect-pd...
  10. How to Convert DOCX to HTML using Java

    In this topic, you will explore how to convert DOCX to HTML using Java. Moreover, we will provide a code example to export DOCX to HTML in Java without using extra tools....Comparison Product Family GroupDocs...successfully converted a DOCX file to HTML format using Java with...

    kb.groupdocs.com/conversion/java/how-to-convert...