Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,072 for

protection

(0.03 sec)
  1. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...Load password-protected file Load password-protected file Leave...In order to open password-protected documents, you have to pass...

    docs.groupdocs.com/redaction/net/load-password-...
  2. Load password-protected documents | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....password-protected documents Load password-protected documents...compare documents that are protected with a password. To compare...

    docs.groupdocs.com/comparison/java/load-passwor...
  3. Load password-protected document | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for Java....password-protected document Load password-protected document...manipulate with documents that are protected with a password. The following...

    docs.groupdocs.com/merger/java/load-password-pr...
  4. Load password-protected file | Documentation

    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(); }...Load password-protected file Load password-protected file Leave...password-protected file In order to open password-protected documents...

    docs.groupdocs.com/redaction/java/load-password...
  5. Load password-protected document | Documentation

    This article explains how to load password protected document with GroupDocs.Signature API....password-protected document Load password-protected document...processing documents that are protected with a password. The following...

    docs.groupdocs.com/signature/java/load-password...
  6. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....password-protected documents Load the password-protected documents...annotate documents that are protected with a password. To load a...

    docs.groupdocs.com/annotation/net/load-password...
  7. Load password-protected documents | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....password-protected documents Load password-protected documents...compare documents that are protected with a password. To compare...

    docs.groupdocs.com/comparison/net/load-password...
  8. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...password-protected document Load a password-protected document...demonstrates how to load a password-protected document. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  9. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...Load password-protected file Load password-protected file Leave...In order to open password-protected documents, you have to pass...

    docs.groupdocs.com/redaction/python-net/load-pa...
  10. Watermark Protected Files in Java | Text & Imag...

    Use Java API to add text & image watermark to password-protected Word, PDF, PowerPoint, Excel files. Customize watermark appearance using GroupDocs API....Watermarks can be used to protect the content and claim ownership...watermarks to the password-protected files in Java. We will add...

    blog.groupdocs.com/watermark/watermark-password...