Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 6,089 for

file comparison

(0.07 sec)
  1. Supported Document Formats | GroupDocs

    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/java/supported-doc...
  2. 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...
  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. Generate document pages preview | GroupDocs

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature for Python via .NET....Comparison Product Solution GroupDocs.... page_number } .jpg" image_file_path = os . path . join ( "...

    docs.groupdocs.com/signature/python-net/generat...
  5. Render CHM as HTML using Python

    Let's learn the detail of how to render CHM as HTML using Python. This tutorial shows how to convert CHM to HTML in Python for browser-based viewing and integration....Comparison Product Family GroupDocs...CHM as HTML using Python CHM files—compiled HTML help archives—are...

    kb.groupdocs.com/viewer/python/render-chm-as-ht...
  6. Remove Text Watermark from XLS Using Python

    Remove text watermark from XLS using Python and clean legacy Excel Files efficiently. Discover how Python can locate and delete watermark text in spreadsheets....Comparison Product Family GroupDocs...Watermark from XLS Using Python XLS files are still commonly used for...

    kb.groupdocs.com/watermark/python/remove-text-w...
  7. Render XLSX as HTML using Python

    Learn how to render XLSX as HTML using Python. This tutorial also explains how to convert XLSX to HTML in Python for browser-based viewing....Comparison Product Family GroupDocs...with statement to load the XLSX file securely and efficiently Configure...

    kb.groupdocs.com/viewer/python/render-xlsx-as-h...
  8. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...load and process email storage files, such as PST (Personal Storage...

    docs.groupdocs.com/conversion/java/load-persona...
  9. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after Files Comparison within your .NET applications....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/set-document-...
  10. Metadata redactions | GroupDocs

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....Comparison Product Solution GroupDocs...the document to "*_Redacted.*" file in original format redactor...

    docs.groupdocs.com/redaction/java/metadata-reda...