Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 10,904 for

encrypt

(0.1 sec)
  1. Bảo vệ tệp bản trình bày PPT bằng Python | prod...

    Mã nguồn Python để bảo vệ Bản trình bày PPT.... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/vi/python-net/protec...
  2. 如何检测文件格式并使用 C++ 判断文件是否被加密|Documentation

    学习如何用 Aspose.Cells 和 C++检测文件格式及判断文件是否被加密。...file is encrypted std :: cout << "The file is encrypted: " << (...

    docs.aspose.com/cells/zh/cpp/how-to-detect-a-fi...
  3. Aspose Pdf File Blocked Issue - Free Support Fo...

    hi aspose team, Why is this security block issue coming after generating the pdf file? image.png (62.7 KB) Is there any way to unblock the pdf file ?...Pdf; // Load the encrypted PDF document Document pdfDocument...pdfDocument = new Document("path/to/encrypted.pdf", "your_password"); //...

    forum.aspose.com/t/aspose-pdf-file-blocked-issu...
  4. Funkcje pomocnicze – klient SMTP|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...."password" ); MailMessage encrypted = signed . encrypt ( publicCert , "password"...); MailMessage decrypted = encrypted . decrypt ( privateCert ,...

    docs.aspose.com/email/pl/java/utility-features-...
  5. Fitur Utilitas - SMTP Client|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...."password" ); MailMessage encrypted = signed . encrypt ( publicCert , "password"...); MailMessage decrypted = encrypted . decrypt ( privateCert ,...

    docs.aspose.com/email/id/java/utility-features-...
  6. 使用 Python 鎖定 PDF | Aspose.PDF

    用於使用 Aspose.PDF 讀取受保護(密碼加密)文檔、使用保護文件保護或移除保護的 Python 代碼的範例。...加密 PDF 後,程式碼會將更新的文件儲存到名為 ‘Encrypt_out.pdf’ 的檔案中,在由 ‘dataDir’...path_infile ) # Encrypt PDF document . Encrypt ( "user" , "owner"...

    products.aspose.com/pdf/zh-hant/python-net/encr...
  7. 使用 JavaScript 锁定 PDF | Aspose.PDF

    JavaScript 示例代码,用于保护任何平台上的 PDF 文档。...它会打开一个名为 “Encrypt.pdf” 的 PDF 文档。它使用加密设置对打开的 PDF...表示未授予用户修改文档的特定权限。加密 PDF 后,该代码将更新后的文档保存到名为 “Encrypt_out.pdf” 的文件中,该文件位于 “DataDir”...

    products.aspose.com/pdf/zh-hans/nodejs-cpp/encr...
  8. Which PDF Standard Is Better to Choose|Aspose.W...

    Choose the best PDF standard to export the result of your programming task in Node.js. Which PDF standard is better – PDF 1.7, PDF 2.0, PDF/A-1, PDF/A-2, PDF/A-3, PDF/A-4, or PDF/UA....new features, such as a new encryption algorithm. But there may...PdfEncryptionAlgorit.Aes256 encryption method. Functionally the...

    docs.aspose.com/words/nodejs-net/which-pdf-stan...
  9. LoadOptions Class | Aspose.Words för .NET

    Upptäck Aspose.Words.LoadOptions för förbättrad dokumentinläsning. Ställ in lösenord och bas-URI:er enkelt för sömlös integration och säkerhet....= new Document ( MyDir + "Encrypted.docx" )); // När ett sådant...= new Document ( MyDir + "Encrypted.docx" , options ); // 2 -...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Unlock all restrictions for a PDF file - Free S...

    Hi , How to decrypt to unlock all restrictions for a PDF file using Aspose.Pdf in C# Please give me simple code...string input = @“C:\temp\encrypted.pdf”; string output = @“C:\temp\decrypted...Document(input, password)) { // Remove encryption / unlock restrictions doc...

    forum.aspose.com/t/unlock-all-restrictions-for-...