Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 7,896 for

encryption

(0.06 sec)
  1. Chroń pliki prezentacji PPT za pomocą Python | ...

    Kod źródłowy Python do ochrony prezentacji PPT.... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/pl/python-net/protec...
  2. Chraňte soubory prezentací ODP pomocí Python | ...

    Zdrojový kód Python k ochraně prezentace ODP.... encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/cs/python-net/protec...
  3. Chraňte soubory prezentací PPT pomocí Java | pr...

    Zdrojový kód Java k ochraně prezentace PPT.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/cs/java/protect/ppt/
  4. Node.js経由のC++を使ったファイル形式の検出と暗号化確認方法|Documentation

    Aspose.Cells for Node.js via C++を使用してファイル形式を検出し、ファイルが暗号化されているかどうかを確認する方法を学びます。...file is encrypted. console . log ( "The file is encrypted: " + info...

    docs.aspose.com/cells/ja/nodejs-cpp/how-to-dete...
  5. FAQ|Aspose.PDF untuk Java

    Silakan pelajari Pertanyaan yang Sering Diajukan dari pustaka Aspose.PDF untuk Java....use the Encrypt method of the Document object to encrypt a PDF...

    docs.aspose.com/pdf/id/java/faq/
  6. Kontrol Pengecualian File PDF|Aspose.PDF for .NET

    Pelajari cara menangani pengecualian dalam pemrosesan PDF dan memastikan operasi yang lancar saat bekerja dengan PDF menggunakan Aspose.PDF di .NET....BindPdf ( dataDir + "sample_encrypted.pdf" ); // Disallow exceptions...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Allow exceptions...

    docs.aspose.com/pdf/id/net/control-exception/
  7. 控制异常 PDF 文件|Aspose.PDF for .NET

    了解如何处理 PDF 处理中的异常,并在使用 Aspose.PDF 在 .NET 中处理 PDF 时确保顺利操作。...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Disallow exceptions...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Allow exceptions...

    docs.aspose.com/pdf/zh/net/control-exception/
  8. Aspose::Words::IncorrectPasswordException typed...

    Aspose::Words::IncorrectPasswordException typedef. Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing. To learn more, visit the documentation article in C++....typedef Thrown if a document is encrypted with a password and the password...// Note that this does not encrypt the contents of the document...

    reference.aspose.com/words/cpp/aspose.words/inc...
  9. 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/
  10. 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/