Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,170 for

password protection

(0.11 sec)
  1. Load password-protected file | GroupDocs

    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...Load password-protected file In order to open password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  2. Handling incorrect document password exception ...

    This article shows how to handle incorrect document Password exception with GroupDocs.Signature API....Handling incorrect document password exception Handling incorrect...incorrect document password exception Leave feedback class supports...

    docs.groupdocs.com/signature/java/handling-inco...
  3. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with Password or change output document format using GroupDocs.Editor for .NET features....Output format and password Output format and password Leave feedback...support file encoding with the password. If such document is encoded...

    docs.groupdocs.com/editor/net/output-format-and...
  4. Compare Protected PDF Files using Java | PDF Co...

    Compare two protected PDF files for differences using Java. PDF files comparison using Java code in few steps with PDF Comparison Java API....are encrypted or have password protection? This article explores...explores how to compare two password-protected PDF documents in Java...

    blog.groupdocs.com/comparison/compare-protected...
  5. Load a password-protected document | GroupDocs

    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:...Load a password-protected document Load a password-protected document...demonstrates how to load a password-protected document. advanced_usage...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  6. Set password for output document | GroupDocs

    This article explains how to set document Password after files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Saving / Set password for output document Set password for output...allows you to protect the output document with a password. To protect...

    docs.groupdocs.com/comparison/python-net/set-pa...
  7. Load password-protected file | GroupDocs

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

    docs.groupdocs.com/redaction/python-net/load-pa...
  8. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by Password using GroupDocs.Comparison for Java API....multiple documents protected by password Compare multiple documents...documents protected by password Leave feedback On this page Note...

    docs.groupdocs.com/comparison/java/compare-mult...
  9. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by Password using GroupDocs.Comparison for Python via .NET API....multiple documents protected by password Compare multiple documents...documents protected by password Leave feedback On this page Note...

    docs.groupdocs.com/comparison/python-net/compar...
  10. Set password for output document | GroupDocs

    This article explains how to set document Password after files comparison within your Java applications using GroupDocs.Comparison for Java....Saving / Set password for output document Set password for output...you to protect output document with password. To protect output...

    docs.groupdocs.com/comparison/java/set-password...