Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 9,919 for

file comparison

(0.08 sec)
  1. Does GroupDocs.Comparison has Microsoft Word's ...

    Microsoft Word has ‘Combine’ function that can combine revisions from multiple authors into a single document. I try Comparer for this function, but the result is not as expected....Comparison has Microsoft Word's "Combine" function...function? GroupDocs.Comparison Product Family asposeuuups December...

    forum.groupdocs.com/t/does-groupdocs-comparison...
  2. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...following images show the output file with and without external resources...

    docs.groupdocs.com/viewer/net/loading-external-...
  3. GroupDocs.Metadata for .NET 1.6.0 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 1.6.0 Major Features There are 6 features and 3 enhancements in this regular monthly release. The most notable are: Ability to read and write XMP metadata of TIFF format Ability to inspect hidden data in Excel format Ability to inspect hidden data in PowerPoint format Ability to read TIFF Image File Directory tags Ability to remove hidden data in PowerPoint format Ability to remove hidden data in Excel format Throws DocumentProtectedException when document could not be opened without password Ability to read XMP metadata without header process instruction Process multi-page TIFF during loading XMP metadata All Changes Key Summary Category METADATANET-587 Ability to read and write XMP metadata of TIFF format New feature METADATANET-1012 Ability to inspect hidden data in Excel format New feature METADATANET-1013 Ability to inspect hidden data in PowerPoint format New feature METADATANET-1049 Ability to read TIFF Image File Directory tags New feature METADATANET-1066 Ability to remove hidden data in PowerPoint format New feature METADATANET-1067 Ability to remove hidden data in Excel format New feature METADATANET-1029 Throws DocumentProtectedException when document could not be opened without password Enhancement METADATANET-1042 Ability to read XMP metadata without header process instruction Enhancement METADATANET-1047 Ability to process multi-page TIFF during loading XMP metadata Enhancement...Comparison Product Solution GroupDocs...format Ability to read TIFF Image File Directory tags Ability to remove...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  4. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Comparison Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  5. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Comparison Product Family GroupDocs...directly from PowerPoint ( PPTX ) files can be a useful feature, especially...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  6. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....Comparison Product Family GroupDocs...document types, such as DOCM files, can significantly enhance data...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  7. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Comparison Product Solution GroupDocs...document type and structure - file type, size, pages count, etc...

    docs.groupdocs.com/signature/java/basic-usage/
  8. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Comparison Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...

    docs.groupdocs.com/parser/net/password-protecte...
  9. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text File in java....Comparison Product Solution GroupDocs...the encoding of a plain text file. The following encodings are...

    docs.groupdocs.com/parser/java/detect-encoding/
  10. Password-protected documents | Documentation

    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...