Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 20,710 for

password

(0.13 sec)
  1. Password Protect Excel Spreadsheets | Lock XLS/...

    Add Password to Excel spreadsheets. Lock Excel files with Password protection using free online app & programmatically....safeguarding Excel spreadsheets with passwords online. Following that, we...developers can programmatically add password protection to lock spreadsheets...

    blog.groupdocs.com/merger/password-protect-exce...
  2. Add Password to Spreadsheets

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....safeguarding Excel spreadsheets with passwords online. Following that, we...developers can programmatically add password protection to lock spreadsheets...

    blog.groupdocs.com/tag/add-password-to-spreadsh...
  3. Add Password to PPT in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....中國傳統的 Today, we will provide password protection to our presentation...PowerPoint presentation files with password protection in C# . Further...

    blog.groupdocs.com/tag/add-password-to-ppt-in-c...
  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....Loading / Load password-protected document Load password-protected...with a password. The following are the steps to load password-protected...

    docs.groupdocs.com/merger/java/load-password-pr...
  5. Check document password-protection | Documentation

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is Password protected or not, and how to do this using GroupDocs.Merger for Java....document password-protection Check document password-protection...allows to check document for password-protection. The result will...

    docs.groupdocs.com/merger/java/check-document-p...
  6. 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(); }...documents / Load password-protected file Load password-protected file...Load password-protected file In order to open password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  7. Password Protect Excel Spreadsheets

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....safeguarding Excel spreadsheets with passwords online. Following that, we...developers can programmatically add password protection to lock spreadsheets...

    blog.groupdocs.com/tag/password-protect-excel-s...
  8. Load password-protected document | Documentation

    This article explains how to load Password-protected document while using GroupDocs. Watermarks Java API....documents / Load password-protected document Load password-protected...you will have to provide the password. GroupDocs.Watermark API allows...

    docs.groupdocs.com/watermark/java/load-password...
  9. Load password-protected document | Documentation

    Learn this article and check how to load and convert Password-protected documents using GroupDocs.Conversion for Java API....Loading / Load password-protected document Load password-protected...protected with a password. To load and convert a password-protected...

    docs.groupdocs.com/conversion/java/load-passwor...
  10. Add Password to PPT in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....presentation files with a password in Java . Further, we will...their password and also how to change the existing password of PPT...

    blog.groupdocs.com/tag/add-password-to-ppt-in-j...