Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 10,883 for

encryption

(0.41 sec)
  1. WriteProtection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.WriteProtection class to easily manage document write protection settings and enhance your document security....more, visit the Protect or Encrypt a Document documentation article...programmatically, nor does it encrypt the contents. doc . Save (...

    reference.aspose.com/words/net/aspose.words.set...
  2. Lưu trữ

    Lưu trữ...Encryption.PdfEncryptionInfo info =...Aspose.Html.Rendering.Pdf.Encryption.PdfEncryptionInfo("user"...

    blog.aspose.com/vi/html/epub-to-pdf-csharp/
  3. 使用 Python 保護 PPT 演示文件 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/python-net/p...
  4. تشفير ملف PDF|Aspose.PDF for .NET

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

    docs.aspose.com/pdf/ar/net/encrypt-pdf-file/
  5. 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/
  6. 使用 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/
  7. 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...
  8. محافظت از فایل های ارائه ODP با استفاده از Java...

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

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

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

    products.aspose.com/slides/fa/java/protect/pptx/
  10. محافظت از فایل های ارائه 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/