Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 11,710 for

encrypted

(0.12 sec)
  1. Secure PDF Documents|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....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/net/secure-pdf-documents/
  2. 加密 PDF 文件|Aspose.PDF for Python via .NET

    加密 PDF 文档并配置权限,以控制用户对文件的操作。...initialize_data_dir # Encrypt PDF with User and Owner Password def encrypt_pdf... ( infile , outfile ): """Encrypt a PDF document using user and...

    docs.aspose.com/pdf/zh/python-net/encrypt-pdf-f...
  3. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files....Ask AI Encrypt and Decrypt Excel files with C++ Contents [ Hide...Excel (97–365) enables you to encrypt and password‑protect your spreadsheets...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  4. Get PDF file information|Aspose.PDF for .NET

    This section explains how to get PDF File Information with Aspose.PDF Facades....a valid PDF and if it is encrypted Console . WriteLine ( "Is...Console . WriteLine ( "Is Encrypted: {0}" , fileInfo . IsEncrypted...

    docs.aspose.com/pdf/net/get-pdf-file-information/
  5. Create a Secure PDF in SharePoint|Aspose.PDF fo...

    Using the PDF SharePoint API, you may produce safe, Encrypted PDFs and specify their passwords in SharePoint....from the algorithm list to encrypt the output PDF. The algorithm...different combinations of encryption algorithms and key sizes...

    docs.aspose.com/pdf/sharepoint/creating-a-secur...
  6. Aspose.PDF .NET OptimizeResources corrupts PDF ...

    Using the following code below on attached input PDF, Aspose ends up corrupting the PDF. We would like to rely on this Optimize logic in Production, but it seems like it is not viable (unless I’m missing something). I…... The PDF is encrypted and contains XFA‑based form...it happens Encryption & XFA – When a PDF is encrypted Aspose.PDF...

    forum.aspose.com/t/aspose-pdf-net-optimizeresou...
  7. Aspose::Words::Saving::PdfEncryptionDetails::ge...

    Aspose::Words::Saving::PdfEncryptionDetails::get_Permissions method. Specifies the operations that are allowed to a user on an Encrypted PDF document. The default value is DisallowAll in C++....are allowed to a user on an encrypted PDF document. The default...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. FAQ|Aspose.Words for C++

    Aspose.Words for C++ 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/cpp/faq/
  9. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。... textContent = 'Download Encrypted ODS File' ; document . getElementById...download link to get the encrypted file.</p>' ; }); </ script...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  10. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via C++ library. You can open existing PDF, document from stream, and Encrypted PDF document...."Pages: " + str ( count )) Open encrypted PDF document import AsposePDFPythonWrapp...

    docs.aspose.com/pdf/python-cpp/open-pdf-document/