Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 11,707 for

encrypt

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

    使用 Aspose.PDF 读取受保护(密码加密)文档、使用保护措施保护文档或移除保护的 C# 代码示例。...Encrypt 方法。 1。保存 PDF 文件。 提供的 C# 代码片段显示了如何使用...Aspose.PDF 锁定 PDF 文档。它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...

    products.aspose.com/pdf/zh-hans/net/encrypt/
  2. arkiv

    arkiv...encrypt("123123") pres.save("encrypted-pres.pptx"...with slides.Presentation("encrypted-pres.ppt", loadOptions) as...

    blog.aspose.com/sv/slides/encrypt-ppt-python/
  3. LoadOptions constructor | Aspose.Words for Node.js

    Aspose.Words.Loading.LoadOptions constructor...specified password to load an encrypted document. LoadOptions ( password...string The password to open an encrypted document. Can be null or empty...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Protéger les fichiers PDF en Python|Aspose.PDF ...

    Apprenez comment crypter les fichiers, décrypter les PDF protégés et changer les mots de passe en Python....ap def encrypt_password ( infile , outfile ): """ Encrypt PDF with...filename Returns: None Example: encrypt_password("sample.pdf", "sample_protected...

    docs.aspose.com/pdf/fr/python-net/protect-pdf-f...
  5. Odemkněte PPTX prezentační soubory pomocí Pytho...

    Zdrojový kód Python pro odstranění ochrany z prezentace PPTX.... Presentation( "encrypted-pres.pptx" , loadOptions)...protection_manager . remove_encryption() pres . save( "encryption-removed.pptx"...

    products.aspose.com/slides/cs/python-net/unlock...
  6. Proteggi l'API PDF | Aspose.PDF

    Blocca i documenti PDF con app multipiattaforma gratuite e API High Code per qualsiasi piattaforma....possibile utilizzare il metodo Encrypt dell’oggetto Document per crittografare...le autorizzazioni al metodo Encrypt. Inoltre, è possibile passare...

    products.aspose.com/pdf/it/protect/
  7. تشفير ملفات إكسل في روبي|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.... setPassword ( "1234" ) encryption_type = Rjb :: import ( 'com.... setEncryptionOptions ( encryption_type . XOR , 40 ) \ # Specify...

    docs.aspose.com/cells/ar/java/encrypting-excel-...
  8. 使用 Python 对演示文稿进行密码保护|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 轻松锁定和解锁受密码保护的 PowerPoint 和 OpenDocument 演示文稿。通过我们的分步指南,提高工作效率并保障演示文稿安全。...ProtectionManager 中的 encrypt 方法为演示文稿设置密码。将密码传递给 encrypt 方法后,再使用 save...protection_manager . encrypt ( "123123" ) pres . save ( "encrypted-pres.pptx"...

    docs.aspose.com/slides/zh/python-net/password-p...
  9. Decrypt PDF in Node.js|Aspose.PDF for Node.js v...

    فك تشفير ملف PDF باستخدام Aspose.PDF لـ Node.js عبر C++....'asposepdfnodejs' ); const pdf_encrypt_file = 'ResultEncrypt.pdf'...AsposePdfModule . AsposePdfDecrypt ( pdf_encrypt_file , "owner" , "ResultDecrypt...

    docs.aspose.com/pdf/ar/nodejs-cpp/decrypt-pdf/
  10. Unlock PDF using JavaScript | Aspose.PDF

    Decrypt (remove Encryption) PDF documents programmatically with JavaScript sample code using Aspose.PDF for Node.js via C++... Some PDFs may have encryption that causes compatibility...access and use. If you have an encrypted PDF file and you no longer...

    products.aspose.com/pdf/nodejs-cpp/decrypt/