Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 8,631 for

encrypt

(0.08 sec)
  1. 使用 Java 锁定 PDF | Aspose.PDF

    Java原始程式碼,用於在任何平臺上解密PDF文檔。...Encrypt 方法。 儲存 PDF 檔案。 提供的 Java 代码片段显示了如何使用...Aspose.PDF 锁定 PDF 文档。它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...

    products.aspose.com/pdf/zh-hant/java/encrypt/
  2. Presentación Protegida por Contraseña|Documenta...

    Bloquear presentación de PowerPoint. Presentación de PowerPoint protegida por contraseña en Java...presentación, debes usar el método encrypt (de IProtectionManager ) para...Pasas la contraseña al método encrypt y usas el método save para...

    docs.aspose.com/slides/es/androidjava/password-...
  3. Establecer Privilegios, Cifrar y Descifrar Arch...

    Cifrar archivo PDF con Java utilizando diferentes tipos de cifrado y algoritmos. También, descifrar archivos PDF usando la contraseña del propietario....como un argumento al método Encrypt del objeto Document . El siguiente...esté habilitada document . encrypt ( "user" , "owner" , documentPrivilege...

    docs.aspose.com/pdf/es/java/set-privileges-encr...
  4. Change Password of PDF File|Aspose.PDF for Java

    Learn how to change the password of a PDF file for enhanced security using Aspose.PDF in Java....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // Create PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/java/change-password/
  5. Chiffrer des fichiers Excel avec C++|Documentation

    Apprenez comment chiffrer et protéger par mot de passe des fichiers Excel en utilisant Aspose.Cells avec C++....inputFilePath ); // Specify XOR encryption type workbook . SetEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/fr/cpp/encrypting-excel-f...
  6. 用 C++ 加密Excel文件|Documentation

    学习如何用 Aspose.Cells 和 C++对Excel文件进行加密和密码保护。...inputFilePath ); // Specify XOR encryption type workbook . SetEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/zh/cpp/encrypting-excel-f...
  7. Шифрование Файлов 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...
  8. 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...
  9. Unlock PDF using CLI | Aspose.PDF

    Decrypt (remove Encryption) PDF documents programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI... Some PDF may have encryption that causes compatibility...functionalities (e.g., text extraction, encryption, adding watermarks, etc)...

    products.aspose.com/pdf/cpp-cli/decrypt/
  10. Cifrar archivo PDF|Aspose.PDF for .NET

    Este tema explica cómo cifrar un archivo PDF utilizando la clase PdfFileSecurity....pdf" ); // Encrypt file using 256-bit encryption fileSecurity...

    docs.aspose.com/pdf/es/net/encrypt-pdf-file/