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:
C#
using(Streamstream=File.Open(@"sample.docx",FileMode.Open,FileAccess.ReadWrite)){using(Redactorredactor=newRedactor(stream)){// Here we can use document instance to make redactionsredactor.Apply(newDeleteAnnotationRedaction());redactor.Save();}}
More resources
GitHub examples
You may easily run the code above and see the feature in action in our GitHub examples:
Along with full featured .NET library we provide simple, but powerful free Apps.
You are welcome to perform redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Redaction App.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.