Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 7,878 for

encrypted

(0.05 sec)
  1. Apertura de Archivos en Python|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.... \# Opening Encrypted Excel Files \# Creating and...Setting the password for the encrypted Excel file loadOptions6 ....

    docs.aspose.com/cells/es/java/opening-files-in-...
  2. ล็อค PDF โดยใช้ Java | Aspose.PDF

    ซอร์สโค้ด Java เพื่อปกป้องเอกสาร PDF บนแพลตฟอร์มใด ๆ...PDFมันเปิดเอกสาร PDF ชื่อ ‘Encrypt.pdf’มันเข้ารหัส PDF ที่เปิ...แล้วรหัสจะบันทึกเอกสารที่อัปเดตลงในไฟล์ชื่อ ‘Encrypt_out.pdf’ ในไดเรกทอรีเดียวกันที่ระบุโดยตัวแปร...

    products.aspose.com/pdf/th/java/encrypt/
  3. Protect PDF using C# | Aspose.PDF

    Lock PDF with password programmatically with C# sample code using Aspose.PDF for .NET...Encrypt method to protect PDF with...AllowScreenReaders = true ; document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/net/protect/
  4. Criptare file Excel utilizzando Aspose.Cells|Do...

    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....srcFileName = FilePath + "Encrypting Excel Files.xlsx" ; string...destFileName = FilePath + "Result Encrypting Excel Files.xlsx" ; //Open...

    docs.aspose.com/cells/it/net/encrypting-excel-f...
  5. Blocca il PDF usando Java | Aspose.PDF

    Codice sorgente Java per proteggere i documenti PDF su qualsiasi piattaforma....Encrypt . Salva il file PDF. Lo snippet...documento PDF denominato ‘Encrypt.pdf’. Crittografa il PDF aperto...

    products.aspose.com/pdf/it/java/encrypt/
  6. Product Overview | Aspose.ZIP for Java

    Product Overview of Aspose.ZIP for Java....traditional as well as AES encryption techniques. The API is robust...protection schemes Encrypting archives with AES Encryption schemes Support...

    docs.aspose.com/zip/java/product-overview/
  7. 権限の設定、PDFの暗号化と復号化|Aspose.PDF for .NET

    C#を使用して異なる暗号化タイプとアルゴリズムでPDFファイルを暗号化します。また、オーナーパスワードを使用してPDFファイルを復号化します。...のオブジェクトを Document オブジェクトの Encrypt メソッドに引数として渡します。次のコードスニペットは...AllowScreenReaders = true ; // Encrypt the file with User and Owner...

    docs.aspose.com/pdf/ja/net/set-privileges-encry...
  8. Blocca il PDF usando C++ | Aspose.PDF

    Esempio di codice C++ per l'utilizzo di Aspose.PDF per leggere documenti protetti (crittografati con password), proteggere un documento con protezione o rimuovere la protezione....Encrypt . Salva il file PDF. Lo snippet...documento PDF denominato ‘Encrypt.pdf’. Crittografa il PDF aperto...

    products.aspose.com/pdf/it/cpp/encrypt/
  9. PDFファイルのパスワードを変更する|Aspose.PDF for .NET

    Aspose.PDFを使用して、.NETでPDFドキュメントのパスワードを変更してファイルのセキュリティを向上させる方法を探ります。...PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { // Create PdfFileSecurity...object if the document is encrypted if ( pdfFileInfo . IsEncrypted...

    docs.aspose.com/pdf/ja/net/change-password/
  10. 使用 C++ 锁定 PDF | Aspose.PDF

    使用 Aspose.PDF 读取受保护(密码加密)文档、使用保护措施保护文档或移除保护的 C++ 代码示例。...它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...表示未授予用户修改文档的特定权限。加密 PDF 后,该代码将更新后的文档保存到名为 “Encrypt_out.pdf” 的文件中,该文件位于 “DataDir”...

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