Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 6,033 for

file comparison

(0.07 sec)
  1. 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 (!...Comparison Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  2. Remove Text Watermark from DOCX Using Java

    Learn how to remove text watermark from DOCX using Java. We'll provide you code to delete watermark text from DOCX in Java without requiring any additional software....Comparison Product Family GroupDocs...Using Java Watermarks in DOCX files have many uses, but sometimes...

    kb.groupdocs.com/watermark/java/remove-text-wat...
  3. How to Convert MSG to PDF using Java

    In this topic, you will learn how to convert MSG to PDF using Java without installing third-party software. Also, we will provide code to export MSG to PDF in Java....Comparison Product Family GroupDocs...you need to convert these MSG files to the more universally accessible...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Sign JPEG with text signature using C#

    In this topic, you will get help on how to sign JPEG with text signature using C#. Also, code example will be supplied to add text signature to JPEG using C#....Comparison Product Family GroupDocs...class by passing input JPEG file’s path as an argument to its...

    kb.groupdocs.com/signature/net/how-to-sign-jpeg...
  5. GroupDocs.Parser for Java

    This API allows you to perform text search and index any type of File format using Java language on any platform....Comparison Product Family GroupDocs...to Extract Text from Markdown File in Java How to Extract Images...

    kb.groupdocs.com/parser/java/page/2/
  6. 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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Comparison Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...11 introduces Photoshop file support, new PDF resize options...25.11 is here. GroupDocs.Comparison for Node.js v25.11 introduces...

    blog.groupdocs.com/groupdocs.blog/page/3/
  8. Extract Images from MSG using C#

    Learn how to extract images from MSG using C#. This guide provides C# code to extract images from MSG Files, making email image extraction simple and efficient....Comparison Product Family GroupDocs...Extracting images from MSG files is a valuable task for developers...

    kb.groupdocs.com/parser/net/extract-images-from...
  9. Render HTML as Image using Python

    Learn how to render HTML as image using Python. This tutorial explains how to convert html to image in python with custom dimensions for static web previews....Comparison Product Family GroupDocs...as Image using Python HTML files are widely used to structure...

    kb.groupdocs.com/viewer/python/render-html-as-i...
  10. How to Convert MSG to PDF using C#

    In this topic, you will learn how to convert MSG to PDF using C# without installing third-party softwares. Also, we will provide code to export MSG to PDF in C#....Comparison Product Family GroupDocs...instances when converting these MSG files to the widely accessible PDF...

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