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

groupdocs.comparison

(3.49 sec)
  1. Verify QR-code signatures in the document | Gro...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  2. Save signed Pdf with different output file type...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/save-signed-p...
  3. Verify Barcode signatures in the document | Gro...

    This topic explains how to verify document for Barcode electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verify-barcod...
  4. Convert PDF to PPTX using C#

    Learn how to quickly convert PDF to PPTX using C# by carefully following our comprehensive tutorial. Additionally, we'll give you a C# code example to export PDF to PPTX using C#....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  5. Merge XLSX files using C#

    Discover the process of how to merge XLSX files using C#. Enhance document management efficiency by learning how to combine XLSX files in C# programming language....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/merger/net/merge-xlsx-files-us...
  6. Merge PPTX files using Java

    Discover the process of how to merge PPTX files using Java. Improve document management efficiency by mastering the technique to combine PPTX files in Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/merger/java/merge-pptx-files-u...
  7. How to Render DOCX as HTML using C#

    Let's learn how to render DOCX as HTML using C# without installing extra tools. We will also provide code to create HTML with embedded resources from DOCX using C#....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  8. Working with metadata in GIF images | GroupDocs

    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 getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate pages using GroupDocs.Merger for Python via .NET....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/single-doc...
  10. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/password-protect...