Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 9,775 for

encryption

(0.16 sec)
  1. Criptazione di file Excel con C++|Documentation

    Scopri come crittografare e proteggere con password i file Excel usando Aspose.Cells con C++....inputFilePath ); // Specify XOR encryption type workbook . SetEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/it/cpp/encrypting-excel-f...
  2. 使用 Python 保護 PPT 演示文件 | products.aspose.com

    Python 源代碼保護 PPT 演示。... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/zh-hant/python-net/p...
  3. Bảo vệ tệp bản trình bày PPTX bằng Python | pro...

    Mã nguồn Python để bảo vệ Bản trình bày PPTX.... encrypt( "123123" ) pres . save( "encrypted-pres.pptx"...

    products.aspose.com/slides/vi/python-net/protec...
  4. محافظت از فایل های ارائه ODP با استفاده از C++ ...

    کد منبع C++ برای محافظت از ارائه ODP....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); تنظیم...

    products.aspose.com/slides/fa/cpp/protect/odp/
  5. محافظت از فایل های ارائه PPTX با استفاده از Jav...

    کد منبع Java برای محافظت از ارائه PPTX.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/fa/java/protect/pptx/
  6. محافظت از فایل های ارائه ODP با استفاده از Java...

    کد منبع Java برای محافظت از ارائه ODP.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/fa/java/protect/odp/
  7. FAQ|Aspose.PDF for Java

    Learn Frequently Asked Questions from Aspose.PDF for Java library....use the Encrypt method of the Document object to encrypt a PDF...

    docs.aspose.com/pdf/java/faq/
  8. تشفير ملف PDF|Aspose.PDF for .NET

    يشرح هذا الموضوع كيفية تشفير ملف PDF باستخدام فئة PdfFileSecurity....pdf" ); // Encrypt file using 256-bit encryption fileSecurity...

    docs.aspose.com/pdf/ar/net/encrypt-pdf-file/
  9. 使用 C++ 保护 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式使用密码锁定 PDF...Encrypt 方法使用 AES-128 保护 PDF。 将结果保存为...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/zh-hans/cpp/protect/
  10. Control Exception PDF File|Aspose.PDF for .NET

    Learn how to handle exceptions in PDF processing and ensure smooth operations while working with PDFs using Aspose.PDF in .NET....BindPdf ( dataDir + "sample_encrypted.pdf" ); // Disallow exceptions...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Allow exceptions...

    docs.aspose.com/pdf/net/control-exception/