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

encrypted

(0.06 sec)
  1. 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...
  2. كيفية اكتشاف صيغة ملف والتحقق مما إذا كان الملف...

    تعلم كيفية اكتشاف صيغة ملف والتحقق مما إذا كان ملفًا مشفرًا باستخدام 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...
  3. 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-...
  4. محافظت از PDF با استفاده از C++ | Aspose.PDF

    کد منبع نسخه ی نمایشی ساده برای قفل کردن فایل PDF با استفاده از رمز عبور بر روی هر پلت فرم با زبان C++....Encrypt را فراخوانی کنید. ۱. صرفه جویی...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/fa/cpp/protect/
  5. 解密 PDF 文件|Aspose.PDF for .NET

    探索在 .NET 中解密受密码保护的 PDF 文件的方法,确保访问文档内容,使用 Aspose.PDF。...PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { if ( pdfFileInfo...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Decrypt PDF document...

    docs.aspose.com/pdf/zh/net/decrypt-pdf-file/
  6. 使用 Python 保護 ODP 演示文件 | products.aspose.com

    Python 源代碼保護 ODP 演示。... encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/zh-hant/python-net/p...
  7. 使用 Java 保護 PPTX 演示文件 | products.aspose.com

    Java 源代碼保護 PPTX 演示。... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/zh-hant/java/protect...
  8. 使用 C++ 保護 PPTX 演示文件 | products.aspose.com

    C++ 源代碼保護 PPTX 演示。...get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); 使用...

    products.aspose.com/slides/zh-hant/cpp/protect/...
  9. ป้องกันไฟล์นำเสนอ PPTX โดยใช้ C++ | products.as...

    ซอร์สโค้ด C++ เพื่อป้องกันการนำเสนอ PPTX...get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); กา...

    products.aspose.com/slides/th/cpp/protect/pptx/
  10. Décrypter un fichier PDF|Aspose.PDF for .NET

    Explorez les méthodes pour déchiffrer des fichiers PDF protégés par mot de passe en .NET, garantissant l'accès au contenu du document à l'aide d'Aspose.PDF....PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { if ( pdfFileInfo...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Decrypt PDF document...

    docs.aspose.com/pdf/fr/net/decrypt-pdf-file/