Load from Stream As an alternative to a local file, Redactor can open a document from stream.
The following example demonstrates how to load and redact a document using Stream:
final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Load documents from your local disk using a file path with GroupDocs.Viewer in Python....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to list and print file types supported by GroupDocs.Viewer for Java...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Java....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...