Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 9,209 for

encrypt

(0.11 sec)
  1. Protect and Unprotect with JavaScript via C++|D...

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

    docs.aspose.com/cells/javascript-cpp/protect-an...
  2. Protect PPT Presentation Files using Java | pro...

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

    products.aspose.com/slides/java/protect/ppt/
  3. Protect ODP Presentation Files using Java | pro...

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

    products.aspose.com/slides/java/protect/odp/
  4. Protect ODP Presentation Files using C++ | prod...

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

    products.aspose.com/slides/cpp/protect/odp/
  5. OdtSaveOptions.save_format property | Aspose.Wo...

    OdtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... Examples Shows how to encrypt a saved ODT/OTT document with...ARTIFACTS_DIR + 'OdtSaveOptions.Encrypt' + extension_string , save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OdtSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how the OdtSaveOptions SaveFormat property lets you easily save documents in Odt or Ott formats, ensuring compatibility and flexibility....; } Examples Shows how to encrypt a saved ODT/OTT document with...ArtifactsDir + "OdtSaveOptions.Encrypt" + extensionString , saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. PdfEncryptionDetails class | Aspose.Words for P...

    aspose.words.saving.PdfEncryptionDetails class. Contains details for Encrypting and access permissions for a PDF document...class Contains details for encrypting and access permissions for...more, visit the Protect or Encrypt a Document documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Protect PPTX Presentation Files using Python | ...

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

    products.aspose.com/slides/python-net/protect/p...
  9. 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/
  10. Working with Document in C#|Aspose.Words for .NET

    The `Document` class provides various document properties and methods using C#. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for .NET. The `Document` object can be saved to a file or stream and also sent to a browser....Overview in C# Protect or Encrypt a Document in C# Related articles...

    docs.aspose.com/words/net/working-with-document/