Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,716 for

protection

(0.03 sec)
  1. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for Java....password-protected documents Load the password-protected documents...password-protected documents. To load a password protected file,...

    docs.groupdocs.com/annotation/java/load-passwor...
  2. Load password-protected document | Documentation

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for .NET API....password-protected document Load password-protected document...conversion of documents that are protected with a password. To load and...

    docs.groupdocs.com/conversion/net/load-password...
  3. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. 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/nodejs-java/load-a-...
  4. 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...
  5. 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...
  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 password-protected documents | Documentation

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

    docs.groupdocs.com/comparison/python-net/load-p...
  9. 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...
  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...