Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 7,893 for

encrypted

(0.21 sec)
  1. Protect PDF using C# | Aspose.PDF

    Lock PDF with password programmatically with C# sample code using Aspose.PDF for .NET...Encrypt method to protect PDF with...AllowScreenReaders = true ; document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/net/protect/
  2. Python का उपयोग करके PPTX प्रस्तुति फ़ाइलें अनल...

    PPTX प्रस्तुति से सुरक्षा हटाने के लिए Python स्रोत कोड.... Presentation( "encrypted-pres.pptx" , loadOptions)...protection_manager . remove_encryption() pres . save( "encryption-removed.pptx"...

    products.aspose.com/slides/hi/python-net/unlock...
  3. Document | Aspose.Words لـ .NET

    أنشئ مستندات وورد فارغة بكل سهولة باستخدام مُنشئ المستندات سهل الاستخدام. بسّط عملية كتابتك اليوم!...= new Document ( MyDir + "Encrypted.docx" , new LoadOptions (...Assert . AreEqual ( "Test encrypted document." , doc . FirstSection...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. Changer le mot de passe d'un fichier PDF en Nod...

    Changer le mot de passe d'un fichier PDF avec Aspose.PDF pour Node.js via C++....'asposepdfnodejs' ); const pdf_encrypt_file = 'ResultEncrypt.pdf'...AsposePdfChangePassw ( pdf_encrypt_file , "owner" , "newuser"...

    docs.aspose.com/pdf/fr/nodejs-cpp/change-passwo...
  5. یک سند را در Python رمزگذاری کنید|Aspose.Words ...

    سند خود را با استفاده از الگوریتم های رمزگذاری مناسب برای فرمت های سند خاص در Python رمزگذاری کنید....which the document will be encrypted , and which will be required...عبور، می توانید از ویژگی is_encrypted کلاس FileFormatInfo استفاده...

    docs.aspose.com/words/fa/python-net/encrypt-a-d...
  6. Chiffrer un document dans Python|Aspose.Words p...

    Chiffrez votre document à l'aide d'algorithmes de chiffrement appropriés pour des formats de document spécifiques dans Python....which the document will be encrypted , and which will be required...utiliser la propriété is_encrypted de la classe FileFormatInfo...

    docs.aspose.com/words/fr/python-net/encrypt-a-d...
  7. Crittografa un documento in Python|Aspose.Words...

    Crittografa il tuo documento utilizzando algoritmi di crittografia appropriati per formati di documenti specifici in Python....which the document will be encrypted , and which will be required...utilizzare la proprietà is_encrypted della classe FileFormatInfo...

    docs.aspose.com/words/it/python-net/encrypt-a-d...
  8. Установить Привилегии, Зашифровать и Расшифрова...

    Зашифровать PDF файл с использованием различных типов и алгоритмов шифрования на языке Java. Также, расшифровать PDF файлы с использованием пароля владельца....качестве аргумента методу Encrypt объекта Document . Следующий...экранного чтения document . encrypt ( "user" , "owner" , documentPrivilege...

    docs.aspose.com/pdf/ru/java/set-privileges-encr...
  9. 使用 C++ 锁定 PDF | Aspose.PDF

    使用 Aspose.PDF 读取受保护(密码加密)文档、使用保护措施保护文档或移除保护的 C++ 代码示例。...它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...表示未授予用户修改文档的特定权限。加密 PDF 后,该代码将更新后的文档保存到名为 “Encrypt_out.pdf” 的文件中,该文件位于 “DataDir”...

    products.aspose.com/pdf/zh-hant/cpp/encrypt/
  10. Node.jsでPDFを復号化する|Aspose.PDF for Node.js via C++

    Aspose.PDF for Node.js via C++を使用してPDFファイルを復号化します。...'asposepdfnodejs' ); const pdf_encrypt_file = 'ResultEncrypt.pdf'...AsposePdfModule . AsposePdfDecrypt ( pdf_encrypt_file , "owner" , "ResultDecrypt...

    docs.aspose.com/pdf/ja/nodejs-cpp/decrypt-pdf/