Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 9,069 for

encrypted

(0.11 sec)
  1. Proteggi i PDF usando Java | Aspose.PDF

    Codice sorgente Java per bloccare il file PDF utilizzando la password su Java e PHP, Delphi....Encrypt per proteggere i PDF con AES-128..."sourceFile.pdf" ); // encrypt PDF pdfDocument . encrypt ( "user" , "owner"...

    products.aspose.com/pdf/it/java/protect/
  2. Chroń plik PDF za pomocą Java | Aspose.PDF

    Kod źródłowy Java do blokowania pliku PDF za pomocą hasła na Javie i PHP, Delphi....Encrypt, aby chronić plik PDF za pomocą..."sourceFile.pdf" ); // encrypt PDF pdfDocument . encrypt ( "user" , "owner"...

    products.aspose.com/pdf/pl/java/protect/
  3. 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/...
  4. 使用 Python 锁定 PDF | Aspose.PDF

    使用 Aspose.PDF 读取受保护(密码加密)文档、使用保护措施保护文档或移除保护的 Python 代码示例。...Encrypt 方法。 儲存 PDF 檔案。 提供的 Python 代码片段显示了如何使用...Aspose.PDF 锁定 PDF 文档。它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...

    products.aspose.com/pdf/zh-hant/python-net/encr...
  5. Decrypt PDF File|Aspose.PDF for Java

    Discover how to decrypt PDF files using Aspose.PDF in Java and remove password protection to gain access to the content....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // Create PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); // Decrypt PDF document...

    docs.aspose.com/pdf/java/decrypt-pdf-file/
  6. 使用 Python 为演示文稿设置密码保护|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 轻松锁定和解锁受密码保护的 PowerPoint 和 OpenDocument 演示文稿。通过我们的分步指南提升你的工作效率并保护你的演示文稿。... 要加密或设置密码保护演示文稿,你必须使用 encrypt 方法(来自 ProtectionManager )为演示文稿设置密码。你将密码传递给...)为演示文稿设置密码。你将密码传递给 encrypt 方法,并使用 save 方法保存现在已加密的演示文稿。 以下示例代码演示了如何加密演示文稿:...

    docs.aspose.com/slides/zh/python-net/password-p...
  7. 搜索

    搜索... 調用 Encrypt 方法並傳遞您的首選密碼。 保存修改後的演示文稿。 import...protection_manager.encrypt("123123") pres.save("encrypted-pres.pptx"...

    blog.aspose.com/zh-hant/slides/encrypt-ppt-python/
  8. 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/zip-file/
  9. 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/ko/python-net/encrypt-a-d...
  10. 档案

    档案... 调用 Encrypt 方法并传递您的首选密码。 保存修改后的演示文稿。 import...protection_manager.encrypt("123123") pres.save("encrypted-pres.pptx"...

    blog.aspose.com/zh/slides/encrypt-ppt-python/