Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 7,896 for

encryption

(0.05 sec)
  1. Crittografare i File Excel in Aspose.Cells|Docu...

    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....xls" ); //Specify XOR encryption type. workbook . SetEncryptionOptions..., 40 ); //Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/it/net/encrypting-excel-f...
  2. Python을(를) 사용하여 ODP 프레젠테이션 파일 보호 | products.asp...

    ODP 프레젠테이션을 보호하기 위한 Python 소스 코드.... encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/ko/python-net/protec...
  3. Python을(를) 사용하여 PPTX 프레젠테이션 파일 보호 | products.as...

    PPTX 프레젠테이션을 보호하기 위한 Python 소스 코드.... encrypt( "123123" ) pres . save( "encrypted-pres.pptx"...

    products.aspose.com/slides/ko/python-net/protec...
  4. How to Decrypt PDF File using Python

    This short topic guides on how to decrypt PDF file using Python. You may decrypt PDF using Python with the help of a simple API calls and without installing any third-party tool....decrypt a PDF file Access the encrypted PDF file into the Document...has taught us to save an encrypted PDF as unencrypted using Python...

    kb.aspose.com/pdf/python/how-to-decrypt-pdf-fil...
  5. Definir Privilégios, Criptografar e Descriptogr...

    Criptografar Arquivo PDF com Java usando Diferentes Tipos de Criptografia e Algoritmos. Além disso, descriptografar Arquivos PDF usando Senha do Proprietário....um argumento para o método Encrypt do objeto Document . O trecho...esteja habilitada document . encrypt ( "user" , "owner" , documentPrivilege...

    docs.aspose.com/pdf/pt/java/set-privileges-encr...
  6. Conectando al servidor IMAP|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.... La propiedad ‘supported_encryption’ de la clase EmailClient...el método ‘set_supported_encryption_unsafe(value)’ si desea establecer...

    docs.aspose.com/email/es/python-net/conectando-...
  7. Secure PDF Documents|Documentation

    Learn how to pass in PDF security options when saving spreadsheets to PDF with Aspose.Cells for Python via .NET API....developers need to work with encrypted PDF files. For example: Secure...will be required to open the encrypted PDF document for viewing....

    docs.aspose.com/cells/python-net/secure-pdf-doc...
  8. Presentación Protegida por Contraseña|Documenta...

    Bloquear presentación de PowerPoint. Presentación de PowerPoint protegida por contraseña en Java...presentación, debes usar el método encrypt (de IProtectionManager ) para...Pasas la contraseña al método encrypt y usas el método save para...

    docs.aspose.com/slides/es/androidjava/password-...
  9. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....developers need to work with encrypted PDF files. For example: Secure...will be required to open the encrypted PDF document for viewing....

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  10. .NET 를 사용하여 PDF 잠금 | Aspose.PDF

    Aspose.PDF 를 사용하여 보호된 (암호로 암호화된) 문서를 읽거나, 보호 기능이 있는 문서를 보호하거나, 보호를 제거하기 위한 샘플 C# 코드입니다....‘DataDir’ 변수로 지정된 동일한 디렉터리의 ‘Encrypt_out.pdf ‘라는 파일에 업데이트된 문서를 저장합니다...Path . Combine ( dataDir , "encrypt.pdf" ); var outputFile = Path...

    products.aspose.com/pdf/ko/net/encrypt/