Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 14,147 for

password protected

(0.69 sec)
  1. How to Electronically Sign Word Document using ...

    This article guides on how to electronically sign Word document using Python. It has the details to set the IDE, a list of steps, and a runnable sample code to insert a signature on Word using Python....providing the certificate file and password in the create() method Create...in the PFX format and the password for the certificate. The SignOptions...

    kb.aspose.com/words/python/how-to-electronicall...
  2. Add Digital Signature to an already signed Exce...

    Learn how to add digital signatures to signed Excel files using Aspose.Cells for C++. Maintain document integrity with multiple signatures....pfx with password aspose . Sample Code #include...PFX certificate U16String password = u "aspose" ; U16String comments...

    docs.aspose.com/cells/cpp/add-digital-signature...
  3. 用 JavaScript 通过 C++ 加密和解密 Excel 文件|Documentation

    如何用 JavaScript 通过 C++ 加密和解密 Excel 文件。锁定和解锁 Excel 文件。...keyLength : 128 }; // Password protect the file. workbook . settings...settings . password = "1234" ; // Save the excel file. const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  4. Unlock PPTX Presentation Files using C++ | prod...

    C++ source code to remove protection from PPTX Presentation....your own C++ apps to remove passwords from PowerPoint and decrypt...remove the encryption or password protection on the PPTX presentation...

    products.aspose.com/slides/cpp/unlock/pptx/
  5. Unlock ODP Presentation Files using C++ | produ...

    C++ source code to remove protection from ODP Presentation....your own C++ apps to remove passwords from PowerPoint and decrypt...remove the encryption or password protection on the ODP presentation...

    products.aspose.com/slides/cpp/unlock/odp/
  6. Protect or Encrypt a Document in C#|Aspose.Word...

    Aspose.Words for .NET provides Read-Only, Encrypt a Document, Restrict Editing, and Digital Signatures for document protection using C#. Aspose.Words supports most Word protection options....Ask AI Protect or Encrypt a Document Contents [ Hide ] What is...This page explains how to protect or encrypt a document using...

    docs.aspose.com/words/net/protect-or-encrypt-a-...
  7. Lock PDF using Python | Aspose.PDF

    Python sample code to protect PDF document on any platform....Protect PDF Document Using Python Lock PDF using Aspose.PDF.... Locking PDFs with passwords or encryption is essential for keeping...

    products.aspose.com/pdf/python-cpp/encrypt/
  8. Convert XLTM to PPTX with .NET or with free Onl...

    Convert XLTM to PPTX on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLTM to PPTX online converter quickly before integrating the code.... PPTX files can be password-protected, while XLTM files cannot...

    products.aspose.com/total/net/conversion/xltm-t...
  9. Unlock PPT Presentation Files using C++ | produ...

    C++ source code to remove protection from PPT Presentation....your own C++ apps to remove passwords from PowerPoint and decrypt...remove the encryption or password protection on the PPT presentation...

    products.aspose.com/slides/cpp/unlock/ppt/
  10. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the DocSaveOptions SaveFormat property to easily choose between Doc or Dot formats for seamless document saving. Optimize your workflow today!...Doc ); // Set a password which will protect the loading of the...document in any way. options . Password = "MyPassword" ; // If the...

    reference.aspose.com/words/net/aspose.words.sav...