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(); }...Order Upgrade an Order Support Docs API Reference Live Demos Free...
The articles explain that how to save Documents in different ways after making redactions....Order Upgrade an Order Support Docs API Reference Live Demos Free...
This article explains how to load PDF, Word, Excel, PowerPoint Documents from a stream when using GroupDocs.Comparison for Node.js via Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...
This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API....Order Upgrade an Order Support Docs API Reference Live Demos Free...
This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer Java API....Order Upgrade an Order Support Docs API Reference Live Demos Free...
This article explains how to load PDF, Word(.Doc, .Docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) Documents from stream when using GroupDocs.Merger for .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...
This article explains how to load a Document from a URL with GroupDocs.Viewer within your Java applications....Order Upgrade an Order Support Docs API Reference Live Demos Free...
This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....Order Upgrade an Order Support Docs API Reference Live Demos Free...
Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Order Upgrade an Order Support Docs API Reference Live Demos Free...
Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Order Upgrade an Order Support Docs API Reference Live Demos Free...