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

file comparison

(0.43 sec)
  1. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported File formats....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  2. Load File From Stream | GroupDocs

    This article demonstrates how to convert a File from a stream using GroupDocs.Conversion for Python via .NET API....Comparison Product Solution GroupDocs...Documents / Load File From Stream Load File From Stream Leave...

    docs.groupdocs.com/conversion/python-net/develo...
  3. 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...
  4. 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...
  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. Uploading a Document to GroupDocs

    You’ve got a GroupDocs account and now what? This blog post is the first in a short series that walks you through how to use GroupDocs. In the coming weeks, well explain how to: use GroupDocs Signature, share documents with your colleagues, convert images to use as thumbnails, and assemble a document. But first, we’ll explain how to upload a File. That’s the first and most basic task that you can perform once you’ve logged in....we’ll explain how to upload a file. That’s the first and most basic...upload. Click Open . The selected file is uploaded. The dashboard gives...

    blog.groupdocs.com/total/uploading-a-document-t...
  7. 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...
  8. 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...
  9. 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...
  10. Multicomparer Issue is Resolved in GroupDocs.Co...

    Another release of GroupDocs.Comparison for Java 18.6.3 is on-board. It comes with few bug fixes. Comparison of password protected documents issue is now resolved, please visit the release notes. We’d recommend you to Download the new release and enhance your document Comparison experience. Bug Fixes Exception occurs while comparing presentations Comparing Files with passwords doesn’t work MultiCompare returns null Fix Api for MultiComparer API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Comparison for Java 18.6.3 is on-board...comes with few bug fixes. Comparison of password protected documents...

    blog.groupdocs.com/comparison/multicomparer-iss...