Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 9,232 for

encrypt

(0.11 sec)
  1. A ODP prezentációs fájlok védelme a .NET haszná...

    C# forráskód a ODP prezentáció védelmére....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/hu/net/protect/odp/
  2. A PPT prezentációs fájlok védelme a .NET haszná...

    C# forráskód a PPT prezentáció védelmére....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/hu/net/protect/ppt/
  3. A PPTX prezentációs fájlok védelme a .NET haszn...

    C# forráskód a PPTX prezentáció védelmére....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/hu/net/protect/pptx/
  4. JavaScriptを使用したExcelファイルの暗号化(C++経由)|Documentation

    Aspose.Cells for JavaScriptを使用してExcelファイルを暗号化し、パスワード保護する方法を学びます。(C++経由)...</ head > < body > < h1 > Encrypt Workbook Example </ h1 > <...arrayBuffer )); // Specify XOR encryption type. workbook . encryptionOptions...

    docs.aspose.com/cells/ja/javascript-cpp/encrypt...
  5. Load docx throw The document appears to be corr...

    Env Windows 11 Aspose.Words for NET 25.2 Code void Main() { var doc=new Aspose.Words.Document(@"C:\Users\hello\Desktop\test\test.docx"); } Test File test.zip (1.8 MB)...Check for Encryption : If the document is encrypted, you will...unsure whether the document is encrypted, you can use the FileFormatUtil...

    forum.aspose.com/t/load-docx-throw-the-document...
  6. Error in image conversion - Free Support Forum ...

    We have renewed and applied the Aspose licenses in Feb 2025. However we started seeing the image conversion issues around 2nd week of March. Below are the jar files used for conversion. Do you see any problem because of …...any way we can check the encryption(SHA1 or sha256) of this license...any way we can check the encryption(SHA1 or sha256) of this license...

    forum.aspose.com/t/error-in-image-conversion/31...
  7. Guardar presentaciones en modo solo lectura usa...

    Cargar y guardar archivos PowerPoint (PPT, PPTX) en modo solo lectura con Aspose.Slides para Python a través de .NET, ofreciendo vistas previas de diapositivas precisas sin alterar sus presentaciones....automatizadas, use passwords and encryption . ¿Cómo se relaciona ‘Read-Only...recommended’ con las banderas ‘is_encrypted’ y ‘is_write_protected’? Son...

    docs.aspose.com/slides/es/python-net/read-only-...
  8. Detect File Format and Check Format Compatibili...

    Determine the file format in C++ 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/cpp/detect-file-format-an...
  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/