Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 5,598 for

file comparison

(0.1 sec)
  1. Installation | Documentation

    GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Watermark for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows:  GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Watermark for Java API Dependency Then define GroupDocs.Watermark for Java API dependency in your pom.xml as follows: com....Comparison Product Solution GroupDocs...Windows) or install.sh (for Linux) file to install the library in your...

    docs.groupdocs.com/watermark/java/installation/
  2. Installation | Documentation

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....Comparison Product Solution GroupDocs...Windows) or install.sh (for Linux) file to install the library in your...

    docs.groupdocs.com/parser/java/installation/
  3. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Comparison Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Signature...

    docs.groupdocs.com/signature/net/supported-docu...
  4. How to run GroupDocs.Viewer in Docker | Documen...

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Comparison Product Solution GroupDocs...Instantiate Viewer and pass file name using ( Viewer viewer =...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  5. Extract a text from images and PDFs | Documenta...

    This article explains how to extract a text from images and PDFs...Comparison Product Solution GroupDocs...Parser is used, see readme.txt file for the additional information...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. 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-...
  7. 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...
  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. Add document to Diagram via OLE | Documentation

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

    docs.groupdocs.com/merger/java/add-document-to-...
  10. How to Sign PDF with QR Code Signature using Java

    This quick tutorial provides you with step-by-step instructions to create QR Code in Java and how to sign a PDF document with a QR Code signature using Java....Comparison Product Family GroupDocs...Signature class, pass the signed PDF file name along with QrCodeSignOptions...

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