Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 9,775 for

encrypted

(0.06 sec)
  1. Архів

    Архів...encrypt(“userpassword”, “ownerpassword”...// зашифрувати PDF document.encrypt("user", "owner", 0, CryptoAlgorithm...

    blog.aspose.com/uk/pdf/encrypt-and-decrypt-pdf-...
  2. 设置权限,加密和解密 PDF 文件|Aspose.PDF for Java

    使用不同的加密类型和算法通过 Java 加密 PDF 文件。同时,使用所有者密码解密 PDF 文件。...一旦定义了权限,将此对象作为参数传递给 Document 对象的 Encrypt 方法。以下代码片段向您展示如何设置 PDF 文件的权限。..., // 仅启用屏幕阅读选项 document . encrypt ( "user" , "owner" , documentPrivilege...

    docs.aspose.com/pdf/zh/java/set-privileges-encr...
  3. عرض تقديمي محمي بكلمة مرور|Aspose.Slides لـ Nod...

    قفل عرض PowerPoint. عرض PowerPoint محمي بكلمة مرور في JavaScript...بكلمة مرور، عليك استخدام طريقة encrypt (من ProtectionManager ) لتعيين...تمرر كلمة المرور إلى طريقة encrypt وتستخدم طريقة save لحفظ العرض...

    docs.aspose.com/slides/ar/nodejs-java/password-...
  4. Lưu trữ

    Lưu trữ...encrypt(“userpassword”, “ownerpassword”...pdf"); // mã hóa PDF document.encrypt("user", "owner", 0, CryptoAlgorithm...

    blog.aspose.com/vi/pdf/encrypt-and-decrypt-pdf-...
  5. Crypter des fichiers Excel avec Node.js via C++...

    Apprenez comment chiffrer et protéger par mot de passe des fichiers Excel avec Aspose.Cells for Node.js via C++....filePath ); // Specify XOR encryption type. workbook . setEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/fr/nodejs-cpp/encrypting-...
  6. Crittografare file Excel con Node.js tramite C+...

    Impara come cifrare e proteggere con password i file Excel usando Aspose.Cells for Node.js via C++....filePath ); // Specify XOR encryption type. workbook . setEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/it/nodejs-cpp/encrypting-...
  7. تشفير ملفات 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...
  8. Create 7z Archive in Python

    This precise topic elaborates on how to create 7z file in Python. It lets you make a 7 ZIP compressed file in Python with just a few API calls....as the encryption of output archives like AES encryption and password...

    kb.aspose.com/zip/python/create-7z-archive-in-p...
  9. 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/
  10. FileFormatUtil | Aspose.Words for Java

    Provides utility methods for working with file formats such as detecting file format or converting file extensions to/from file format enums in Java....detect the document format and encryption. Document doc = new Document();...Configure a SaveOptions object to encrypt the document // with a password...

    reference.aspose.com/words/java/com.aspose.word...