Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 11,711 for

encryption

(0.25 sec)
  1. Archiv

    Archiv...Encryption = new PdfEncryptionInfo("user"...", "owner", permissions, Encryption.PdfEncryptionAlgorit.RC4_128);...

    blog.aspose.com/de/html/print-save-webpage-pdf-...
  2. Архивы

    Архивы...Encryption = new PdfEncryptionInfo("user"...", "owner", permissions, Encryption.PdfEncryptionAlgorit.RC4_128);...

    blog.aspose.com/ru/html/print-save-webpage-pdf-...
  3. Ouverture de fichiers en Jython|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.... # Opening Encrypted Excel Files # Creating and...Setting the password for the encrypted Excel file loadOptions6 ....

    docs.aspose.com/cells/fr/java/opening-files-in-...
  4. 在 Jython 中打开文件|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.... # Opening Encrypted Excel Files # Creating and...Setting the password for the encrypted Excel file loadOptions6 ....

    docs.aspose.com/cells/zh/java/opening-files-in-...
  5. PdfFileSecurity Class|Aspose.PDF for Java

    Learn how to secure PDF documents by applying Encryption and passwords using the PDFFileSecurity class in Java with Aspose.PDF....PdfFileSecurity Class Contents [ Hide ] Encrypt PDF File Decrypt PDF File Control...

    docs.aspose.com/pdf/java/pdffilesecurity-class/
  6. 使用 .NET 保護 PPT 演示文件 | products.aspose.com

    C# 源代碼保護 PPT 演示。...Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/zh-hant/net/protect/...
  7. 如何检测文件格式并检查文件是否被加密,使用Node.js通过C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测文件格式及检查文件是否被加密。...file is encrypted. console . log ( "The file is encrypted: " + info...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-dete...
  8. Desencriptar archivo PDF|Aspose.PDF for .NET

    Explora métodos para desencriptar archivos PDF protegidos por contraseña en .NET, asegurando el acceso al contenido del documento utilizando Aspose.PDF....PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { if ( pdfFileInfo...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Decrypt PDF document...

    docs.aspose.com/pdf/es/net/decrypt-pdf-file/
  9. Proteggi i file di presentazione PPTX utilizzan...

    Python codice sorgente per proteggere la presentazione PPTX.... encrypt( "123123" ) pres . save( "encrypted-pres.pptx"...

    products.aspose.com/slides/it/python-net/protec...
  10. Bescherm presentatiebestanden van PPT met C++ |...

    C++ broncode om PPT Presentatie te beschermen....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.ppt" , SaveFormat :: Ppt); Schrijfbeveiliging...

    products.aspose.com/slides/nl/cpp/protect/ppt/