Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 8,676 for

encrypted

(0.05 sec)
  1. Specify Load Options in C#|Aspose.Words for .NET

    More accurately control the load process using C#....automatically chosen encoding: Load Encrypted Documents You can load Word...Word documents encrypted with a password. To do this, use a special...

    docs.aspose.com/words/net/specify-load-options/
  2. 如何检测文件格式并使用 C++ 判断文件是否被加密|Documentation

    学习如何用 Aspose.Cells 和 C++检测文件格式及判断文件是否被加密。...file is encrypted std :: cout << "The file is encrypted: " << (...

    docs.aspose.com/cells/zh/cpp/how-to-detect-a-fi...
  3. UnsupportedEncryptionException class | Aspose.W...

    aspose.words.UnsupportedEncryptionException class. Thrown during document load, when the document is Encrypted with an unsupported method....load, when the document is encrypted with an unsupported method...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Loading::LoadOptions class | Asp...

    Aspose::Words::Loading::LoadOptions class. Allows to specify additional options (such as password or base URI) when loading a document into a Document object. To learn more, visit the documentation article in C++....the password for opening an encrypted document. Can be null or empty...specified password to load an encrypted document. LoadOptions (As...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Check Password to modify using Aspose.Cells for...

    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....True Detect File Format of Encrypted Office Open XML - OOXML Files...and Check if the File is Encrypted...

    docs.aspose.com/cells/python-net/check-password...
  6. Protect and Unprotect with C++|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using C++ codes....data level like MS Excel: Encrypt and decrypt Excel files To...Format of Encrypted Office Open XML - OOXML Files Encrypting Excel...

    docs.aspose.com/cells/cpp/protect-and-unprotect/
  7. PdfEncryptionDetails.OwnerPassword | Aspose.Wor...

    Discover how the OwnerPassword property secures your Encrypted PDF files, ensuring only authorized access. Protect your documents effortlessly!...the owner password for the encrypted PDF document. public string...allows the user to open an encrypted PDF document without any access...

    reference.aspose.com/words/net/aspose.words.sav...
  8. SignOptions.decryption_password property | Aspo...

    SignOptions.decryption_password property. The password to decrypt source document...Remarks If OOXML document is encrypted, you should provide decryption...Examples Shows how to sign encrypted document file. # Create an...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...= new Document ( MyDir + "Encrypted.docx" , new LoadOptions (...(), Is . EqualTo ( "Test encrypted document." )); See Also class...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Specify Load Options in Java|Aspose.Words for Java

    Set advanced properties when loading a document using Java to obtain more precise control of the process....automatically chosen encoding: Load Encrypted Documents You can load Word...Word documents encrypted with a password. To do this, use a special...

    docs.aspose.com/words/java/specify-load-options/