Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 4,086 for

document security

(0.07 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....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Advanced usage | GroupDocs

    Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like Document conversion process customization, track conversion progress, load Documents from different sources etc....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/nodejs-java/advan...
  3. Advanced usage | GroupDocs

    Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like Document conversion process customization, track conversion progress, load Documents from different sources etc....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/java/advanced-usage/
  4. Render specific pages | GroupDocs

    This article explains how to view specific pages when processing Documents with GroupDocs.Viewer within your Java applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/java/view-specific-pa...
  5. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/extend-support...
  6. How to save Presentation with different file ty...

    This article explains how to save signed Presentation Documents with various file formats by GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/save-signed-pr...
  7. Save signed Spreadsheet with different output f...

    This article explains how to save signed Spreadsheet Document with various file formats by GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/save-signed-sp...
  8. Save to Stream | GroupDocs

    This article demonstrates that how to save a Document to any custom file at any location on the local disc or a even a Stream...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-to-stream/
  9. GroupDocs.Merger Product Family | GroupDocs

    Merge multiple Documents into single, extrac Document pages, split Documents with GroupDocs.Merger libraries in C# and Java languages....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...started documentation Features Overview Supported Document Formats...

    docs.groupdocs.com/merger/
  10. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted Document, replacing an original file...Legal Security Events Acquisition GroupDocs Documentation / GroupDocs.../ Advanced usage / Saving documents / Save overwriting original...

    docs.groupdocs.com/redaction/python-net/save-ov...