Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 9,052 for

encrypt

(0.1 sec)
  1. WriteProtection.read_only_recommended property ...

    WriteProtection.read_only_recommended property. Specifies whether the document author has recommended that the document be opened as read-only....programmatically, nor does it encrypt the contents. doc . save (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Specify Save Options in C++|Aspose.Words for C++

    More accurately control the save process.... Encrypt a Document With a Password...or set a password for an encrypted document. Use the Password...

    docs.aspose.com/words/cpp/specify-save-options/
  3. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to Encrypt document using ECMA376 Standard Encryption algorithm....password to encrypt document using ECMA376 Standard encryption algorithm...to save document without encryption this property should be null...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to Encrypt document using ECMA376 Standard Encryption algorithm....password to encrypt document using ECMA376 Standard encryption algorithm...to save document without encryption this property should be None...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Protect PDF using C# | Aspose.PDF

    Lock PDF with password programmatically with C# sample code using Aspose.PDF for .NET...Encrypt method to protect PDF with...AllowScreenReaders = true ; document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/net/protect/
  6. Specify Save Options in Java|Aspose.Words for Java

    Set advanced properties when saving a document using Java to provide more precise control over the process.... Encrypt a Document With a Password...or set a password for an encrypted document. Use the Password...

    docs.aspose.com/words/java/specify-save-options/
  7. Merge PDF Documents using CLI | Aspose.PDF

    Combine various PDF documents programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI..., text extraction, encryption, adding watermarks, etc)...Other actions with CLI App Encrypt PDF documents Extract images...

    products.aspose.com/pdf/cpp-cli/merger/
  8. FileFormatInfo.is_encrypted property | Aspose.W...

    FileFormatInfo.is_Encrypted property. Returns ``True`` if the document is Encrypted and requires a password to open....is_encrypted property FileFormatInfo.is_encrypted property Returns...Returns True if the document is encrypted and requires a password to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 在Ruby中加密Excel文件|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....Cells for Java对Excel文件应用加密,只需调用Encrypt模块即可。 Ruby 代码 data_dir = File.... setPassword ( "1234" ) encryption_type = Rjb :: import ( 'com...

    docs.aspose.com/cells/zh/java/encrypting-excel-...
  10. 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/