Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 10,904 for

encryption

(0.65 sec)
  1. .NET का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों की...

    PPTX प्रस्तुति की सुरक्षा के लिए C# स्रोत कोड....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/hi/net/protect/pptx/
  2. C++을(를) 사용하여 PPT 프레젠테이션 파일 보호 | products.aspose...

    PPT 프레젠테이션을 보호하기 위한 C++ 소스 코드....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.ppt" , SaveFormat :: Ppt); C++을(를)...

    products.aspose.com/slides/ko/cpp/protect/ppt/
  3. 제어 예외 PDF 파일|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 PDF 처리 중 예외를 처리하고 원활한 작업을 보장하는 방법을 알아보세요....BindPdf ( dataDir + "sample_encrypted.pdf" ); // Disallow exceptions...BindPdf ( dataDir + "sample_encrypted.pdf" ); // Allow exceptions...

    docs.aspose.com/pdf/ko/net/control-exception/
  4. Kaip apsaugoti PDF failą slaptažodžiu naudojant...

    Šioje trumpoje pamokoje aprašoma, kaip apsaugoti PDF failą slaptažodžiu naudojant Python. Jame pateikiama išsami proceso apžvalga, įskaitant sistemos konfigūraciją ir žingsnis po žingsnio algoritmą, taip pat vykdomo kodo pavyzdį, kuris parodo, kaip naudojant Python PDF slaptažodžio apsaugos funkciją galima įterpti į jūsų programas....slaptažodžio eilutę ir kitus Encrypt metodo argumentus Įrašykite...savo poreikius. Pavyzdžiui, Encrypt() metodo parametrai apima kriptografinį...

    kb.aspose.com/lt/pdf/python/how-to-protect-pdf-...
  5. PdfFileSecurity Class|Aspose.PDF for Java

    Learn how to secure PDF documents by applying Encryption and passwords using the PDFFileSecurity class in Java with Aspose.PDF....PdfFileSecurity Class Contents [ Hide ] Encrypt PDF File Decrypt PDF File Control...

    docs.aspose.com/pdf/java/pdffilesecurity-class/
  6. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....open an encrypted document? You can try to open an encrypted document...example shows how to open an encrypted document with a password:...

    docs.aspose.com/words/net/faq/
  7. محافظت از فایل های ارائه PPTX با استفاده از Pyt...

    کد منبع Python برای محافظت از ارائه PPTX.... encrypt( "123123" ) pres . save( "encrypted-pres.pptx"...

    products.aspose.com/slides/fa/python-net/protec...
  8. محافظت از فایل های ارائه ODP با استفاده از Pyth...

    کد منبع Python برای محافظت از ارائه ODP.... encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/fa/python-net/protec...
  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/