Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 9,767 for

encrypted

(0.13 sec)
  1. Chiffrer des fichiers Excel en utilisant Aspose...

    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....srcFileName = FilePath + "Encrypting Excel Files.xlsx" ; string...destFileName = FilePath + "Result Encrypting Excel Files.xlsx" ; //Open...

    docs.aspose.com/cells/fr/net/encrypting-excel-f...
  2. Protect PDF using Java | Aspose.PDF

    Lock PDF with password programmatically with Java sample code using Aspose.PDF for Java...Encrypt method to protect PDF with..."sourceFile.pdf" ); // encrypt PDF pdfDocument . encrypt ( "user" , "owner"...

    products.aspose.com/pdf/java/protect/
  3. Advanced operations|Aspose.PDF for Python via C++

    Aspose.PDF for Python via C++ can perform simple and easy tasks and cope with more complex goals. Check the next section for advanced users and developers.... Encrypt or decrypt PDF documents for...stamps, and etc. Encrypt, and Decrypt PDF - encrypt, and decrypt...

    docs.aspose.com/pdf/python-cpp/advanced-operati...
  4. Unlock ODP Presentation Files using .NET | prod...

    C# source code to remove protection from ODP Presentation.... Removing Encryption from ODP Presentation via....NET, you can remove the encryption or password protection on...

    products.aspose.com/slides/net/unlock/odp/
  5. AssembleDocument Permission - Free Support Foru...

    Hi, Im trying to set permission for pdf my code is if (pdfDoc == null||(string.IsNullOrEmpty(userPassword) && string.IsNullOrEmpty(ownerPassword))) return; Aspose.Pdf.Permissions permissions = Aspose.Pdf.Permissions…...Encrypt( userPassword, ownerPassword...permissions. Use Correct Encryption Method : Ensure that you...

    forum.aspose.com/t/assembledocument-permission/...
  6. Unlock PPTX Presentation Files using .NET | pro...

    C# source code to remove protection from PPTX Presentation.... Removing Encryption from PPTX Presentation via....NET, you can remove the encryption or password protection on...

    products.aspose.com/slides/net/unlock/pptx/
  7. ล็อค PDF โดยใช้ C++ | Aspose.PDF

    ตัวอย่างรหัส C++ สำหรับการใช้ Aspose.PDF เพื่ออ่านเอกสารที่มีการป้องกัน (เข้ารหัสด้วยรหัสผ่าน) รักษาความปลอดภัยเอกสารด้วยการป้องกัน หรือลบการป้องกัน...Encrypt 1.บันทึกไฟล์ PDF ส่วนประกอบรหัส...PDFมันเปิดเอกสาร PDF ชื่อ ‘Encrypt.pdf’มันเข้ารหัส PDF ที่เปิ...

    products.aspose.com/pdf/th/cpp/encrypt/
  8. 如何透過 Python.NET 加密或解密檔案

    了解使用 Python.NET 加密或解密整個檔案或 ZIP、RAR 或 7Z 檔案中特定條目的方法。...NET Advanced API features Encrypt⁄Decrypt archives &...CompressionSettings . deflate encryption = zp . saving . TraditionalEncryptio(...

    products.aspose.com/zip/zh-hant/python-net/adva...
  9. C# ZiP File or Multiple Files into Archive

    C# source code that compresses the contents of a file, multiple files or folder into a zip archive programmatically....as well as using AES encryption to encrypt archive. Even developers...different encryption such as Traditional Encryption, AES128, AES192...

    products.aspose.com/zip/net/extract/
  10. JavaScriptを使用したファイル形式の検出と、ファイルが暗号化されているかどうかを確認す...

    Aspose.Cells for JavaScriptを使用したファイル形式の検出とファイルが暗号化されているかどうかを確認する方法(C++経由)... loadFormat ); const encrypted = info . isEncrypted ; console...log ( "The file is encrypted: " + encrypted ); resultDiv . innerHTML...

    docs.aspose.com/cells/ja/javascript-cpp/how-to-...