Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 5,737 for

file comparison

(0.06 sec)
  1. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF File in the GroupDocs.Viewer Java API for web browser or to reduce size....Comparison Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF File in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Comparison Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Get supported file formats | GroupDocs

    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. Save file to stream | GroupDocs

    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-...
  5. 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...
  6. Load file from local disk | GroupDocs

    This article demonstrates how to convert File stored on local disk using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs.../ Loading files from different sources / Load file from local...

    docs.groupdocs.com/conversion/net/load-file-fro...
  7. 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...
  8. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported File types....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/search/java/get-supported-fi...
  9. Save file to local disk | GroupDocs

    This article demonstrates how to convert Files stored on local disk using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs.../ Saving / Save file to local disk Save file to local disk Leave...

    docs.groupdocs.com/conversion/net/save-file-to-...
  10. Get supported file types | GroupDocs

    This article explains how to obtain supported File formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Python via .NET applications....Comparison Product Solution GroupDocs.../ Get supported file types Get supported file types Leave feedback...

    docs.groupdocs.com/merger/python-net/get-suppor...