Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 7,896 for

encryption

(0.07 sec)
  1. 设置权限,加密和解密 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...
  2. Check Password to modify using Aspose.Cells for...

    Learn how to check if a password to modify matches using Aspose.Cells for Node.js via C++....True Detect File Format of Encrypted Office Open XML - OOXML Files...and Check if the File is Encrypted with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/check-password...
  3. 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/
  4. تشفير ملفات 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...
  5. PDF 파일의 비밀번호 변경|Aspose.PDF for Java

    이 주제는 PdfFileSecurity 클래스를 사용하여 PDF 파일의 비밀번호를 변경하는 방법을 설명합니다....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/ko/java/change-password/
  6. Chiffrer le classeur à l aide d Aspose.Cells|Do...

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

    docs.aspose.com/cells/fr/java/encrypt-workbook-...
  7. Excel Dosyalarını Node.js kullanarak şifreleme ...

    Aspose.Cells for Node.js via C++ kullanarak Excel dosyalarını şifreleme ve parola ile koruma nasıl yapılır öğrenin....filePath ); // Specify XOR encryption type. workbook . setEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/tr/nodejs-cpp/encrypting-...
  8. Шифрование Файлов Excel в Aspose.Cells|Document...

    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/ru/net/encrypting-excel-f...
  9. Aspose.Cells ile Excel Dosyalarının Şifrelenmes...

    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/tr/net/encrypting-excel-f...
  10. 使用 Java 保护 PDF | Aspose.PDF

    Java原始程式碼使用密碼鎖定PDF檔在爪哇和PHP,德爾福。...pdf" ); // encrypt PDF pdfFile . encrypt ( "user" , "owner"...

    products.aspose.com/pdf/zh-hant/java/protect/