Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 5,634 for

file comparison

(0.05 sec)
  1. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API to reduce size....Comparison Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file resources Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. Check if a file is encrypted | Documentation

    This article explains how to check if a File is encrypted using .NET / C# with GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs.../ Check if a file is encrypted Check if a file is encrypted Leave...

    docs.groupdocs.com/viewer/net/how-to-check-if-f...
  3. Get supported file formats | Documentation

    This article shows how to check supported File formats....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/java/get-supported-fi...
  4. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported File format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Java...

    docs.groupdocs.com/comparison/java/migration-no...
  5. Save file to stream | Documentation

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...usage / Saving / Save file to stream Save file to stream Leave feedback...

    docs.groupdocs.com/conversion/net/save-file-to-...
  6. Manipulate Metadata Properties in Documents wit...

    We have a major update for our customers who are using our metadata manipulation API - GroupDocs.Metadata for .NET. We have revamped the architecture of the API to improve and simplify the process of reading, updating, searching or removing the metadata properties from the documents. So let’s take a tour of version 19.11. Why do you need to upgrade? You should upgrade to the latest release because: The_ Metadata_ class is introduced as a single entry point to manage metadata in all supported formats.... Comparison of Coding Styles # Since...The following is the code comparison of some common metadata operations...

    blog.groupdocs.com/metadata/manipulate-metadata...
  7. Optimize the output PDF file | Documentation

    Optimize PDFs for web viewing or reduce File size with GroupDocs.Viewer. Adjust resources and improve loading times....Comparison Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text File automatically in Java....Comparison Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/nodejs-java/text-file...
  9. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original File...Comparison Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...