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

encrypted

(0.13 sec)
  1. PDF 파일의 비밀번호 변경 in Node.js|Aspose.PDF for Node....

    Aspose.PDF for Node.js via C++로 PDF 파일의 비밀번호를 변경합니다....'asposepdfnodejs' ); const pdf_encrypt_file = 'ResultEncrypt.pdf'...AsposePdfChangePassw ( pdf_encrypt_file , "owner" , "newuser"...

    docs.aspose.com/pdf/ko/nodejs-cpp/change-passwo...
  2. DocSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Doc](../../aspose.words/saveformat/#Doc) or [SaveFormat.Dot](../../aspose.words/saveformat/#Dot) format...options added, such as an encryption password or digital signature...password to encrypt document using RC4 encryption method. prettyFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Conectando al servidor IMAP|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.... La propiedad ‘supported_encryption’ de la clase EmailClient...el método ‘set_supported_encryption_unsafe(value)’ si desea establecer...

    docs.aspose.com/email/es/python-net/conectando-...
  4. .BZ2 File Format - Everything You Need to Know ...

    Explore the BZIP2 file format - a powerful archive format known for its superior compression, robust encryption options, and wide compatibility. Learn how BZ2 simplifies data archiving and sharing, making it ideal for both developers and users....Efficient compression and encryption What You Need to Know About...archive, nor does it offer encryption or archive-splitting features...

    products.aspose.com/zip/most-common-archives/wh...
  5. Зашифровать документ в C#|Aspose.Words для .NET

    Шифруйте ваш документ, используя соответствующие алгоритмы шифрования для конкретных форматов документов. C#....EncryptionCryptoAPI RC4 шифрование RC4 Encryption (40-битный) ДОКС, DOTX, DOCM...(AES128 + SHA1) ОТТ, ОТТ ODF Encryption (Blowfish/AES) Шифрование...

    docs.aspose.com/words/ru/net/encrypt-a-document/
  6. 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....
  7. 使用 Python 锁定 PDF | Aspose.PDF

    使用 Aspose.PDF 读取受保护(密码加密)文档、使用保护措施保护文档或移除保护的 Python 代码示例。...它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...表示未授予用户修改文档的特定权限。加密 PDF 后,该代码将更新后的文档保存到名为 “Encrypt_out.pdf” 的文件中,该文件位于 “DataDir”...

    products.aspose.com/pdf/zh-hans/python-net/encr...
  8. JavaScript via C++ | Work with PDF directly in ...

    Aspose.PDF for JavaScript via C++ is an easy and secure toolkit used to work with PDF directly in the web browser...and extract text and images, encrypt and decrypt it. You can also...ZIP archive Encrypt your *.lic file using ’encrypt_lic.html' Edit...

    products.aspose.com/pdf/javascript-cpp/
  9. 解密 PDF 文件|Aspose.PDF for Java

    本主题解释如何使用 PdfFileSecurity 类解密 PDF 文件。...PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // 创建 PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); // 解密 PDF 文档 fileSecurity...

    docs.aspose.com/pdf/zh/java/decrypt-pdf-file/
  10. 更改 PDF 文件的密码|Aspose.PDF for Java

    本主题讲解如何使用 PdfFileSecurity 类更改 PDF 文件的密码。...PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // 创建 PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/zh/java/change-password/