Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 6,067 for

file comparison

(0.06 sec)
  1. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Comparison Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  2. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Comparison Product Solution GroupDocs...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  3. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Comparison Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  4. GroupDocs.Comparison for .NET 26.1 – 最新更新和修复(20...

    探索 GroupDocs.Comparison for .NET 26.1 的新功能。现在已在 NuGet 和 GroupDocs 网站上提供。...Comparison for .NET 26.1 – 2026年1月 发布亮点...the release of GroupDocs.Comparison for .NET 26.1 , available...

    blog.groupdocs.com/zh/comparison/groupdocs-comp...
  5. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  6. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Comparison Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  7. Working with Images | GroupDocs

    Enumerate, filter, and save images extracted with GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...brochure.pdf The following sample file is used in this example: Tips...

    docs.groupdocs.com/parser/python-net/working-wi...
  8. GroupDocs.Search for Java | GroupDocs

    GroupDocs.Search for Java is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Comparison Product Solution GroupDocs...occurrences, basic metadata fields, file names, document types and much...

    docs.groupdocs.com/search/java/
  9. GroupDocs.Watermark for Java | GroupDocs

    A Java API for adding watermarks to the documents of different File formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Comparison Product Solution GroupDocs...remove watermarks in supported file formats. GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/
  10. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Comparison Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...