Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 14,143 for

password protection

(0.09 sec)
  1. Set Privileges, Encrypt and Decrypt PDF|Aspose....

    Encrypt PDF File with Python using Different Encryption Types and Algorithms. Also, decrypt PDF Files using Owner Password....permissions, and decrypting protected PDF files. This article walks...encryption, changing passwords, and detecting protection states — all...

    docs.aspose.com/pdf/python-net/set-privileges-e...
  2. WriteProtection.isWriteProtected property | Asp...

    WriteProtection.isWriteProtected property. Returns ``true`` when a write Protection Password is set....Returns true when a write protection password is set. get isWriteProtected...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Public API Changes in Aspose.Cells 8.7.0|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....signature is valid" ); } } Added Protection.VerifyPassword Method Aspose...NET 8.7.0 has exposed the Protection.VerifyPassword method that...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. How to Secure PPTX using Python

    This topic shows you how to secure PPTX using Python with a Password encryption. It provides all necessary details and runnable sample code for securing PPTX in Python....presentation using Python by password protection. A presentation can be...presentation in Python using a password with no dependence on MS PowerPoint...

    kb.aspose.com/slides/python/how-to-secure-power...
  5. Protect and Unprotect Workbook Structure|Docume...

    Protect and unprotect workbook structure of Excel files using C# code....Ask AI Protect and Unprotect Workbook Structure Contents [ Hide...renaming worksheets, you can protect the structure of your Excel...

    docs.aspose.com/cells/python-net/protect-and-un...
  6. Aspose::Words::Settings::WriteProtection::get_R...

    Aspose::Words::Settings::WriteProtection::get_ReadOnlyRecommended method. Specifies whether the document author has recommended that the document be opened as read-only in C++....Shows how to protect a document with a password. auto doc = System...This document is protected." ); // Enter a password up to 15 characters...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. Unprotect a Worksheet in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the unprotect method of the protection module. PHP Code $filesFormatType...$worksheets -> get ( 0 ); $protection = $worksheet -> getProtection...

    docs.aspose.com/cells/java/unprotect-a-workshee...
  8. Beperk Dokument Redigering in Python|Aspose.Wor...

    Beperk redigering van'n dokument deur die opstel van'n beperking tipe met behulp van Python. U kan ook beskerming verwyder en onbeperkte bewerkbare streke maak....ALLOW_ONLY_REVISIONS READ_ONLY NO_PROTECTION Alle tipes is wagwoordbeveilig...beskerm deur die Document.protect metode te gebruik. Hierdie...

    docs.aspose.com/words/af/python-net/restrict-do...
  9. 在Php中取消保护工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Java for PHP 取消保护工作表,请调用 protection 模块的 unprotect_worksheet 方法。...$worksheets -> get ( 0 ); $protection = $worksheet -> getProtection...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  10. How to Unprotect Excel in Python

    This quick guide covers how to unprotect Excel in Python. It discusses the environment setup, step-by-step process, and a sample code to unlock Excel file in Python....unprotect Excel Load the protected Excel file using the Workbook...Workbook class Remove the password protection with the unprotect()...

    kb.aspose.com/cells/python/how-to-unprotect-exc...