Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 7,897 for

encryption

(0.05 sec)
  1. Detect File Format When Loading|Aspose.Words fo...

    Determine the file format in Node.js if you are not sure what the actual content of the file is, or to check the format compatibility.... Encrypted documents Test File (Enc).doc Encrypted Microsoft...document. Test File (Enc).docx Encrypted Office Open XML WordprocessingML...

    docs.aspose.com/words/nodejs-net/detect-file-fo...
  2. ปกป้อง PDF โดยใช้ C# | Aspose.PDF

    C# ซอร์สโค้ดเพื่อล็อคไฟล์ PDF โดยใช้รหัสผ่านบน .NET Framework, .NET Core...Encrypt เพื่อปกป้องรูปแบบไฟล์ PDF ที่มี...AllowScreenReaders = true ; document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/th/net/protect/
  3. Excel Dateien mit C++ verschlüsseln|Documentation

    Erfahren Sie, wie Sie Excel Dateien mit Aspose.Cells für C++ verschlüsseln und passwortschützen....inputFilePath ); // Specify XOR encryption type workbook . SetEncryptionOptions... 40 ); // Specify Strong Encryption type (RC4, Microsoft Strong...

    docs.aspose.com/cells/de/cpp/encrypting-excel-f...
  4. OdtSaveOptions | Aspose.Words per .NET

    Scopri il costruttore OdtSaveOptions per salvare facilmente i documenti in formato ODT. Semplifica il tuo flusso di lavoro con questo potente strumento!...Encrypt" + extensionString , saveOptions...ArtifactsDir + "OdtSaveOptions.Encrypt" + extensionString ); Assert...

    reference.aspose.com/words/it/net/aspose.words....
  5. Detect File Format|Aspose.Words for Java

    Obtain information about the document format before opening it to avoid an exception if you are not sure what the actual content of the file is using Java.... Encrypted documents Test File (Enc).doc Encrypted Microsoft...document. Test File (Enc).docx Encrypted Office Open XML WordprocessingML...

    docs.aspose.com/words/java/detect-file-format-a...
  6. Detect File Format When Loading|Aspose.Words fo...

    Determine the file format in Python if you are not sure what the actual content of the file is, or to check the format compatibility.... Encrypted documents Test File (Enc).doc Encrypted Microsoft...document. Test File (Enc).docx Encrypted Office Open XML WordprocessingML...

    docs.aspose.com/words/python-net/detect-file-fo...
  7. Bescherm presentatiebestanden van ODP met C++ |...

    C++ broncode om ODP Presentatie te beschermen....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); Schrijfbeveiliging...

    products.aspose.com/slides/nl/cpp/protect/odp/
  8. Bescherm presentatiebestanden van PPT met C++ |...

    C++ broncode om PPT Presentatie te beschermen....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.ppt" , SaveFormat :: Ppt); Schrijfbeveiliging...

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

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

    products.aspose.com/slides/it/python-net/protec...
  10. Python for .NET 를 사용하여 PDF 보호 | Aspose.PDF

    .NET 프레임 워크, .NET Core에서 암호를 사용하여 PDF 파일을 잠그는 Python 소스 코드입니다....allow_screen_readers = True # encrypt the file with User and Owner...Owner password. document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/ko/python-net/protect/