Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 7,893 for

encrypted

(0.1 sec)
  1. .NET을(를) 사용하여 ODP 프레젠테이션 파일 보호 | products.aspos...

    ODP 프레젠테이션을 보호하기 위한 C# 소스 코드....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/ko/net/protect/odp/
  2. How to Unprotect Excel in Java

    This quick guide covers how to unprotect Excel in Java. It explains the IDE setup, stepwise process, and a sample code to unlock Excel file in Java.... Besides, if you want to encrypt an Excel file with a password...password then read How to Encrypt Excel File with Password in Java...

    kb.aspose.com/cells/java/how-to-unprotect-excel...
  3. PDF 파일 복호화|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 비밀번호로 보호된 PDF 파일을 복호화하는 방법을 탐색하여 문서의 내용에 접근할 수 있도록 합니다....PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { if ( pdfFileInfo...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Decrypt PDF document...

    docs.aspose.com/pdf/ko/net/decrypt-pdf-file/
  4. Bảo vệ tệp bản trình bày ODP bằng C++ | product...

    Mã nguồn C++ để bảo vệ Bản trình bày ODP....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); Đặt tính...

    products.aspose.com/slides/vi/cpp/protect/odp/
  5. Kryptera Excel filer med Node.js via C++|Docume...

    Lär dig hur du krypterar och lösenordsskyddar Excel filer med Aspose.Cells for Node.js via C++....filePath ); // Specify XOR encryption type. workbook . setEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/sv/nodejs-cpp/encrypting-...
  6. Working with MIME Messages|Documentation

    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....Message Email Security and Encryption in .NET Email Messages Advanced...

    docs.aspose.com/email/net/working-with-mime-mes...
  7. WriteProtection class | Aspose.Words for Node.js

    Aspose.Words.Settings.WriteProtection class. Specifies write protection settings for a document...more, visit the Protect or Encrypt a Document documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Passwortgeschützte Präsentation|Aspose.Slides D...

    PowerPoint-Präsentation sperren. Passwortgeschützte PowerPoint mit Aspose.Slides....get_ProtectionManager () -> Encrypt ( u "123123" ); presentation...presentation -> Save ( u "encrypted-pres.pptx" , SaveFormat :: Pptx );...

    docs.aspose.com/slides/de/cpp/password-protecte...
  9. Node.js経由のC++を使ったExcelファイルの暗号化と復号化|Documentation

    Node.js経由のC++を使ったExcelファイルの暗号化と復号化方法。Excelファイルのロックと解除。...filePath ); // Specify XOR encryption type. workbook . setEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/ja/nodejs-cpp/encrypt-and...
  10. 使用 Java 锁定 PDF | Aspose.PDF

    Java原始程式碼,用於在任何平臺上解密PDF文檔。...它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...表示未授予用户修改文档的特定权限。加密 PDF 后,该代码将更新后的文档保存到名为 “Encrypt_out.pdf” 的文件中,该文件位于 “DataDir”...

    products.aspose.com/pdf/zh-hant/java/encrypt/