Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 5,832 for

file comparison

(0.06 sec)
  1. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....to Excel Files in CSharp 1 Add Password to Excel Files in Java...Java 1 automate document comparison 4 Azure 1 Barcode 1 Barcode...

    blog.groupdocs.com/zh/tags/
  2. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....to Excel Files in CSharp 1 Add Password to Excel Files in Java...Java 1 automate document comparison 4 Azure 1 Barcode 1 Barcode...

    blog.groupdocs.com/zh-hant/tags/
  3. Load file from stream | GroupDocs

    This article demonstrates how to convert File presented as a stream using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs.../ Loading files from different sources / Load file from stream...

    docs.groupdocs.com/conversion/net/load-file-fro...
  4. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document Comparison report and modify appearance of detected changes when use GroupDocs.Comparison for .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/customize-cha...
  5. 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...
  6. Migration Notes | GroupDocs

    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...
  7. 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...
  8. 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...
  9. Load Password-Protected File | GroupDocs

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Comparison Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....Comparison Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...