Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 14,915 for

encryption

(0.06 sec)
  1. Open Different Microsoft Excel Versions Files|D...

    This article explains how to open different excel versions files using Aspose.Cells for .NET API....9 and Office 365 XLSX or Encrypted Excel Files. How to Open Files...template file to be loaded. Open Encrypted Excel Files It’s possible...

    docs.aspose.com/cells/net/opening-different-mic...
  2. Protect PPTX Presentation Files using Java | pr...

    Java source code to protect PPTX Presentation.... Encrypting a PPTX Presentation using...(). encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/java/protect/pptx/
  3. Odemkněte PPT prezentační soubory pomocí Python...

    Zdrojový kód Python pro odstranění ochrany z prezentace PPT.... Presentation( "encrypted-pres.ppt" , loadOptions) as...protection_manager . remove_encryption() pres . save( "encryption-removed.ppt"...

    products.aspose.com/slides/cs/python-net/unlock...
  4. loadoptions - Aspose.Note for Java - API Reference

    OneNote API for Java provides comprehensive developer's manual detailing every class along with code examples for easy integration....or sets a password for the encrypted document content. boolean...or sets a password for the encrypted document content. void setLoadHistory...

    reference.aspose.com/note/java/com.aspose.note/...
  5. Решение за защита на PDF | Aspose.PDF

    Примерен код за заключване на PDF файл с помощта на парола на всяка платформа....dataDir + "Encrypt.pdf" ); // Encrypt PDF document . Encrypt ( "user"...RC4x128 ); dataDir = dataDir + "Encrypt_out.pdf" ; // Save updated...

    products.aspose.com/pdf/bg/protect/
  6. Salaa PDF-tiedostot C++ | Aspose.PDF

    Näyte C++ -koodista Aspose.PDF: n käyttämiseksi salattujen (salasanalla suojattujen) asiakirjojen lukemiseen, asiakirjan suojaamiseen salauksella tai salauksen poistamiseen....Encrypt** Menetelmä. Tallenna PDF-tiedosto...Salaa PDF-dokumentti - C++. <% encrypt.code-block.subtitle %> // String...

    products.aspose.com/pdf/fi/cpp/encrypt/
  7. Document - Aspose.Note for Java - API Reference

    OneNote API for Java provides comprehensive developer's manual detailing every class along with code examples for easy integration....document from a stream is encrypted. static boolean Document....document from a stream is encrypted. static boolean Document....

    reference.aspose.com/note/java/com.aspose.note....
  8. Aspose::Words::Saving::OdtSaveOptions::get_Save...

    Aspose::Words::Saving::OdtSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can be Odt or Ott in C++....override Examples Shows how to encrypt a saved ODT/OTT document with...ArtifactsDir + u "OdtSaveOptions.Encrypt" + extensionString , saveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Apply Protection with Properties Access using A...

    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....Presentation class also exposes the Encrypt method which sets the presentation’s...simply pass the password to the Encrypt method and then use the Save...

    docs.aspose.com/slides/java/apply-protection-wi...
  10. Protect PPTX Presentation Files using .NET | pr...

    C# source code to protect PPTX Presentation.... Encrypting a PPTX Presentation using...ProtectionManager.Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/net/protect/pptx/