Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 10,894 for

encryption

(0.14 sec)
  1. Python का उपयोग करके PPT प्रस्तुति फ़ाइलें अनलॉ...

    PPT प्रस्तुति से सुरक्षा हटाने के लिए Python स्रोत कोड.... Presentation( "encrypted-pres.ppt" , loadOptions) as...protection_manager . remove_encryption() pres . save( "encryption-removed.ppt"...

    products.aspose.com/slides/hi/python-net/unlock...
  2. PDF 파일 비밀번호 변경|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 PDF 문서의 비밀번호를 수정하여 파일 보안을 향상시키는 방법을 알아보세요....PdfFileInfo ( dataDir + "sample_encrypted.pdf" )) { // Create PdfFileSecurity...object if the document is encrypted if ( pdfFileInfo . IsEncrypted...

    docs.aspose.com/pdf/ko/net/change-password/
  3. OdtSaveOptions | Aspose.Words لـ .NET

    اكتشف مُنشئ OdtSaveOptions لحفظ المستندات بتنسيق ODT بسهولة. بسّط سير عملك مع هذه الأداة الفعّالة!...Encrypt" + extensionString , saveOptions...ArtifactsDir + "OdtSaveOptions.Encrypt" + extensionString ); Assert...

    reference.aspose.com/words/ar/net/aspose.words....
  4. أرشيف

    أرشيف...encrypt("123123") pres.save("encrypted-pres.pptx"...with slides.Presentation("encrypted-pres.ppt", loadOptions) as...

    blog.aspose.com/ar/slides/encrypt-ppt-python/
  5. Specify Load Options in Java|Aspose.Words for Java

    Set advanced properties when loading a document using Java to obtain more precise control of the process....automatically chosen encoding: Load Encrypted Documents You can load Word...Word documents encrypted with a password. To do this, use a special...

    docs.aspose.com/words/java/specify-load-options/
  6. Detect File Format When Loading|Aspose.Words fo...

    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/net/detect-file-format-an...
  7. Шифроване на документ в Python|Aspose.Words вме...

    Шифроване на вашия документ чрез подходящи алгоритми за криптиране за специфични формати на документи в Python....which the document will be encrypted , and which will be required... можете да използвате is_encrypted собственост на FileFormatInfo...

    docs.aspose.com/words/bg/python-net/encrypt-a-d...
  8. เข้ารหัสเอกสารใน Python|Aspose.Words สำหรับ Pyt...

    เข้ารหัสเอกสารของคุณโดยใช้อัลกอริธึมการเข้ารหัสที่เหมาะสมสำหรับรูปแบบเอกสารเฉพาะใน Python...which the document will be encrypted , and which will be required...คุณสามารถใช้คุณสมบัติ is_encrypted ของคลาส FileFormatInfo ได้...

    docs.aspose.com/words/th/python-net/encrypt-a-d...
  9. arkiv

    arkiv...encrypt(“användarlösenord”, “ägarelösenord”...pdf") # Kryptera PDF document.encrypt("user_password", "owner_password"...

    blog.aspose.com/sv/pdf/encrypt-decrypt-pdf-in-p...
  10. Protect ODP Presentation Files using .NET | pro...

    C# source code to protect ODP Presentation.... Encrypting a ODP Presentation using...ProtectionManager.Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/net/protect/odp/