Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 9,775 for

encrypted

(0.12 sec)
  1. Proteggi i PDF usando Python | Aspose.PDF

    Blocca il PDF con password in modo programmatico con il codice di esempio Python usando Aspose.PDF per Python for .NET...Encrypt per proteggere i PDF con AES-128...allow_screen_readers = True document . encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/it/python-net/protect/
  2. Chroń plik PDF za pomocą C# | Aspose.PDF

    Zablokuj plik PDF z hasłem programowo za pomocą przykładowego kodu C# używając Aspose.PDF dla .NET...Encrypt, aby chronić plik PDF za pomocą...AllowScreenReaders = true ; document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/pl/net/protect/
  3. Python でドキュメントを暗号化する|Python via .NET用Aspose.Words

    Python の特定のドキュメント形式に適切な暗号化アルゴリズムを使用してドキュメントを暗号化します。...which the document will be encrypted , and which will be required...、 FileFormatInfo クラスの is_encrypted プロパティを使用できます。このプロパティを使用する...

    docs.aspose.com/words/ja/python-net/encrypt-a-d...
  4. JavaScriptを使用したExcelファイルの暗号化(C++経由)|Documentation

    Aspose.Cells for JavaScriptを使用してExcelファイルを暗号化し、パスワード保護する方法を学びます。(C++経由)...</ head > < body > < h1 > Encrypt Workbook Example </ h1 > <...arrayBuffer )); // Specify XOR encryption type. workbook . encryptionOptions...

    docs.aspose.com/cells/ja/javascript-cpp/encrypt...
  5. Archiwa

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

    blog.aspose.com/pl/html/print-save-webpage-pdf-...
  6. أرشيف

    أرشيف...Encryption = new PdfEncryptionInfo("user"...", "owner", permissions, Encryption.PdfEncryptionAlgorit.RC4_128);...

    blog.aspose.com/ar/html/print-save-webpage-pdf-...
  7. Arsip

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

    blog.aspose.com/id/html/print-save-webpage-pdf-...
  8. Arşiv

    Arşiv...Encryption = new PdfEncryptionInfo("user"...", "owner", permissions, Encryption.PdfEncryptionAlgorit.RC4_128);...

    blog.aspose.com/tr/html/print-save-webpage-pdf-...
  9. 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...
  10. PDFファイルのパスワードを変更する|Aspose.PDF for .NET

    Aspose.PDFを使用して、.NETでPDFドキュメントのパスワードを変更してファイルのセキュリティを向上させる方法を探ります。...PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { // Create PdfFileSecurity...object if the document is encrypted if ( pdfFileInfo . IsEncrypted...

    docs.aspose.com/pdf/ja/net/change-password/