Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 11,723 for

encryption

(0.08 sec)
  1. Aspose.CellsでExcelファイルを暗号化する|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....xls" ); //Specify XOR encryption type. workbook . SetEncryptionOptions..., 40 ); //Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/ja/net/encrypting-excel-f...
  2. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Node.js. Save a document in various formats to XLSX using Node.js....Documentation section Protect or Encrypt a Document for more information...information about protecting and encrypting a document The article Find...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  3. JavaScript 를 사용하여 PDF 잠금 | Aspose.PDF

    JavaScript 모든 플랫폼에서 PDF 문서를 보호하기 위한 샘플 코드입니다....‘DataDir’ 변수로 지정된 동일한 디렉토리에 있는 ‘Encrypt_out.pdf ‘라는 파일에 저장합니다.이 코드...then ( AsposePdfModule => { /*Encrypt a PDF-file with passwords "user"...

    products.aspose.com/pdf/ko/nodejs-cpp/encrypt/
  4. Criptografar Arquivo PDF|Aspose.PDF para Java

    Este tópico explica como Criptografar Arquivo PDF usando a Classe PdfFileSecurity....save ( _dataDir + "sample_encrypted.pdf" ); } Decryptar Arquivo...

    docs.aspose.com/pdf/pt/java/encrypt-pdf-file/
  5. JavaScript ile C++ kullanarak Farklı Microsoft ...

    Bu makale, C++ kullanarak Aspose.Cells for JavaScript ile farklı Excel sürüm dosyalarını nasıl açacağınızı açıklar....bağlantıdan indirilebilir: Encrypted Excel <!DOCTYPE html> < html...head > < body > < h1 > Open Encrypted Workbook Example </ h1 > <...

    docs.aspose.com/cells/tr/javascript-cpp/opening...
  6. Öppna olika Microsoft Excel versioner filer med...

    Denna artikel förklarar hur man öppnar filer i olika Excel versioner med Aspose.Cells for JavaScript via C++....laddas ner från följande länk: Encrypted Excel <!DOCTYPE html> < html...head > < body > < h1 > Open Encrypted Workbook Example </ h1 > <...

    docs.aspose.com/cells/sv/javascript-cpp/opening...
  7. Aprire file di diverse versioni di Microsoft Ex...

    Questo articolo spiega come aprire file di versioni diverse di Excel usando Aspose.Cells for JavaScript tramite C++....scaricato dal seguente link: Encrypted Excel <!DOCTYPE html> < html...head > < body > < h1 > Open Encrypted Workbook Example </ h1 > <...

    docs.aspose.com/cells/it/javascript-cpp/opening...
  8. فتح ملفات إصدارات مختلفة من Microsoft Excel باس...

    يشرح هذا المقال كيفية فتح ملفات إصدار مختلفة من Excel باستخدام Aspose.Cells for JavaScript عبر C++....الميزة من الرابط التالي: Encrypted Excel <!DOCTYPE html> < html...head > < body > < h1 > Open Encrypted Workbook Example </ h1 > <...

    docs.aspose.com/cells/ar/javascript-cpp/opening...
  9. 使用 Java 对演示文稿进行密码保护|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/password-protect...
  10. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via C++ library. You can open existing PDF, document from stream, and encrypted PDF document...."Pages: " + str ( count )) Open encrypted PDF document import AsposePDFPythonWrapp...

    docs.aspose.com/pdf/python-cpp/open-pdf-document/