Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 5,586 for

file comparison

(0.11 sec)
  1. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Comparison Product Family GroupDocs...RTF ) files can be converted to plain text (TXT) files for a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....Comparison Product Family GroupDocs...class and pass the output PDF file along with the DigitalSignOptions...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  3. Extract Images from DOCX using C#

    Learn how to extract images from DOCX using C# quickly with this guide. Obtain practical C# code to extract images from DOCX to improve your document processing....Comparison Product Family GroupDocs...with images embedded in DOCX files is a crucial task for many developers...

    kb.groupdocs.com/parser/net/extract-images-from...
  4. How to Sign XLSX with Digital Signature using Java

    Let's learn how to sign XLSX with digital signature using Java. You will also be provided a simple code example for digital signature integration in XLSX using Java....Comparison Product Family GroupDocs...Signature class by passing XLSX file path to its constructor Create...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  5. Scan Barcode from RTF using C#

    This guide explains how to scan barcode from RTF using C#, with a code example to help you efficiently extract barcode from RTF in C#, ensuring a smooth and seamless process....Comparison Product Family GroupDocs...barcodes efficiently from RTF files in your C# applications. By...

    kb.groupdocs.com/parser/net/scan-barcode-from-r...
  6. Add Arrow Annotation to JPG using Java

    In this tutorial, you'll discover how to add arrow annotation to JPG using Java. Furthermore, we'll furnish a code example to insert arrow annotation to JPG in Java....Comparison Product Family GroupDocs...arrow annotations into JPG files using Java. Arrow annotations...

    kb.groupdocs.com/annotation/java/add-arrow-anno...
  7. How to Convert ODT to SVG using Java

    In this topic, you will learn how to convert ODT to SVG using Java without installing third-party software. Also, we will provide code to export ODT to SVG in Java....Comparison Product Family GroupDocs...Open Document Text ( ODT ) files to SVG, you’ve come to the perfect...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Comparison Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. How to Sign JPEG with Barcode Signature using C#

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

    kb.groupdocs.com/signature/net/how-to-sign-jpeg...
  10. How to Sign RTF with QR Code using Java

    Quickly learn how to sign RTF with QR Code using Java to enhance document's security. We will also provide a code example to create QR Code in RTF using Java....Comparison Product Family GroupDocs...class by passing path of RTF file into its constructor Create...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...