Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 6,666 for

file comparison

(0.03 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  2. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream in Java...Comparison Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Get Supported File Types | GroupDocs

    Enumerate all 72 document formats supported by GroupDocs.Merger for Python via .NET using FileType.get_supported_File_types()....Comparison Product Solution GroupDocs.../ Get Supported File Types Get Supported File Types Leave feedback...

    docs.groupdocs.com/merger/python-net/get-suppor...
  4. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using Node.js via Java....Comparison Product Solution GroupDocs.../ How to Edit XML File How to Edit XML File Leave feedback On...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  5. Load password-protected file | GroupDocs

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...
  6. Licensing | GroupDocs

    Set a GroupDocs.Comparison for .NET license from File, stream, or using a Metered key. Understand evaluation limitations: 2-page cap and watermarks without a valid license....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/licensing-and...
  7. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....Join Multiple Documents of Same File Format into One GroupDocs.Merger...GroupDocs.Comparison for Java is a Documents Comparison, Difference...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  8. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs.../ Loading files from different sources / Load file from URL Load...

    docs.groupdocs.com/conversion/net/load-file-fro...
  9. Check if a file is encrypted | GroupDocs

    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...
  10. Optimize the PDF file resources | GroupDocs

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