Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 9,254 for

encryption

(0.07 sec)
  1. Encriptando Archivos de Excel en Aspose.Cells|D...

    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....xls" ); //Specify XOR encryption type. workbook . SetEncryptionOptions..., 40 ); //Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/es/net/encrypting-excel-f...
  2. 記録

    記録...Encryption.PdfEncryptionInfo info =...Aspose.Html.Rendering.Pdf.Encryption.PdfEncryptionInfo("user"...

    blog.aspose.com/ja/html/epub-to-pdf-csharp/
  3. تشفير ملفات Excel في Aspose.Cells|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....xls" ); //Specify XOR encryption type. workbook . SetEncryptionOptions..., 40 ); //Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/ar/net/encrypting-excel-f...
  4. Bảo vệ tệp bản trình bày PPTX bằng C++ | produc...

    Mã nguồn C++ để bảo vệ Bản trình bày PPTX....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); Đặt...

    products.aspose.com/slides/vi/cpp/protect/pptx/
  5. أرشيف

    أرشيف...encrypt (“userpassword” ، “ownerpassword”...pdf"); // تشفير PDF document.encrypt("user", "owner", 0, CryptoAlgorithm...

    blog.aspose.com/ar/pdf/encrypt-and-decrypt-pdf-...
  6. ארכיון

    ארכיון...encrypt(“userpassword”, “ownerpassword”...pdf"); // להצפין PDF document.encrypt("user", "owner", 0, CryptoAlgorithm...

    blog.aspose.com/he/pdf/encrypt-and-decrypt-pdf-...
  7. Kryptera och dekryptera ODS filer med Node.js v...

    Lösenordsskydda och kryptera ODS filer med Aspose.Cells for Node.js via C++...., "output" ); // Open an encrypted ODS file const loadOptions...setPassword ( "1234" ); // Load the encrypted ODS file with the appropriate...

    docs.aspose.com/cells/sv/nodejs-cpp/encrypt-and...
  8. Encriptar y desencriptar archivos ODS con Node....

    Proteger con contraseña y cifrar archivos ODS usando Aspose.Cells for Node.js via C++...., "output" ); // Open an encrypted ODS file const loadOptions...setPassword ( "1234" ); // Load the encrypted ODS file with the appropriate...

    docs.aspose.com/cells/es/nodejs-cpp/encrypt-and...
  9. Convert DOC to JSON Format in Android Apps | pr...

    Parse DOC to JSON format in Android Apps without using Microsoft Word or Excel...API allows you to open the encrypted document by passing the correct...example shows how open an encrypted document with a password....

    products.aspose.com/total/android-java/conversi...
  10. 如何使用 Python 使用密码保护 PDF 文件

    本快速教程介绍了如何使用 Python 使用密码保护 PDF 文件。它提供了整个过程的完整概述,包括系统配置和分步算法,以及一个运行代码示例,该示例演示了如何将 Python PDF 密码保护功能嵌入到您的应用程序中。...使用 Document 类获取源 PDF 文档 在为 Encrypt 方法传递密码字符串和其他参数时保护输入的 PDF 文件...代码片段。它演示了您可以根据需要修改或增强的基本用例。例如,Encrypt() 方法的参数包括 RC4X128、AESx256 ...

    kb.aspose.com/zh/pdf/python/how-to-protect-pdf-...