Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 14,914 for

encryption

(0.11 sec)
  1. Protektahan at i-lock ang PDF sa pamamagitan C+...

    Simple demo source code upang i-lock ang PDF file gamit ang password sa anumang platform sa C++ wika....Encrypt paraan upang protektahan ang...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/fil/cpp/protect/
  2. C++ का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों की ...

    PPTX प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/pptx/
  3. C++ का उपयोग करके ODP प्रस्तुतिकरण फ़ाइलों की स...

    ODP प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/odp/
  4. محافظت و قفل کردن پی دی اف از طریق C++ | Aspose...

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

    products.aspose.com/pdf/fa/cpp/protect/
  5. 通過Python保護和鎖定 PDF | Aspose.PDF

    在 .NET Framework、.NET Core 上使用密码锁定 PDF 文件的 Python...AllowScreenReaders = True # encrypt the file with User and Owner...Owner password. document . Encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/zh-hant/python-net/prot...
  6. 通過JavaScript解密PDF檔 | Aspose.PDF

    JavaScript 示例代碼以在任何平臺上解密PDF文檔。...js' ); const pdf_encrypt_file = './ResultEncrypt.pdf'...AsposePdfModule . AsposePdfDecrypt ( pdf_encrypt_file , "owner" , "./ResultDecrypt...

    products.aspose.com/pdf/zh-hant/nodejs-cpp/decr...
  7. 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/
  8. 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...
  9. 通过 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/
  10. 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/