Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 11,605 for

encrypt

(1.7 sec)
  1. Protect and Unprotect with Go|Documentation

    This snippet introduces how to Encrypt and decrypt Excel files and protect and unprotect the data in Excel files using Go code....levels, similar to MS Excel: Encrypt and decrypt Excel files To...Format of Encrypted Office Open XML - OOXML Files Encrypting Excel...

    docs.aspose.com/cells/gocpp/protect-and-unprotect/
  2. Protect PPTX Presentation Files using Java | pr...

    Java source code to protect PPTX Presentation.... Encrypting a PPTX Presentation using...(). encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/java/protect/pptx/
  3. Decrypt PDF File|Aspose.PDF for .NET

    Explore methods to decrypt password-protected PDF files in .NET, ensuring access to the document's content using Aspose.PDF....Contents [ Hide ] A PDF document encrypted with a password or certificate...you try to operate on an encrypted PDF document, you will throw...

    docs.aspose.com/pdf/net/decrypt-pdf-file/
  4. PdfEncryptionDetails Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfEncryptionDetails for secure PDF Encryption and customizable access permissions, ensuring your documents remain protected....class Contains details for encrypting and access permissions for...more, visit the Protect or Encrypt a Document documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Protect and Unprotect|Documentation

    This snippet introduces how to Encrypt and decrypt Excel files, and protect and unprotect data in Excel files using C# code....level, similar to MS Excel: Encrypt and decrypt Excel files To...Format of Encrypted Office Open XML - OOXML Files Encrypting Excel...

    docs.aspose.com/cells/net/protect-and-unprotect/
  6. Aspose::Words::FileFormatInfo::get_IsEncrypted ...

    Aspose::Words::FileFormatInfo::get_IsEncrypted method. Returns true if the document is Encrypted and requires a password to open in C++....Returns true if the document is encrypted and requires a password to...you sort documents that are encrypted from those that are not. If...

    reference.aspose.com/words/cpp/aspose.words/fil...
  7. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the DocSaveOptions SaveFormat property to easily choose between Doc or Dot formats for seamless document saving. Optimize your workflow today!...// Note that this does not encrypt the contents of the document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Protect and Unprotect with C++|Documentation

    This snippet introduces how to Encrypt and decrypt Excel files and protect and unprotect the data in Excel files using C++ code....levels, similar to 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/
  9. Protect PPT Presentation Files using Python | p...

    Python source code to protect PPT Presentation.... Encrypting a PPT Presentation using...protection_manager . encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/python-net/protect/ppt/
  10. Protect PPT Presentation Files using C++ | prod...

    C++ source code to protect PPT Presentation.... Encrypting a PPT Presentation using...get_ProtectionManager() -> Encrypt( u "123123" ); presentation...

    products.aspose.com/slides/cpp/protect/ppt/