Sort Score
Result 10 results
Languages All
Labels All
Results 5,181 - 5,190 of 14,910 for

encrypted

(0.24 sec)
  1. Python 를 통한 PDF 보호 및 잠금 | Aspose.PDF

    .NET 프레임 워크, .NET Core에서 암호를 사용하여 PDF 파일을 잠그는 Python 소스 코드입니다....AllowScreenReaders = True # encrypt the file with User and Owner...Owner password. document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/ko/python-net/protect/
  2. Restrict Document Editing in C#|Aspose.Words fo...

    Restrict editing a document by setting a restriction type using C#. You can also remove protection and make unrestricted editable regions....security feature and does not encrypt a document. In Microsoft Word...restriction for one of the sections: Encrypt a Document in C# Work with...

    docs.aspose.com/words/net/restrict-document-edi...
  3. Protect and lock DOCX document via C++ | produc...

    C++ example code to lock DOCX file using password on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....HTML JPG PDF XML DOCX DOCX Encrypt DOCX Files via C++ Password-protect...and easy to use document encryption API for C++ platform. You...

    products.aspose.com/words/cpp/protect/docx/
  4. 通过 C++ 保护和锁定 PDF | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上使用密码锁定PDF文件。...Encrypt 方法使用 AES-128 保护 PDF。 1.将结果保存为...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/zh-hans/cpp/protect/
  5. C# 를 통한 PDF 보호 및 잠금 | Aspose.PDF

    .NET 프레임워크, .NET Core에서 암호를 사용하여 PDF 파일을 잠그는 C# 소스 코드입니다....AllowScreenReaders = true ; // encrypt the file with User and Owner...Owner password. document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/ko/net/protect/
  6. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C++. Choose the best PDF standard to convert a document using С++....document structure tags, encryption, digital signatures, and...embed all fonts and disable encryption, while PDF/UA must only embed...

    docs.aspose.com/words/cpp/learn-features-of-con...
  7. Como proteger arquivo PDF com senha usando Python

    Este tutorial rápido aborda como proteger o arquivo PDF com senha usando Python. Ele apresenta uma visão geral completa do processo, incluindo a configuração do sistema e o algoritmo passo a passo, juntamente com uma amostra de código em execução que demonstra como o uso do recurso de proteção por senha do Python PDF pode ser incorporado aos seus aplicativos....outros argumentos para o método Encrypt Grave o documento PDF protegido...exemplo, os parâmetros do método Encrypt() incluem o algoritmo criptográfico...

    kb.aspose.com/pt/pdf/python/how-to-protect-pdf-...
  8. Hur man skyddar PDF-fil med lösenord med Python

    Denna snabba handledning täcker hur du skyddar PDF-fil med lösenord med Python. Den presenterar en fullständig översikt över processen inklusive systemkonfigurationen och steg-för-steg-algoritmen, tillsammans med ett körande kodexempel som visar hur användningen av Python PDF-lösenordsskyddsfunktionen kan bäddas in i dina applikationer....andra argument för metoden Encrypt Skriv det säkra PDF-dokumentet...dina behov. Parametrarna för Encrypt()-metoden inkluderar till exempel...

    kb.aspose.com/sv/pdf/python/how-to-protect-pdf-...
  9. LoadOptions.LoadOptions | Referencia de API de ...

    LoadOptions constructor. Inicializa una nueva instancia de esta clase con valores predeterminados....= new Document ( MyDir + "Encrypted.docx" )); // Al cargar un...= new Document ( MyDir + "Encrypted.docx" , options ); // 2 -...

    reference.aspose.com/words/es/net/aspose.words....
  10. FileFormatUtil | Aspose.Words for Java

    Provides utility methods for working with file formats such as detecting file format or converting file extensions to/from file format enums in Java....detect the document format and encryption. Document doc = new Document();...Configure a SaveOptions object to encrypt the document // with a password...

    reference.aspose.com/words/java/com.aspose.word...