Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 10,904 for

encrypted

(0.73 sec)
  1. 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/...
  2. Verbinding maken met IMAP-servers in Python met...

    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.... Gebruik de supported_encryption eigenschap om aanvaardbare...Gebruik de ‘set_supported_encryption_unsafe(value)’-methode als...

    docs.aspose.com/email/nl/python-net/connect-to-...
  3. 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/
  4. 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/
  5. Mở khóa tệp bản trình bày PPT bằng Python | pro...

    mã nguồn Python để xóa bảo vệ khỏi Bản trình bày PPT.... Presentation( "encrypted-pres.ppt" , loadOptions) as...protection_manager . remove_encryption() pres . save( "encryption-removed.ppt"...

    products.aspose.com/slides/vi/python-net/unlock...
  6. Архів

    Архів...Encryption.PdfEncryptionInfo info =...Aspose.Html.Rendering.Pdf.Encryption.PdfEncryptionInfo("user"...

    blog.aspose.com/uk/html/epub-to-pdf-csharp/
  7. ארכיון

    ארכיון...Encrypt(String, String, SharedPtr ...vilege::get_Print(); doc->Encrypt(L"user", L"owner", privilege...

    blog.aspose.com/he/pdf/encrypt-or-decrypt-pdf-f...
  8. Cifrar y descifrar archivos de Excel con JavaSc...

    Cómo cifrar y descifrar archivos de Excel usando JavaScript vía C++. Bloquear y desbloquear archivos de Excel....Cells Example - Encrypt Workbook </ h1 > < input type...arrayBuffer )); // Specify XOR encryption type. workbook . encryptionOptions...

    docs.aspose.com/cells/es/javascript-cpp/encrypt...
  9. Crittografare file Excel con JavaScript via C++...

    Impara come crittografare e proteggere con password i file Excel usando Aspose.Cells for JavaScript via C++....</ head > < body > < h1 > Encrypt Workbook Example </ h1 > <...arrayBuffer )); // Specify XOR encryption type. workbook . encryptionOptions...

    docs.aspose.com/cells/it/javascript-cpp/encrypt...
  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/