Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 4,258 for

document security

(0.09 sec)
  1. GroupDocs.Search Product Family | GroupDocs

    Excellent component that brings full-text search capabilities to your C#, ASP.NET, and other .NET applications. It helps developers to create search indexes from hundreds of thousands of Documents in various formats, and then run a wide variety of search queries against those indexes at incredible speed. Documentation .NET Java Node.js GroupDocs.Search for .NET More Getting started Start quickly with our getting started Documentation Features overview Supported Document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage ....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...hundreds of thousands of documents in various formats, and then...

    docs.groupdocs.com/search/
  2. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/get-supported-...
  3. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/save-a-modified...
  4. Load from stream | GroupDocs

    This article explains how to load a Document from a Stream with GroupDocs.Viewer within your .NET applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/net/load-document-fro...
  5. How to search for Image signatures | GroupDocs

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/search-for-ima...
  6. 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...Legal Security Events Acquisition GroupDocs Documentation / GroupDocs.../ Advanced usage / Saving documents / Save to Stream Save to Stream...

    docs.groupdocs.com/redaction/python-net/save-to...
  7. Get only summary page | GroupDocs

    This article explains how to get only a summary page when comparing Documents with GroupDocs.Comparison for Node.js via Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/nodejs-java/get-o...
  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....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-overwrit...
  9. Add area annotation | GroupDocs

    The page describes how to add area annotation to a Document using GroupDocs.Annotation for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/add-area-anno...
  10. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/save-only-ann...