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

file comparison

(0.28 sec)
  1. 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...
  2. 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...
  3. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Comparison Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  4. 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...
  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. Get supported file formats | GroupDocs

    Learn how to get a list of all supported File formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and File types dynamically in C#....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/net/get-supported-fil...
  7. 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...
  8. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using Java....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/java/get-supported...
  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. 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...