Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 11,710 for

encrypt

(0.14 sec)
  1. Opening Files in Jython|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 an...Setting the password for the encrypted Excel file loadOptions6 ....

    docs.aspose.com/cells/java/opening-files-in-jyt...
  2. Cách mã hóa hoặc giải mã kho lưu trữ qua Python...

    Khám phá các phương pháp mã hóa hoặc giải mã toàn bộ kho lưu trữ hoặc các mục cụ thể trong kho lưu trữ ZIP, RAR hoặc 7Z bằng Python.NET....NET Advanced API features Encrypt⁄Decrypt archives &...CompressionSettings . deflate encryption = zp . saving . TraditionalEncryptio(...

    products.aspose.com/zip/vi/python-net/advanced-...
  3. Chroń plik PDF za pomocą Python | Aspose.PDF

    Zablokuj plik PDF z hasłem programowo za pomocą przykładowego kodu Python używając Aspose.PDF dla Python for .NET...Encrypt, aby chronić plik PDF za pomocą...allow_screen_readers = True document . encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/pl/python-net/protect/
  4. PdfEncryptionDetails.Permissions | Aspose.Words...

    Discover the PdfEncryptionDetails Permissions property, which defines user operations on Encrypted PDFs. Unlock secure document management with customizable access!...are allowed to a user on an encrypted PDF document. The default...PdfSaveOptions (); // Enable encryption via the "EncryptionDetails"...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Bescherm presentatiebestanden van PPTX met Java...

    Java broncode om PPTX Presentatie te beschermen.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/nl/java/protect/pptx/
  6. Proteggi i file di presentazione PPT utilizzand...

    Python codice sorgente per proteggere la presentazione PPT.... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/it/python-net/protec...
  7. Proteggi i file di presentazione PPT utilizzand...

    C++ codice sorgente per proteggere la presentazione PPT....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.ppt" , SaveFormat :: Ppt); Impostazione...

    products.aspose.com/slides/it/cpp/protect/ppt/
  8. Proteggi i file di presentazione PPTX utilizzan...

    C++ codice sorgente per proteggere la presentazione PPTX....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); Impostazione...

    products.aspose.com/slides/it/cpp/protect/pptx/
  9. Proteggi i file di presentazione PPT utilizzand...

    Java codice sorgente per proteggere la presentazione PPT.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/it/java/protect/ppt/
  10. PDFファイルの復号化|Aspose.PDF for Java

    このトピックでは、PdfFileSecurityクラスを使用してPDFファイルを復号化する方法を説明します。...PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // PdfFileSecurityオブジェクトを作成...bindPdf ( _dataDir + "sample_encrypted.pdf" ); // PDFドキュメントを復号化 fileSecurity...

    docs.aspose.com/pdf/ja/java/decrypt-pdf-file/