Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 10,904 for

encrypted

(0.53 sec)
  1. حماية ODP ملفات العروض التقديمية باستخدام .NET ...

    C# شفرة المصدر لحماية العرض التقديمي ODP....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/ar/net/protect/odp/
  2. حماية PPTX ملفات العروض التقديمية باستخدام .NET...

    C# شفرة المصدر لحماية العرض التقديمي PPTX....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/ar/net/protect/pptx/
  3. Chroń pliki prezentacji ODP za pomocą Python | ...

    Kod źródłowy Python do ochrony prezentacji ODP.... encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/pl/python-net/protec...
  4. Chroń pliki prezentacji PPTX za pomocą .NET | p...

    Kod źródłowy C# do ochrony prezentacji PPTX....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/pl/net/protect/pptx/
  5. Proteggi i file di presentazione PPTX utilizzan...

    C# codice sorgente per proteggere la presentazione PPTX....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/it/net/protect/pptx/
  6. Dosya Formatını Nasıl Tespit Eder ve Node.js il...

    Aspose.Cells for Node.js via C++ kullanarak bir dosya formatını nasıl tespit edeceğinizi ve bir dosyanın şifreli olup olmadığını nasıl kontrol edeceğinizi öğrenin....file is encrypted. console . log ( "The file is encrypted: " + info...

    docs.aspose.com/cells/tr/nodejs-cpp/how-to-dete...
  7. كيفية اكتشاف صيغة ملف والتحقق مما إذا كان الملف...

    تعلم كيفية اكتشاف صيغة ملف والتحقق مما إذا كان ملفًا مشفرًا باستخدام Aspose.Cells for Node.js via C++....file is encrypted. console . log ( "The file is encrypted: " + info...

    docs.aspose.com/cells/ar/nodejs-cpp/how-to-dete...
  8. Aspose.Cells を使用してワークブックを暗号化|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....( "1234" ); //Specify XOR encryption type. workbook . setEncryptionOptions..., 40 ); //Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/ja/java/encrypt-workbook-...
  9. 更改 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/
  10. 解密 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/