Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 22,370 for

password

(0.03 sec)
  1. PdfSaveOptions.EncryptionDetails | Aspose.Words...

    Discover PdfSaveOptions' EncryptionDetails property to easily configure PDF encryption settings, ensuring your documents remain secure and protected....new PdfEncryptionDetails ( "password" , string . Empty , PdfPermissions...we will need to provide the password before accessing its contents...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 用C++为Excel工作簿的VBA项目加密保护|Documentation

    了解如何使用Aspose.Cells结合C++为Excel工作簿的VBA项目添加密码保护。...VBA project for viewing with password vbaProject . Protect ( true...std :: cout << "VBA project password protected successfully!" <<...

    docs.aspose.com/cells/zh/cpp/password-protect-t...
  3. ConverterContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words LowCode ConverterContext class for seamless document conversion and enhanced workflow efficiency. Transform your documents effortlessly....saveOptions = new OoxmlSaveOptions { Password = "Aspose.Words" }; LoadOptions...saveOptions = new OoxmlSaveOptions { Password = "Aspose.Words" }; LoadOptions...

    reference.aspose.com/words/net/aspose.words.low...
  4. Convert PPSX to JSON format via C++ | products....

    Export PPSX to JSON format in C++ without using Microsoft Excel or Powerpoint...API, you can also open the password-protected document. If your...your input PPSX document is password protected, you cannot convert...

    products.aspose.com/total/cpp/conversion/ppsx-t...
  5. Convert POTM to JSON Format via Java | products...

    Convert POTM to JSON format via Java without using using Microsoft Excel or PowerPoint...API, you can also open the password-protected document. If your...your input POTM document is password protected, you cannot convert...

    products.aspose.com/total/java/conversion/potm-...
  6. Add Blind Watermark Verification to JT File For...

    Sample Java blind watermark verification code for JT file. Use this example code to add blind watermark verification to JT file within any Web or Desktop Java based application....3D Add password using Aspose.3D’s DecodeWatermark...String[] text = { null }; //Add password to verify watermark by DecodeWatermark...

    products.aspose.com/3d/java/verify-watermark/jt/
  7. Add Blind Watermark Verification to DRC File Fo...

    Sample Java blind watermark verification code for DRC file. Use this example code to add blind watermark verification to DRC file within any Web or Desktop Java based application....3D Add password using Aspose.3D’s DecodeWatermark...String[] text = { null }; //Add password to verify watermark by DecodeWatermark...

    products.aspose.com/3d/java/verify-watermark/drc/
  8. Add Blind Watermark Verification to USD File Fo...

    Sample Java blind watermark verification code for USD file. Use this example code to add blind watermark verification to USD file within any Web or Desktop Java based application....3D Add password using Aspose.3D’s DecodeWatermark...String[] text = { null }; //Add password to verify watermark by DecodeWatermark...

    products.aspose.com/3d/java/verify-watermark/usd/
  9. Support for XAdES Signature with C++|Documentation

    This article describes Support for XAdES Signature using C++ codes with Aspose.Cells for C++....xlsx" ); U16String password ( u "pfxPassword" ); U16String...DigitalSignature signature ( pfxData , password , u "testXAdES" , Date { year...

    docs.aspose.com/cells/cpp/support-for-xades-sig...
  10. Add Signature Line to the Worksheet with C++|Do...

    This article describes how to add a signature line to the worksheet using C++ codes with Aspose.Cells for C++....pfx" ; U16String password = u "123456" ; std :: time_t...signature ( certificatePath , password , u "test Microsoft Office...

    docs.aspose.com/cells/cpp/add-signature-line/