Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 7,897 for

encryption

(0.02 sec)
  1. Aspose::Words::Saving::OdtSaveOptions::get_Save...

    Aspose::Words::Saving::OdtSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can be Odt or Ott in C++....override Examples Shows how to encrypt a saved ODT/OTT document with...get_ArtifactsDir () + u "OdtSaveOptions.Encrypt" + extensionString , saveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Loading::LoadOptions::get_Passwo...

    Aspose::Words::Loading::LoadOptions::get_Password method. Gets or sets the password for opening an encrypted document. Can be null or empty string. Default is null in C++....the password for opening an encrypted document. Can be null or empty...open an encrypted document. If the document is not encrypted, set...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. 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...
  4. 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/
  5. Opening Different Microsoft Excel Versions File...

    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....9 and Office 365 XLSX or Encrypted Excel Files. Opening Files...file to be loaded. Opening Encrypted Excel Files It’s possible...

    docs.aspose.com/cells/python-java/opening-diffe...
  6. كيفية تشفير أو فك تشفير الأرشيفات عبر Python.NET

    اكتشف طرق تشفير أو فك تشفير الأرشيفات بأكملها أو إدخالات محددة في أرشيفات ZIP أو RAR أو 7Z باستخدام Python.NET....NET Advanced API features Encrypt⁄Decrypt archives &...CompressionSettings . deflate encryption = zp . saving . TraditionalEncryptio(...

    products.aspose.com/zip/ar/python-net/advanced-...
  7. Archívumok titkosítása vagy visszafejtése Pytho...

    Fedezze fel a teljes archívumok vagy egyes bejegyzések titkosításának vagy visszafejtésének módszereit a ZIP, RAR vagy 7Z archívumokban a Python.NET használatával....NET Advanced API features Encrypt⁄Decrypt archives &...CompressionSettings . deflate encryption = zp . saving . TraditionalEncryptio(...

    products.aspose.com/zip/hu/python-net/advanced-...
  8. تشفير ملفات Excel باستخدام Aspose.Cells|Documen...

    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....srcFileName = FilePath + "Encrypting Excel Files.xlsx" ; string...destFileName = FilePath + "Result Encrypting Excel Files.xlsx" ; //Open...

    docs.aspose.com/cells/ar/net/encrypting-excel-f...
  9. عرض محمي بكلمة مرور|وثائق Aspose.Slides لـ Python

    حماية كلمة مرور PowerPoint، التشفير، والأمان في بايثون... encrypt ( "123123" ) pres . save ( "encrypted-pres.pptx"...عليك استدعاء طريقة remove_encryption بدون معلمات. ثم سيتعين عليك...

    docs.aspose.com/slides/ar/python-net/password-p...
  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/