Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 9,277 for

encrypted

(0.59 sec)
  1. Ouvrir différents fichiers de différentes versi...

    Cet article explique comment ouvrir des fichiers de différentes versions d Excel en utilisant Aspose.Cells for JavaScript via C++....à partir du lien suivant: Encrypted Excel <!DOCTYPE html> < html...head > < body > < h1 > Open Encrypted Workbook Example </ h1 > <...

    docs.aspose.com/cells/fr/javascript-cpp/opening...
  2. Öffnen verschiedener Microsoft Excel Dateien mi...

    Dieser Artikel erklärt, wie man verschiedene Excel Versionen mit Aspose.Cells for JavaScript über C++ öffnet....Link heruntergeladen werden: Encrypted Excel <!DOCTYPE html> < html...head > < body > < h1 > Open Encrypted Workbook Example </ h1 > <...

    docs.aspose.com/cells/de/javascript-cpp/opening...
  3. 在 Android 上使用密码保护演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides for Android(通过 Java),轻松锁定和解锁受密码保护的 PowerPoint 和 OpenDocument 演示文稿。确保您的演示文稿安全。...IProtectionManager 中的 encrypt 方法为演示文稿设置密码。将密码传入 encrypt 方法,并使用 save 方法保存已加密的演示文稿。...(). encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    docs.aspose.com/slides/zh/androidjava/password-...
  4. 在 C++ 中使用密码保护演示文稿|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 轻松锁定和解锁受密码保护的 PowerPoint 与 OpenDocument 演示文稿。确保您的演示文稿安全。... 要加密或对演示文稿进行密码保护,您需要使用 encrypt 方法(来自 ProtectionManager )为演示文稿设置密码。将密码传递给...)为演示文稿设置密码。将密码传递给 encrypt 方法,然后使用 save 方法保存已加密的演示文稿。 以下示例代码展示了如何加密演示文稿:...

    docs.aspose.com/slides/zh/cpp/password-protecte...
  5. Secure Documents|Aspose.PDF for .NET

    Learn how to secure PDF documents by applying encryption, digital signatures, and access controls using the PDFFileSecurity class in .NET....Documents Contents [ Hide ] Encrypt PDF File Decrypt PDF File Control...

    docs.aspose.com/pdf/net/pdffilesecurity-class/
  6. Working with PDF Pages in Python via C++|Aspose...

    How to add pages, rotate pages, or set page size you can know in this section. Aspose.PDF for Python via C++ explain to you all details on this topic....PDF Documents using Python Encrypt and Decrypt PDF...

    docs.aspose.com/pdf/python-cpp/working-with-pages/
  7. Restrict Document Editing in Node.js|Aspose.Wor...

    Restrict editing a document by setting a restriction type using Node.js. You can also remove protection and make unrestricted editable regions....security feature and does not encrypt a document. In Microsoft Word...restriction for one of the sections: Encrypt a Document in Node.js Working...

    docs.aspose.com/words/nodejs-net/restrict-docum...
  8. ファイル形式を検出し、C++を使用してファイルが暗号化されているかどうかを確認する方法|Doc...

    Aspose.Cellsを使用して、C++でファイルの形式を検出し、それが暗号化されているかどうかを確認する方法を学びます。...file is encrypted std :: cout << "The file is encrypted: " << (...

    docs.aspose.com/cells/ja/cpp/how-to-detect-a-fi...
  9. C++ का उपयोग करके ODP प्रस्तुतिकरण फ़ाइलों की स...

    ODP प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/odp/
  10. C++ का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों की ...

    PPTX प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/pptx/