Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 14,143 for

password protection

(0.08 sec)
  1. فتح ملفات PPT العروض التقديمية باستخدام Python ...

    Python شفرة المصدر لإزالة الحماية من العرض التقديمي PPT.... password = "123123" with slides . Presentation(...loadOptions) as pres: pres . protection_manager . remove_encryption()...

    products.aspose.com/slides/ar/python-net/unlock...
  2. Ontgrendel ODP presentatiebestanden met Python ...

    Python broncode om de beveiliging van ODP Presentatie te verwijderen.... password = "123123" with slides . Presentation(...loadOptions) as pres: pres . protection_manager . remove_encryption()...

    products.aspose.com/slides/nl/python-net/unlock...
  3. ODS dosyalarını C++ ile Şifrele ve Çöz|Document...

    Aspose.Cells for C++ kullanarak ODS dosyalarını parola korumalı ve şifreli yapabilirsiniz. Bu, saf bir C++ kitaplığıdır....seçeneğini belirleyin ve Save With Password kutusuna tıklayın. Kaydet..."sampleODSFile.ods" ); // Password protect the file workbook . GetSettings...

    docs.aspose.com/cells/tr/cpp/encrypt-and-decryp...
  4. Crittografare i File Excel in Aspose.Cells|Docu...

    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....crittografare e proteggere con password i fogli di calcolo. Utilizza...crittografare e proteggere con password file Microsoft Excel con il...

    docs.aspose.com/cells/it/net/encrypting-excel-f...
  5. DocumentBuilder.StartEditableRange | Aspose.Wor...

    Scopri come il metodo StartEditableRange di DocumentBuilder migliora la modifica dei documenti contrassegnando l'inizio degli intervalli modificabili per una gestione fluida dei contenuti.... Protect ( ProtectionType . ReadOnly...we have set the document's protection level to read-only, " + "we...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Protéger et Déprotéger la Structure du Classeur...

    Protéger et déprotéger la structure du classeur dans les fichiers Excel en utilisant Node.js via C++....suivantes pour implémenter la protection de la structure du classeur...(); // Protect workbook structure. workbook . protect ( AsposeCells...

    docs.aspose.com/cells/fr/nodejs-cpp/protect-and...
  7. 档案

    档案...password 属性设置密码。 最后,使用 Document.save(string...DOCX) # 设置密码 options.password = "password" # 保存更新的文档 doc.save...

    blog.aspose.com/zh/words/protect-word-documents...
  8. Python का उपयोग करके PPT प्रस्तुति फ़ाइलें अनलॉ...

    PPT प्रस्तुति से सुरक्षा हटाने के लिए Python स्रोत कोड.... password = "123123" with slides . Presentation(...loadOptions) as pres: pres . protection_manager . remove_encryption()...

    products.aspose.com/slides/hi/python-net/unlock...
  9. Protéger par mot de passe le projet VBA d un cl...

    Apprenez à protéger par mot de passe le projet VBA d un classeur Excel en utilisant Aspose.Cells avec C++....Protect() . Code d’exemple Le code...for viewing with password vbaProject . Protect ( true , u "11"...

    docs.aspose.com/cells/fr/cpp/password-protect-t...
  10. Архивы

    Архивы...protection_manager.encrypt("123123")...pres: pres.protection_manager.set_write_protection("123123") pres...

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