Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 10,904 for

encrypt

(0.07 sec)
  1. Save Presentations in Read-Only Mode Using Java...

    Load and save PowerPoint files (PPT, PPTX) in read-only mode with Aspose.Slides for Java, offering precise slide previews without altering your presentations....protections that involve encryptions and passwords . FAQ How is...edits, use passwords and encryption . How does ‘Read-Only recommended’...

    docs.aspose.com/slides/java/read-only-presentat...
  2. 使用 Aspose.Email 连接 Python 中的 IMAP 服务器|Documenta...

    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....使用 supported_encryption 属性用于定义可接受的协议版本。 注意: 您只能设置...下设置协议,请使用 ‘set_supported_encryption_unsafe(value)’ 方法。 下面的代码示例展示了如何为...

    docs.aspose.com/email/zh/python-net/connect-to-...
  3. Convert OpenDocument Presentations in Python|As...

    Convert OpenDocument ODP to PDF, PPT, PPTX, XPS, HTML, TIFF, or SWF in Python with Aspose.Slides: code examples, high fidelity, batch conversion, and customization.... It can load encrypted presentations when you provide...also save presentations with encryption and protection settings....

    docs.aspose.com/slides/python-net/convert-openo...
  4. PlainTextDocument Class | Aspose.Words for .NET

    Discover the Aspose.Words.PlainTextDocument class to effortlessly extract and utilize plaintext from your documents for enhanced readability and processing....additional options such as an encryption password. PlainTextDocument...additional options such as an encryption password. Properties Name...

    reference.aspose.com/words/net/aspose.words/pla...
  5. 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...
  6. Archivio

    Archivio... Chiama il metodo Encrypt e passa la password che vuoi...ProtectionManager.Encrypt("123123"); presentation.Save("encrypted-pres.ppt"...

    blog.aspose.com/it/slides/encrypt-ppt-csharp/
  7. Cifrar y descifrar archivos de Excel con C++|Do...

    Cómo cifrar y descifrar archivos de Excel usando C++. Bloquea y desbloquea archivos de Excel....inputFilePath ); // Specify XOR encryption type workbook . SetEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/es/cpp/encrypt-and-decryp...
  8. 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/
  9. 記録

    記録... 「Encrypt」メソッドを呼び出して、任意のパスワードを渡します。 ...protection_manager.encrypt("123123") pres.save("encrypted-pres.pptx"...

    blog.aspose.com/ja/slides/encrypt-ppt-python/
  10. 更改 PDF 文件的密码|Aspose.PDF for Java

    本主题讲解如何使用 PdfFileSecurity 类更改 PDF 文件的密码。...PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // 创建 PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/zh/java/change-password/